37 lines
626 B
JSON
37 lines
626 B
JSON
|
{
|
||
|
"extracts":
|
||
|
[
|
||
|
{
|
||
|
"output": "w100n10.osm.pbf",
|
||
|
"output-format": "pbf",
|
||
|
"bbox": [-100,10,-90,20]
|
||
|
},
|
||
|
{
|
||
|
"output": "w110n10.osm.pbf",
|
||
|
"output-format": "pbf",
|
||
|
"bbox": [-110,10,-100,20]
|
||
|
},
|
||
|
{
|
||
|
"output": "w120n10.osm.pbf",
|
||
|
"output-format": "pbf",
|
||
|
"bbox": [-120,10,-110,20]
|
||
|
},
|
||
|
{
|
||
|
"output": "w100n00.osm.pbf",
|
||
|
"output-format": "pbf",
|
||
|
"bbox": [-100,0,-90,10]
|
||
|
},
|
||
|
{
|
||
|
"output": "w110n00.osm.pbf",
|
||
|
"output-format": "pbf",
|
||
|
"bbox": [-110,0,-100,10]
|
||
|
},
|
||
|
{
|
||
|
"output": "w120n00.osm.pbf",
|
||
|
"output-format": "pbf",
|
||
|
"bbox": [-120,0,-110,10]
|
||
|
},
|
||
|
],
|
||
|
"directory": "./output"
|
||
|
}
|