abstreet/importer/config/warsaw/cfg.json
Dustin Carlino f69335edf0 Let individual maps override the street parking length. #457
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.
2021-01-25 12:36:49 -08:00

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
}