使用产品:iserver9D + for leaflet
问题详细描述:利用SQL查询到的被高亮显示的数据(geojson图层里的resultlayer)能否获取这个图形中心点的坐标呢?
目前没有直接获取中心点的方法,可以用L.geojson的这个方法https://leafletjs.com/reference-1.3.0.html#geojson-getbounds返回LatLngBounds,LatLngBounds有getcenter的方法https://leafletjs.com/reference-1.3.0.html#latlngbounds-getcenter
https://leafletjs.com/reference-1.5.0.html#geojson