-
It's possible to add makers, lines and polygonal areas directly in the notebook's ipywidget. Is it also possible to save these changes from that UI? If not, in which attribute is it possible to access this information in a |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
Do you mean saving the shapes you draw on the map? |
Beta Was this translation helpful? Give feedback.
-
Yes! |
Beta Was this translation helpful? Give feedback.
-
This feature has been implemented. See #170
|
Beta Was this translation helpful? Give feedback.
This feature has been implemented. See #170
m.user_roi
to retrieve the last draw featurem.user_rois
to retrieve all draw features as a listm.save_draw_features(out_file)
to save draw features as a GeoJSON file.