圆存入数据库的是中心坐标,周长和面积
导入圆也同理,需要反算出半径
比如,导出的geojson数据是:
{
"type": "Feature",
"properties":
{
"options":
{
"color": "#634FF1",
"fillColor": "#634FF1",
"fillOpacity": 0.4,
"radius": "2120.919064",
"pane": "overlayPane"
},
"type": "circle"
},
"geometry":
{
"type": "Point",
"coordinates": [113.191452, 23.113523]
}
},
半径2120.9,周长是13.33km……
作者:秦晓川 创建时间:2024-01-13 15:29
最后编辑:秦晓川 更新时间:2024-11-18 15:41
最后编辑:秦晓川 更新时间:2024-11-18 15:41