abstreet/data/synthetic_maps/parking_test.json
2019-01-17 19:31:57 -08:00

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