From 9c641e3eeffb194d3c1383ddb3aebee549dd52cc Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Sun, 10 Oct 2021 08:32:29 -0400 Subject: [PATCH] Add config for US counties + some script changes --- scripts/mapshaper/states.json | 2 +- scripts/mapshaper/us-counties.json | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 scripts/mapshaper/us-counties.json diff --git a/scripts/mapshaper/states.json b/scripts/mapshaper/states.json index c321499a..5757dbd5 100644 --- a/scripts/mapshaper/states.json +++ b/scripts/mapshaper/states.json @@ -1,5 +1,5 @@ { - "name": "Straits", + "name": "States", "directory": "/media/naturals/States/", "shapefile": "E:/macrovision/mapshaper/states/ne_10m_admin_1_states_provinces_lakes.shp", "mode": "forms", diff --git a/scripts/mapshaper/us-counties.json b/scripts/mapshaper/us-counties.json new file mode 100644 index 00000000..355213a7 --- /dev/null +++ b/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 +} \ No newline at end of file