abstreet/importer/config/gb/hampton/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

18 lines
514 B
JSON

{
"osm_url": "https://download.geofabrik.de/europe/great-britain/england/cambridgeshire-latest.osm.pbf",
"map_config": {
"driving_side": "Left",
"bikes_can_use_bus_lanes": false,
"inferred_sidewalks": true,
"street_parking_spot_length": 8.0
},
"onstreet_parking": "JustOSM",
"public_offstreet_parking": "None",
"private_offstreet_parking": {
"FixedPerBldg": 3
},
"elevation": null,
"include_railroads": true,
"extra_buildings": "data/input/gb/hampton/procgen_houses.json"
}