We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb54cbb commit f115e75Copy full SHA for f115e75
umap/tests/integration/test_websocket_sync.py
@@ -149,6 +149,12 @@ def test_websocket_connection_can_sync_polygons(
149
peerA.get_by_role("link", name="Delete this feature").click()
150
expect(a_polygons).to_have_count(0)
151
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
158
159
160
def test_websocket_connection_can_sync_map_properties(
0 commit comments