mirror of
https://github.com/a-b-street/abstreet.git
synced 2024-12-22 13:51:33 +03:00
f69335edf0
Now regenerate all map data, because the schema changed. Also had to revert part of the last commit to unbreak transit route snapping in Berlin.
22 lines
517 B
JSON
22 lines
517 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,
|
|
"street_parking_spot_length": 8.0
|
|
},
|
|
"onstreet_parking": {
|
|
"SomeAdditionalWhereNoData": {
|
|
"pct": 90
|
|
}
|
|
},
|
|
"public_offstreet_parking": "None",
|
|
"private_offstreet_parking": {
|
|
"FixedPerBldg": 3
|
|
},
|
|
"elevation": null,
|
|
"include_railroads": true
|
|
}
|