-
-
Notifications
You must be signed in to change notification settings - Fork 313
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
grass.jupyter: Allow users to draw simple geometries and save it as vector #4003
Conversation
Right now it's not creating a GRASS vector, it's just adding geojson layer to the map. The vector needs to be imported, I think v.import should do that as we discussed before. |
Hi Anna, |
This is not working, in the jupyterlab log I get:
Please test more. Run it in the notebook and check the output is correctly written as a vector map. |
Hi Anna, I can successfully add vectors and save them, but I am stuck on the part when deleting them. I tried clearing all the geometries and removing layers when clicking the delete button, but things aren't working. Could you please share your opinions on this? |
…ector (OSGeo#4003) Co-authored-by: Anna Petrasova <[email protected]>
…ector (OSGeo#4003) Co-authored-by: Anna Petrasova <[email protected]>
Hi Everyone,
This pull request adds a new feature to
grass.jupyter.interactivemap.py
: a "Draw Geometries" button that lets users create and add geometries to the map as a GRASS native vector map.Here’s how it works:
For a visual guide, please check out the following recording:
grass_draw_geometries.mp4