36 lines
629 B
JSON
36 lines
629 B
JSON
{
|
|
"extracts":
|
|
[
|
|
{
|
|
"output": "w100n50.osm.pbf",
|
|
"output-format": "pbf",
|
|
"bbox": [-100,50,-90,60]
|
|
},
|
|
{
|
|
"output": "w110n50.osm.pbf",
|
|
"output-format": "pbf",
|
|
"bbox": [-110,50,-100,60]
|
|
},
|
|
{
|
|
"output": "w120n50.osm.pbf",
|
|
"output-format": "pbf",
|
|
"bbox": [-120,50,-110,60]
|
|
},
|
|
{
|
|
"output": "w100n40.osm.pbf",
|
|
"output-format": "pbf",
|
|
"bbox": [-100,40,-90,50]
|
|
},
|
|
{
|
|
"output": "w110n40.osm.pbf",
|
|
"output-format": "pbf",
|
|
"bbox": [-110,40,-100,50]
|
|
},
|
|
{
|
|
"output": "w120n40.osm.pbf",
|
|
"output-format": "pbf",
|
|
"bbox": [-120,40,-110,50]
|
|
},
|
|
],
|
|
"directory": "./output"
|
|
}
|