mirror of
https://github.com/umap-project/umap.git
synced 2025-05-17 11:11:49 +02:00
![]() fix #2268 There is a tricky choice to do: the delete actually occurs in two times, first the datalayer is hidden from the UI and set as "deleted" (this can then be undone) then at next "save" it will totally removed. When syncing, given we removed the "reset/undo" feature for now, and because it was simpler, I decide to do both step in once. When working on a proper "undo/redo", we may challenge this choice again. |
||
---|---|---|
.. | ||
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 | ||
test_websocket_server.py |