mirror of
https://github.com/umap-project/umap.git
synced 2025-05-01 12:32:23 +02:00
![]() That fix does not really fix the original issue, but it make it impactless. The pattern is: - peer A create a synced map, add a datalayer, save it - peer B loads the map, click on edit - at this time, peer B have twice the datalayer data, once from the server AND once from the sync So a better fix would be to make that peer B send a meaningfull HLC to peer A I guess. For this we may save the last HLC is the map properties, or maybe try to merge the "reference_version" and the HLC. |
||
---|---|---|
.. | ||
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 |