mirror of
https://gitee.com/dromara/go-view.git
synced 2026-04-23 00:00:12 +08:00
20 lines
334 B
JSON
20 lines
334 B
JSON
{
|
|
"markers": [
|
|
{
|
|
"name": "某某地市",
|
|
"value": 10,
|
|
"position": [116.300467, 39.907761]
|
|
},
|
|
{
|
|
"name": "某某地市",
|
|
"value": 15,
|
|
"position": [116.400567, 39.908761]
|
|
},
|
|
{
|
|
"name": "某某地市",
|
|
"value": 20,
|
|
"position": [116.200467, 39.937761]
|
|
}
|
|
]
|
|
}
|