mirror of
https://github.com/geoffsee/osm-maker-vibes.git
synced 2025-09-08 22:46:45 +00:00
app loads configuration from json at runtime
This commit is contained in:
24
config.json
Normal file
24
config.json
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"osmData": {
|
||||
"useLocalExtract": false,
|
||||
"localFilePath": "virginia.osm.pbf",
|
||||
"boundingBox": {
|
||||
"south": 37.115,
|
||||
"west": -76.396,
|
||||
"north": 37.139,
|
||||
"east": -76.345,
|
||||
"description": "Poquoson, VA"
|
||||
},
|
||||
"overpassTimeout": 25
|
||||
},
|
||||
"projection": {
|
||||
"origin": {
|
||||
"latitude": 37.120907,
|
||||
"longitude": -76.333694
|
||||
}
|
||||
},
|
||||
"output": {
|
||||
"fileName": "municipality.glb",
|
||||
"autoOpen": true
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user