mirror of
https://github.com/a-b-street/abstreet.git
synced 2024-12-18 20:02:18 +03:00
603717a560
mapped as separate OSM ways in all maps!!! #330
18 lines
514 B
JSON
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"
|
|
}
|