このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
サインイン
chemicalcrux
/
macrovision
ウォッチ
1
スター
0
フォーク
0
コード
課題
5
プルリクエスト
0
リリース
10
Wiki
アクティビティ
ソースを参照
Add config for US counties + some script changes
master
Fen Dweller
4年前
親
63a4cf0056
コミット
9c641e3eef
2個のファイルの変更
、
12行の追加
、
1行の削除
分割表示
差分オプション
統計情報を表示
Patchファイルをダウンロード
Diffファイルをダウンロード
+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
}
書き込み
プレビュー
読み込み中…
キャンセル
保存