abstreet/importer/config/nyc/cfg.json

17 lines
425 B
JSON
Raw Normal View History

{
"osm_url": "https://download.geofabrik.de/north-america/us/new-york-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
}