abstreet/importer/config/pl/warsaw/cfg.json
Dustin Carlino 603717a560 Remove the separate_cycleways experiment flag. Always import cyclepaths
mapped as separate OSM ways in all maps!!! #330
2021-02-26 14:58:57 -08:00

22 lines
511 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,
"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,
"extra_buildings": null
}