【发布时间】:2016-11-24 08:15:14
【问题描述】:
传单使用 FeatureGroup() 进行编辑。我想保存数据使用 toGeoJSON.but circle,marker... 只有点信息。
{"type":"FeatureCollection","features":[{"type":"Feature","properties":{},"geometry":{"type":"Point","coordinates":[118.49561691284181,31.87595414652557]}},{"type":"Feature","properties":{},"geometry":{"type":"Point","coordinates":[118.5268591952,31.848500597]}}]}
我需要保存更多信息。如何?
【问题讨论】:
标签: javascript leaflet leaflet.draw