abstreet/importer/config/ch/zurich/cfg.json
2021-09-19 10:01:32 -07:00

21 lines
484 B
JSON

{
"osm_url": "http://download.geofabrik.de/europe/switzerland-latest.osm.pbf",
"map_config": {
"driving_side": "Right",
"bikes_can_use_bus_lanes": true,
"inferred_sidewalks": true,
"street_parking_spot_length": 80000
},
"onstreet_parking": {
"SomeAdditionalWhereNoData": {
"pct": 50
}
},
"public_offstreet_parking": "None",
"private_offstreet_parking": {
"FixedPerBldg": 10
},
"include_railroads": true,
"extra_buildings": null
}