Skip to content

Commit f115e75

Browse files
committed
test(sync): WIP
1 parent cb54cbb commit f115e75

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

umap/tests/integration/test_websocket_sync.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,12 @@ def test_websocket_connection_can_sync_polygons(
149149
peerA.get_by_role("link", name="Delete this feature").click()
150150
expect(a_polygons).to_have_count(0)
151151
expect(b_polygons).to_have_count(0)
152+
# Add properties / option and check
153+
# Map: everything is in properties (in geojson, but in options in the JS)
154+
# Datalayer: everything is in options, but stored in `_umap_options` on the datalayer object
155+
# Features: properties are not limited (that's data). Everything is in properties.
156+
# In properties there is _umap_option, to store everythign that's not user data.
157+
# FIXME Save and check
152158

153159

154160
def test_websocket_connection_can_sync_map_properties(

0 commit comments

Comments
 (0)