如下图 要怎样才能将 新添加的 面 和线 以json的形式(或者以某种形式)保存到数据库,然后在通过查询数据库再显示在地图上, 就是说 保存-读取-显示 三个步骤
用leaflet的这个方法
toGeoJSON()
Object
Returns a GeoJSON representation of the polyline (as a GeoJSON LineString or MultiLineString Feature).
GeoJSON
LineString
MultiLineString
然后保存到数据库,再做sql查询就行