mirror of
https://github.com/a-b-street/abstreet.git
synced 2024-11-28 12:12:00 +03:00
75 lines
1.2 KiB
JSON
75 lines
1.2 KiB
JSON
{
|
|
"name": "parking_test",
|
|
"intersections": [
|
|
[
|
|
0,
|
|
{
|
|
"center": {
|
|
"x": 288.5454406738281,
|
|
"y": 486.2385864257813
|
|
},
|
|
"intersection_type": "StopSign",
|
|
"label": null
|
|
}
|
|
],
|
|
[
|
|
1,
|
|
{
|
|
"center": {
|
|
"x": 512.0357055664063,
|
|
"y": 486.63079833984377
|
|
},
|
|
"intersection_type": "StopSign",
|
|
"label": null
|
|
}
|
|
]
|
|
],
|
|
"roads": [
|
|
[
|
|
[
|
|
0,
|
|
1
|
|
],
|
|
{
|
|
"i1": 1,
|
|
"i2": 0,
|
|
"lanes": {
|
|
"fwd": [
|
|
"Driving",
|
|
"Parking",
|
|
"Sidewalk"
|
|
],
|
|
"back": [
|
|
"Driving",
|
|
"Parking",
|
|
"Sidewalk"
|
|
]
|
|
},
|
|
"fwd_label": "north",
|
|
"back_label": "south"
|
|
}
|
|
]
|
|
],
|
|
"buildings": [
|
|
[
|
|
0,
|
|
{
|
|
"label": "north",
|
|
"center": {
|
|
"x": 351.30378272601708,
|
|
"y": 450.3966017603446
|
|
}
|
|
}
|
|
],
|
|
[
|
|
1,
|
|
{
|
|
"label": "south",
|
|
"center": {
|
|
"x": 439.6870726625188,
|
|
"y": 515.314383299414
|
|
}
|
|
}
|
|
]
|
|
]
|
|
} |