1
0
Fork 0

Increades pole size

Signed-off-by: merspieler <merspieler@airmail.cc>
This commit is contained in:
merspieler 2019-03-22 10:00:12 +00:00
parent 75df9cc988
commit a73f3b7e6d

View file

@ -0,0 +1,36 @@
{
"extracts":
[
{
"output": "ne-hemi.osm.pbf",
"output-format": "pbf",
"bbox": [0,0,180,80]
},
{
"output": "se-hemi.osm.pbf",
"output-forumat": "pbf",
"bbox": [0,-80,180,0]
},
{
"output": "nw-hemi.osm.pbf",
"output-format": "pbf",
"bbox": [-180,0,0,80]
},
{
"output": "sw-hemi.osm.pbf",
"output-format": "pbf",
"bbox": [-180,-80,0,0]
},
{
"output": "n-pole.osm.pbf",
"output_format": "pbf",
"bbox": [-180,80,180,90]
},
{
"output": "s-pole.osm.pbf",
"output_format": "pbf",
"bbox": [-180,-90,180,-80]
}
],
"directory": "."
}