mirror of
https://github.com/a-b-street/abstreet.git
synced 2024-12-29 01:13:53 +03:00
a1988f269c
Small adjustments to unzoomed rendering and stop sign placement. Regenerate all maps because of the format change, but only Cambridge changes. Since we're doing this anyway, also pull in leisure=garden.
17 lines
398 B
JSON
17 lines
398 B
JSON
{
|
|
"osm_url": "input/seattle/osm/washington-latest.osm.pbf",
|
|
"map_config": {
|
|
"driving_side": "Right",
|
|
"bikes_can_use_bus_lanes": true,
|
|
"inferred_sidewalks": true,
|
|
"separate_cycleways": false
|
|
},
|
|
"onstreet_parking": "JustOSM",
|
|
"public_offstreet_parking": "None",
|
|
"private_offstreet_parking": {
|
|
"FixedPerBldg": 10
|
|
},
|
|
"elevation": null,
|
|
"include_railroads": true
|
|
}
|