mirror of
https://github.com/a-b-street/abstreet.git
synced 2024-12-19 12:21:55 +03:00
d1a7ae4418
No elevation data until the next big round of regeneration; having trouble getting Docker set up on my resurrected machine.
17 lines
442 B
JSON
17 lines
442 B
JSON
{
|
|
"osm_url": "https://download.geofabrik.de/south-america/brazil/sudeste-latest.osm.pbf",
|
|
"map_config": {
|
|
"driving_side": "Right",
|
|
"bikes_can_use_bus_lanes": true,
|
|
"inferred_sidewalks": true,
|
|
"street_parking_spot_length": 80000
|
|
},
|
|
"onstreet_parking": "JustOSM",
|
|
"public_offstreet_parking": "None",
|
|
"private_offstreet_parking": {
|
|
"FixedPerBldg": 10
|
|
},
|
|
"include_railroads": true,
|
|
"extra_buildings": null
|
|
}
|