This website works better with JavaScript.
首頁
探索
說明
登入
chemicalcrux
/
macrovision
關註
1
收藏
0
複製
0
程式碼
問題管理
5
合併請求
0
版本發佈
10
Wiki
Activity
瀏覽代碼
Add config for US counties + some script changes
master
Fen Dweller
4 年之前
父節點
63a4cf0056
當前提交
9c641e3eef
共有
2 個文件被更改
,包括
12 次插入
和
1 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
scripts/mapshaper/states.json
+11
-0
scripts/mapshaper/us-counties.json
+ 1
- 1
scripts/mapshaper/states.json
查看文件
@@ -1,5 +1,5 @@
{
"name": "St
r
a
i
ts",
"name": "Stat
e
s",
"directory": "/media/naturals/States/",
"shapefile": "E:/macrovision/mapshaper/states/ne_10m_admin_1_states_provinces_lakes.shp",
"mode": "forms",
+ 11
- 0
scripts/mapshaper/us-counties.json
查看文件
@@ -0,0 +1,11 @@
{
"name": "US Counties",
"directory": "/media/naturals/US Counties/",
"shapefile": "E:/macrovision/mapshaper/us-counties/cb_2018_us_county_500k.shp",
"mode": "forms",
"base-filter": "true",
"name-key": "NAME",
"form-key": "STATEFP",
"stroke-width": 1,
"simplify-size": 100
}
Write
Preview
Loading…
取消
儲存