mirror of
https://github.com/a-b-street/abstreet.git
synced 2024-12-22 05:41:31 +03:00
21 lines
478 B
JSON
21 lines
478 B
JSON
|
{
|
||
|
"osm_url": "http://download.geofabrik.de/europe/poland/mazowieckie-latest.osm.pbf",
|
||
|
"map_config": {
|
||
|
"driving_side": "Right",
|
||
|
"bikes_can_use_bus_lanes": false,
|
||
|
"inferred_sidewalks": false,
|
||
|
"separate_cycleways": false
|
||
|
},
|
||
|
"onstreet_parking": {
|
||
|
"SomeAdditionalWhereNoData": {
|
||
|
"pct": 90
|
||
|
}
|
||
|
},
|
||
|
"public_offstreet_parking": "None",
|
||
|
"private_offstreet_parking": {
|
||
|
"FixedPerBldg": 3
|
||
|
},
|
||
|
"elevation": null,
|
||
|
"include_railroads": true
|
||
|
}
|