Increades pole size
Signed-off-by: merspieler <merspieler@airmail.cc>
This commit is contained in:
parent
75df9cc988
commit
a73f3b7e6d
1 changed files with 36 additions and 0 deletions
36
scripts/osmium-config/osmium-cut-world-step-1.json
Normal file
36
scripts/osmium-config/osmium-cut-world-step-1.json
Normal 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": "."
|
||||
}
|
Loading…
Add table
Reference in a new issue