osm2city-scripts/osmium-config/osmium-cut-world-step-2-nw.json
fly 686e98df42 Initial commit
Signed-off-by: fly <merspieler@airmail.cc>
2020-01-13 17:02:11 +00:00

26 lines
411 B
JSON

{
"extracts":
[
{
"output": "nw-ne.osm.pbf",
"output-format": "pbf",
"bbox": [-90,40,0,80]
},
{
"output": "nw-nw.osm.pbf",
"output-forumat": "pbf",
"bbox": [-180,40,-90,80]
},
{
"output": "nw-se.osm.pbf",
"output-format": "pbf",
"bbox": [-90,0,0,40]
},
{
"output": "nw-sw.osm.pbf",
"output-format": "pbf",
"bbox": [-180,0,-90,40]
},
],
"directory": "."
}