abstreet/importer/config/cz/frydek_mistek/cfg.json

17 lines
433 B
JSON
Raw Normal View History

2021-04-30 22:03:09 +03:00
{
"osm_url": "http://download.geofabrik.de/europe/czech-republic-latest.osm.pbf",
"map_config": {
"driving_side": "Right",
"bikes_can_use_bus_lanes": true,
"inferred_sidewalks": true,
"street_parking_spot_length": 80000
2021-04-30 22:03:09 +03:00
},
"onstreet_parking": "JustOSM",
"public_offstreet_parking": "None",
"private_offstreet_parking": {
"FixedPerBldg": 3
},
"include_railroads": true,
"extra_buildings": null
}