-
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.
Answered by
giswqs
Jan 11, 2022
Replies: 3 comments 1 reply
-
Do you mean saving the shapes you draw on the map? |
Beta Was this translation helpful? Give feedback.
0 replies
-
This feature has been implemented. See #170
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
giswqs
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.