Skip to content
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 points interactively #878

Merged
merged 2 commits into from
Aug 28, 2024
Merged

Add support for editing points interactively #878

merged 2 commits into from
Aug 28, 2024

Conversation

giswqs
Copy link
Member

@giswqs giswqs commented Aug 28, 2024

import leafmap
m = leafmap.Map(center=[40, -100], zoom=4)
# Load any vector dataset that can be loaded by GeoPandas
geojson_url = "https://github.com/opengeos/datasets/releases/download/us/cities.geojson"
m.edit_points(geojson_url)
m
95_edit_vector.mp4

@giswqs giswqs merged commit b6a9e4c into master Aug 28, 2024
14 checks passed
@giswqs giswqs deleted the edit branch August 28, 2024 15:59
Copy link

github-actions bot commented Aug 28, 2024

@github-actions github-actions bot temporarily deployed to pull request August 28, 2024 16:12 Inactive
giswqs added a commit that referenced this pull request Sep 1, 2024
* Add support for editing points interactively

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant