antvis / L7Draw

L7 绘制控件
MIT License
48 stars 31 forks source link

🐛 [BUG]utils/common里面的getLngLat 方法获取经纬度属性访问问题 #174

Closed siluozhang516 closed 6 months ago

siluozhang516 commented 7 months ago

/**

可修改成 return e.lngLat || e.lnglat || e.latlng; 在leaflet中不会报错

heiyexing commented 6 months ago

https://github.com/antvis/L7Draw/pull/176