-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathplanet-UTC-03-osmium.config
More file actions
37 lines (37 loc) · 1.08 KB
/
planet-UTC-03-osmium.config
File metadata and controls
37 lines (37 loc) · 1.08 KB
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
{
"extracts": [
{
"output": "central-america-filtered.osm.pbf",
"description": "Central America",
"output_header": {
"osmosis_replication_timestamp": null
},
"polygon": {
"file_name": "central-america-filtered.poly",
"file_type": "poly"
}
},
{
"output": "north-america-filtered.osm.pbf",
"description": "North America",
"output_header": {
"osmosis_replication_timestamp": null
},
"polygon": {
"file_name": "north-america-filtered.poly",
"file_type": "poly"
}
},
{
"output": "south-america-filtered.osm.pbf",
"description": "South America",
"output_header": {
"osmosis_replication_timestamp": null
},
"polygon": {
"file_name": "south-america--filtered.poly",
"file_type": "poly"
}
}
]
}