abstreet/data/synthetic_maps/parking_test.json
2018-12-10 15:59:48 -08:00

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
}
}
]
]
}