mirror of
https://github.com/a-b-street/abstreet.git
synced 2024-12-18 20:02:18 +03:00
137e9a0c2c
- offstreet_parking_length in importer config - backwards compatibility for map edits - fixing up the baked-in proposals - working around a few PolyLine bugs that happen with the new rounding - Don't regenerate actdev scenarios yet -- the upstream JSON format is out of date, will have to fix separately.
114 lines
2.8 KiB
JSON
114 lines
2.8 KiB
JSON
{
|
|
"map_name": {
|
|
"city": {
|
|
"country": "us",
|
|
"city": "seattle"
|
|
},
|
|
"map": "udistrict"
|
|
},
|
|
"edits_name": "simplify where Corliss, Pacific, and the Burke cross",
|
|
"version": 10,
|
|
"commands": [
|
|
{
|
|
"ChangeRoad": {
|
|
"r": {
|
|
"osm_way_id": 8026175,
|
|
"i1": 59997807,
|
|
"i2": 1752970096
|
|
},
|
|
"new": {
|
|
"lanes_ltr": [
|
|
{
|
|
"lt": "Construction",
|
|
"dir": "Fwd",
|
|
"width": 25000
|
|
},
|
|
{
|
|
"lt": "Sidewalk",
|
|
"dir": "Fwd",
|
|
"width": 15000
|
|
}
|
|
],
|
|
"speed_limit": 111760,
|
|
"access_restrictions": {
|
|
"allow_through_traffic": 31,
|
|
"cap_vehicles_per_hour": null
|
|
}
|
|
},
|
|
"old": {
|
|
"lanes_ltr": [
|
|
{
|
|
"lt": "Driving",
|
|
"dir": "Fwd",
|
|
"width": 24384
|
|
},
|
|
{
|
|
"lt": "Sidewalk",
|
|
"dir": "Fwd",
|
|
"width": 15000
|
|
}
|
|
],
|
|
"speed_limit": 111760,
|
|
"access_restrictions": {
|
|
"allow_through_traffic": 31,
|
|
"cap_vehicles_per_hour": null
|
|
}
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"ChangeRoad": {
|
|
"r": {
|
|
"osm_way_id": 8111823,
|
|
"i1": 1752970094,
|
|
"i2": 5788793501
|
|
},
|
|
"new": {
|
|
"lanes_ltr": [
|
|
{
|
|
"lt": "Construction",
|
|
"dir": "Fwd",
|
|
"width": 25000
|
|
},
|
|
{
|
|
"lt": "Sidewalk",
|
|
"dir": "Fwd",
|
|
"width": 15000
|
|
}
|
|
],
|
|
"speed_limit": 111760,
|
|
"access_restrictions": {
|
|
"allow_through_traffic": 31,
|
|
"cap_vehicles_per_hour": null
|
|
}
|
|
},
|
|
"old": {
|
|
"lanes_ltr": [
|
|
{
|
|
"lt": "Driving",
|
|
"dir": "Fwd",
|
|
"width": 24384
|
|
},
|
|
{
|
|
"lt": "Sidewalk",
|
|
"dir": "Fwd",
|
|
"width": 15000
|
|
}
|
|
],
|
|
"speed_limit": 111760,
|
|
"access_restrictions": {
|
|
"allow_through_traffic": 31,
|
|
"cap_vehicles_per_hour": null
|
|
}
|
|
}
|
|
}
|
|
}
|
|
],
|
|
"merge_zones": true,
|
|
"proposal_description": [
|
|
"Disconnect Pacific St from Northlake Way by the Burke Gilman",
|
|
"I've seen many near-accidents between drivers and cyclists at the intersection of Pacific St, N 36th, and Corliss Ave. Removing the one-way shortcuts to Northlake way would make this intersection less stressful.",
|
|
"This proposal can be used to explore the detours."
|
|
],
|
|
"proposal_link": null
|
|
} |