-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json
40 lines (40 loc) · 1.42 KB
/
config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"extracts": [
{
"output": "san-francisco-bay-area.osm.pbf",
"directory": "north-america/us/california/san-francisco-bay-area",
"description": "San Francisco Bay Area nine counties.",
"polygon": {
"file_name": "polygons/san-francisco-bay-area-convex.geojson",
"file_type": "geojson"
}
},
{
"output": "harrisburg-area.osm.pbf",
"directory": "north-america/us/pennsylvania/harrisburg-area",
"description": "Harrisburg Capital Area",
"polygon": {
"file_name": "polygons/harrisburg-area.geojson",
"file_type": "geojson"
}
},
{
"output": "us-virgin-island-saint-croix.osm.pbf",
"directory": "north-america/us/us-virgin-island/saint-croix",
"description": "US Virgin Island Saint Croix",
"polygon": {
"file_name": "polygons/us-virgin-island-saint-croix.geojson",
"file_type": "geojson"
}
},
{
"output": "salt-lake-metro.osm.pbf",
"directory": "north-america/us/utah/salt-lake-metro",
"description": "Salt Lake City Metro Area",
"polygon": {
"file_name": "polygons/salt-lake-metro.geojson",
"file_type": "geojson"
}
}
]
}