opengeos / leafmap

A Python package for interactive mapping and geospatial analysis with minimal coding in a Jupyter environment
https://leafmap.org
MIT License
3.19k stars 377 forks source link

Add support for editing points interactively #878

Closed giswqs closed 1 month ago

giswqs commented 1 month ago
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

https://github.com/user-attachments/assets/f8d01370-2cbb-43fe-a221-fbc092b40890

github-actions[bot] commented 1 month ago

🚀 Deployed on https://66cf4c5a45ec1d9754ee85ce--opengeos.netlify.app