airport-qingdao-vue3/airport/quyu.json

65 lines
1.5 KiB
JSON

{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[120.082584, 36.370196],
[120.085137, 36.370196],
[120.085137, 36.365117],
[120.082584, 36.365117],
[120.082584, 36.370196]
]
]
},
"properties": {
"name": "无人车A测试区域",
"type": "polygon",
"color": "#FF5733"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[120.085765, 36.371484],
[120.087465, 36.371484],
[120.087465, 36.368099],
[120.085765, 36.368099],
[120.085765, 36.371484]
]
]
},
"properties": {
"name": "无人车B测试区域",
"type": "polygon",
"color": "#3374FF"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[120.083, 36.371],
[120.087, 36.371],
[120.087, 36.365],
[120.083, 36.365],
[120.083, 36.371]
]
]
},
"properties": {
"name": "无人车交汇测试区域",
"type": "polygon",
"color": "#33FF57"
}
}
]
}