mirror of
https://github.com/umap-project/umap.git
synced 2025-05-01 12:32:23 +02:00
![]() I first tried to handle this on Leaflet.Editable side, to make it fire the "editable:edited" event we use to trigger the sync, but deciding what to do with a feature on escape needs some decisions that seems hard to implement in a generic way in Leaflet.Editable. We call stopDrawing, which then calls cancelDrawing, so here one need to decide if cancelDrawing should keep the already drawn line (but cancel the point being drawn) or cancel everything. This is why I end up making this change in uMap itself. |
||
---|---|---|
.. | ||
fixtures | ||
integration | ||
__init__.py | ||
base.py | ||
conftest.py | ||
settings.py | ||
test_clean_tilelayer.py | ||
test_dashboard.py | ||
test_datalayer.py | ||
test_datalayer_s3.py | ||
test_datalayer_views.py | ||
test_empty_trash.py | ||
test_licence.py | ||
test_map.py | ||
test_map_views.py | ||
test_merge_features.py | ||
test_statics.py | ||
test_team_views.py | ||
test_tilelayer.py | ||
test_utils.py | ||
test_views.py |