easy-osm2city/scripts/osmium-config/osmium-cut-world-step-3-nw-ne.json
merspieler 3286ece84d Removed -hemi from file names
Signed-off-by: merspieler <merspieler@airmail.cc>
2019-03-23 03:01:46 +00:00

21 lines
325 B
JSON

{
"extracts":
[
{
"output": "nw-ne-1.osm.pbf",
"output-format": "pbf",
"bbox": [-90,40,-60,80]
},
{
"output": "nw-ne-2.osm.pbf",
"output-format": "pbf",
"bbox": [-60,40,-30,80]
},
{
"output": "nw-ne-3.osm.pbf",
"output-format": "pbf",
"bbox": [-30,40,0,80]
},
],
"directory": "."
}