标签: javascript google-maps leaflet geojson
我希望根据GeoJSON数据重新定位JavaScript地图。我可以从coordinates数组中计算Polygon的中心点吗?例如用:
coordinates
{ "data": { "type": "Polygon", "coordinates": [ [ [ -9.31640625, 43.83452678223682 ], /* etc */ ] ] } }
答案 0 :(得分:1)
我认为之前已经提出过这个问题。
看看this question。有一个想法可能适合你。