Explorar el Código

Add config for US counties + some script changes

master
Fen Dweller hace 4 años
padre
commit
9c641e3eef
Se han modificado 2 ficheros con 12 adiciones y 1 borrados
  1. +1
    -1
      scripts/mapshaper/states.json
  2. +11
    -0
      scripts/mapshaper/us-counties.json

+ 1
- 1
scripts/mapshaper/states.json Ver fichero

@@ -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",


+ 11
- 0
scripts/mapshaper/us-counties.json Ver fichero

@@ -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
}

Cargando…
Cancelar
Guardar