-
-
Notifications
You must be signed in to change notification settings - Fork 389
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
Add support for editing vector data (geojson, shapefile, etc.) interactively #179
Labels
Feature Request
New feature or request
Comments
giswqs
added a commit
that referenced
this issue
Jan 23, 2022
giswqs
added a commit
that referenced
this issue
Jan 27, 2022
giswqs
added a commit
that referenced
this issue
Jan 29, 2022
giswqs
added a commit
that referenced
this issue
Jan 29, 2022
@jamesvrt This feature has been implemented. This was a very challenging one. It took me many hours to debug this feature. Happy to see it is working finally. 46_edit_vector.mp4 |
Here is a notebook example https://leafmap.org/notebooks/46_edit_vector/ |
sthagen
pushed a commit
to sthagen/giswqs-leafmap
that referenced
this issue
Feb 18, 2023
Former-commit-id: 281b31d
sthagen
pushed a commit
to sthagen/giswqs-leafmap
that referenced
this issue
Feb 18, 2023
Add attribute table GUI opengeos#179 Former-commit-id: f227f31
sthagen
pushed a commit
to sthagen/giswqs-leafmap
that referenced
this issue
Feb 18, 2023
Former-commit-id: 76dccf8
sthagen
pushed a commit
to sthagen/giswqs-leafmap
that referenced
this issue
Feb 18, 2023
Former-commit-id: 4288c14
sthagen
pushed a commit
to sthagen/giswqs-leafmap
that referenced
this issue
Feb 18, 2023
Former-commit-id: 77937e9
sthagen
pushed a commit
to sthagen/giswqs-leafmap
that referenced
this issue
Feb 18, 2023
Former-commit-id: 2cc552b
sthagen
pushed a commit
to sthagen/giswqs-leafmap
that referenced
this issue
Jul 10, 2024
Former-commit-id: e1660cd
sthagen
pushed a commit
to sthagen/giswqs-leafmap
that referenced
this issue
Jul 10, 2024
Add attribute table GUI opengeos#179 Former-commit-id: 13ac54f
sthagen
pushed a commit
to sthagen/giswqs-leafmap
that referenced
this issue
Jul 10, 2024
Former-commit-id: cccf49a
sthagen
pushed a commit
to sthagen/giswqs-leafmap
that referenced
this issue
Jul 10, 2024
Former-commit-id: ff309f7
sthagen
pushed a commit
to sthagen/giswqs-leafmap
that referenced
this issue
Jul 10, 2024
Former-commit-id: 26e0732
sthagen
pushed a commit
to sthagen/giswqs-leafmap
that referenced
this issue
Jul 10, 2024
Former-commit-id: 9edb89b
kuzja111
pushed a commit
to kuzja111/leafmap
that referenced
this issue
Jul 25, 2024
Former-commit-id: e3d7f02
kuzja111
pushed a commit
to kuzja111/leafmap
that referenced
this issue
Jul 25, 2024
Add attribute table GUI opengeos#179 Former-commit-id: 98dfdbc
kuzja111
pushed a commit
to kuzja111/leafmap
that referenced
this issue
Jul 25, 2024
Former-commit-id: 77daa2e
kuzja111
pushed a commit
to kuzja111/leafmap
that referenced
this issue
Jul 25, 2024
Former-commit-id: 68f7d88
kuzja111
pushed a commit
to kuzja111/leafmap
that referenced
this issue
Jul 25, 2024
Former-commit-id: f632176
kuzja111
pushed a commit
to kuzja111/leafmap
that referenced
this issue
Jul 25, 2024
Former-commit-id: 1546c73
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Discussed in #178
Originally posted by jamesvrt January 13, 2022
I'm interested in using leafmap to annotate satellite imagery from within notebooks. Currently I can use
m.user_rois
to access drawn features which allows for a basic way to do this. However, I would like to be able to edit an existing vector dataset imported to the leafmap map. Some functionality that would be a good start:I've seen from @giswqs reply here that some of this functionality is available in geemap, but it doesn't appear it is possible in leafmap.
I can see that ipyleaflet supports some basic polygon editing but I don't think this would let me do what I want.
Select geometries based on mouse click: https://automating-gis-processes.github.io/CSC18/lessons/L4/point-in-polygon.html
Demo:
The text was updated successfully, but these errors were encountered: