You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
to do so, we need to know what the layer is, and convert it to geojson
that's what I'm trying to do:
var newpolygon = map.editTools.startPolygon();
var gpolygon = newpolygon.toGeoJSON();
you use the libraries toGeojson, and others to download data
at least in geojson, in zipped shapefile is an additional process that I'm aware of but that i'm not masterizing yet
In addition to being able to edit polygons, it will be great to be able to download this data as a shape file.
The text was updated successfully, but these errors were encountered: