mirror of
https://github.com/a-b-street/abstreet.git
synced 2024-12-29 01:13:53 +03:00
72 lines
1.1 KiB
JSON
72 lines
1.1 KiB
JSON
{
|
|
"name": "parking_test",
|
|
"intersections": [
|
|
[
|
|
0,
|
|
{
|
|
"center": {
|
|
"x": 288.5454406738281,
|
|
"y": 486.2385864257813
|
|
},
|
|
"intersection_type": "StopSign",
|
|
"label": null
|
|
}
|
|
],
|
|
[
|
|
1,
|
|
{
|
|
"center": {
|
|
"x": 512.0357055664062,
|
|
"y": 486.63079833984375
|
|
},
|
|
"intersection_type": "StopSign",
|
|
"label": null
|
|
}
|
|
]
|
|
],
|
|
"roads": [
|
|
[
|
|
0,
|
|
{
|
|
"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.30378272601706,
|
|
"y": 450.3966017603446
|
|
}
|
|
}
|
|
],
|
|
[
|
|
1,
|
|
{
|
|
"label": "south",
|
|
"center": {
|
|
"x": 439.6870726625188,
|
|
"y": 515.314383299414
|
|
}
|
|
}
|
|
]
|
|
]
|
|
} |