36 lines
629 B
JSON
36 lines
629 B
JSON
{
|
|
"extracts":
|
|
[
|
|
{
|
|
"output": "w100n30.osm.pbf",
|
|
"output-format": "pbf",
|
|
"bbox": [-100,30,-90,40]
|
|
},
|
|
{
|
|
"output": "w110n30.osm.pbf",
|
|
"output-format": "pbf",
|
|
"bbox": [-110,30,-100,40]
|
|
},
|
|
{
|
|
"output": "w120n30.osm.pbf",
|
|
"output-format": "pbf",
|
|
"bbox": [-120,30,-110,40]
|
|
},
|
|
{
|
|
"output": "w100n20.osm.pbf",
|
|
"output-format": "pbf",
|
|
"bbox": [-100,20,-90,30]
|
|
},
|
|
{
|
|
"output": "w110n20.osm.pbf",
|
|
"output-format": "pbf",
|
|
"bbox": [-110,20,-100,30]
|
|
},
|
|
{
|
|
"output": "w120n20.osm.pbf",
|
|
"output-format": "pbf",
|
|
"bbox": [-120,20,-110,30]
|
|
},
|
|
],
|
|
"directory": "./output"
|
|
}
|