umap-project 2.7.0b2__py3-none-any.whl → 2.7.0b3__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of umap-project might be problematic. Click here for more details.

Files changed (37) hide show
  1. umap/__init__.py +1 -1
  2. umap/static/umap/js/modules/browser.js +47 -0
  3. umap/static/umap/js/modules/rendering/layers/classified.js +1 -0
  4. umap/static/umap/js/modules/rendering/ui.js +27 -2
  5. umap/static/umap/js/modules/ui/contextmenu.js +5 -0
  6. umap/static/umap/js/umap.controls.js +4 -10
  7. umap/static/umap/js/umap.js +18 -9
  8. umap/static/umap/locale/en.js +4 -1
  9. umap/static/umap/locale/en.json +4 -1
  10. umap/static/umap/locale/fr.js +4 -1
  11. umap/static/umap/locale/fr.json +4 -1
  12. umap/static/umap/map.css +10 -0
  13. umap/static/umap/unittests/hlc.js +8 -3
  14. umap/static/umap/vendors/colorbrewer/colorbrewer.js +309 -317
  15. umap/static/umap/vendors/dompurify/purify.es.js +15 -16
  16. umap/static/umap/vendors/dompurify/purify.es.mjs.map +1 -1
  17. umap/static/umap/vendors/locatecontrol/L.Control.Locate.min.js +2 -2
  18. umap/static/umap/vendors/locatecontrol/L.Control.Locate.min.js.map +1 -1
  19. umap/static/umap/vendors/simple-statistics/simple-statistics.min.js +1 -1
  20. umap/static/umap/vendors/simple-statistics/simple-statistics.min.js.map +1 -1
  21. umap/templates/umap/js.html +0 -1
  22. umap/templates/umap/map_detail.html +2 -2
  23. umap/tests/fixtures/test_upload_data.csv +2 -2
  24. umap/tests/integration/test_browser.py +69 -7
  25. umap/tests/integration/test_datalayer.py +1 -5
  26. umap/tests/integration/test_edit_datalayer.py +1 -2
  27. umap/tests/integration/test_edit_marker.py +1 -1
  28. umap/tests/integration/test_facets_browser.py +3 -3
  29. umap/tests/integration/test_import.py +0 -4
  30. umap/tests/integration/test_map.py +0 -4
  31. umap/tests/integration/test_view_marker.py +63 -0
  32. umap/tests/test_map_views.py +19 -0
  33. {umap_project-2.7.0b2.dist-info → umap_project-2.7.0b3.dist-info}/METADATA +8 -7
  34. {umap_project-2.7.0b2.dist-info → umap_project-2.7.0b3.dist-info}/RECORD +37 -37
  35. {umap_project-2.7.0b2.dist-info → umap_project-2.7.0b3.dist-info}/WHEEL +0 -0
  36. {umap_project-2.7.0b2.dist-info → umap_project-2.7.0b3.dist-info}/entry_points.txt +0 -0
  37. {umap_project-2.7.0b2.dist-info → umap_project-2.7.0b3.dist-info}/licenses/LICENSE +0 -0
@@ -36,7 +36,6 @@
36
36
  <script src="{% static 'umap/vendors/iconlayers/iconLayers.js' %}" defer></script>
37
37
  <script src="{% static 'umap/vendors/locatecontrol/L.Control.Locate.min.js' %}"
38
38
  defer></script>
39
- <script src="{% static 'umap/vendors/colorbrewer/colorbrewer.js' %}" defer></script>
40
39
  <script src="{% static 'umap/vendors/simple-statistics/simple-statistics.min.js' %}"
41
40
  defer></script>
42
41
  <script src="{% static 'umap/js/umap.core.js' %}" defer></script>
@@ -17,8 +17,8 @@
17
17
  {% umap_css %}
18
18
  {{ block.super }}
19
19
  {% umap_js locale=locale %}
20
- {% if object.share_status != object.PUBLIC %}
21
- <meta name="robots" content="noindex">
20
+ {% if UMAP_DEMO_SITE or object.share_status != object.PUBLIC %}
21
+ <meta name="robots" content="noindex,nofollow">
22
22
  {% endif %}
23
23
  <link rel="alternate"
24
24
  type="application/json+oembed"
@@ -1,3 +1,3 @@
1
1
  Foo,Latitude,geo_Longitude,title,description
2
- bar,41.34,122.86,a point somewhere,the description of this point
3
- bar,43.34,121.86,a point somewhere else,the description of this other point
2
+ bar,48.5,14.5,a point somewhere,the description of this point
3
+ bar,45.7,14.7,a point somewhere else,the description of this other point
@@ -81,7 +81,7 @@ def test_data_browser_should_be_open(live_server, page, bootstrap, map):
81
81
 
82
82
 
83
83
  def test_data_browser_should_be_filterable(live_server, page, bootstrap, map):
84
- page.goto(f"{live_server.url}{map.get_absolute_url()}")
84
+ page.goto(f"{live_server.url}{map.get_absolute_url()}#2/19/-2")
85
85
  expect(page.get_by_title("Features in this layer: 3")).to_be_visible()
86
86
  markers = page.locator(".leaflet-marker-icon")
87
87
  paths = page.locator(".leaflet-overlay-pane path")
@@ -115,7 +115,7 @@ def test_filter_uses_layer_setting_if_any(live_server, page, bootstrap, map):
115
115
  datalayer = map.datalayer_set.first()
116
116
  datalayer.settings["labelKey"] = "foo"
117
117
  datalayer.save()
118
- page.goto(f"{live_server.url}{map.get_absolute_url()}")
118
+ page.goto(f"{live_server.url}{map.get_absolute_url()}#2/19/-2")
119
119
  expect(page.get_by_title("Features in this layer: 3")).to_be_visible()
120
120
  markers = page.locator(".leaflet-marker-icon")
121
121
  paths = page.locator(".leaflet-overlay-pane path")
@@ -154,7 +154,7 @@ def test_filter_works_with_variable_in_labelKey(live_server, page, map):
154
154
  data = deepcopy(DATALAYER_DATA)
155
155
  data["_umap_options"]["labelKey"] = "{name} ({bar})"
156
156
  DataLayerFactory(map=map, data=data)
157
- page.goto(f"{live_server.url}{map.get_absolute_url()}")
157
+ page.goto(f"{live_server.url}{map.get_absolute_url()}#2/19/-2")
158
158
  expect(page.get_by_title("Features in this layer: 3")).to_be_visible()
159
159
  markers = page.locator(".leaflet-marker-icon")
160
160
  paths = page.locator(".leaflet-overlay-pane path")
@@ -182,7 +182,7 @@ def test_filter_works_with_missing_name(live_server, page, map):
182
182
  data = deepcopy(DATALAYER_DATA)
183
183
  del data["features"][0]["properties"]["name"]
184
184
  DataLayerFactory(map=map, data=data, name="foobar")
185
- page.goto(f"{live_server.url}{map.get_absolute_url()}")
185
+ page.goto(f"{live_server.url}{map.get_absolute_url()}#2/19/-2")
186
186
  expect(page.get_by_title("Features in this layer: 3")).to_be_visible()
187
187
  markers = page.locator(".leaflet-marker-icon")
188
188
  paths = page.locator(".leaflet-overlay-pane path")
@@ -299,7 +299,7 @@ def test_data_browser_with_variable_in_name(live_server, page, bootstrap, map):
299
299
  # Include a variable
300
300
  map.settings["properties"]["labelKey"] = "{name} ({foo})"
301
301
  map.save()
302
- page.goto(f"{live_server.url}{map.get_absolute_url()}")
302
+ page.goto(f"{live_server.url}{map.get_absolute_url()}#2/19/-2")
303
303
  expect(page.get_by_text("one point in france (point)")).to_be_visible()
304
304
  expect(page.get_by_text("one line in new zeland (line)")).to_be_visible()
305
305
  expect(page.get_by_text("one polygon in greenland (polygon)")).to_be_visible()
@@ -335,7 +335,7 @@ def test_should_sort_features_in_natural_order(live_server, map, page):
335
335
 
336
336
 
337
337
  def test_should_redraw_list_on_feature_delete(live_server, openmap, page, bootstrap):
338
- page.goto(f"{live_server.url}{openmap.get_absolute_url()}")
338
+ page.goto(f"{live_server.url}{openmap.get_absolute_url()}#2/19/-2")
339
339
  # Enable edit
340
340
  page.get_by_role("button", name="Edit").click()
341
341
  buttons = page.locator(".umap-browser .datalayer li .icon-delete")
@@ -380,7 +380,7 @@ def test_should_use_color_variable(live_server, map, page):
380
380
 
381
381
 
382
382
  def test_should_allow_to_toggle_datalayer_visibility(live_server, map, page, bootstrap):
383
- page.goto(f"{live_server.url}{map.get_absolute_url()}")
383
+ page.goto(f"{live_server.url}{map.get_absolute_url()}#2/19/-2")
384
384
  markers = page.locator(".leaflet-marker-icon")
385
385
  paths = page.locator(".leaflet-overlay-pane path")
386
386
  expect(markers).to_have_count(1)
@@ -414,3 +414,65 @@ def test_should_have_edit_buttons_in_edit_mode(live_server, openmap, page, boots
414
414
  expect(delete_layer).to_be_visible()
415
415
  expect(edit_feature).to_have_count(3)
416
416
  expect(delete_feature).to_have_count(3)
417
+
418
+
419
+ def test_main_toolbox_toggle_all_layers(live_server, map, page):
420
+ map.settings["properties"]["onLoadPanel"] = "databrowser"
421
+ map.save()
422
+ data = {
423
+ "type": "FeatureCollection",
424
+ "features": [
425
+ {
426
+ "type": "Feature",
427
+ "properties": {"name": "one point"},
428
+ "geometry": {"type": "Point", "coordinates": [3.33, 46.92]},
429
+ },
430
+ ],
431
+ }
432
+ DataLayerFactory(map=map, data=data)
433
+ data = {
434
+ "type": "FeatureCollection",
435
+ "features": [
436
+ {
437
+ "type": "Feature",
438
+ "properties": {"name": "one other point"},
439
+ "geometry": {"type": "Point", "coordinates": [3.34, 46.94]},
440
+ },
441
+ ],
442
+ }
443
+ DataLayerFactory(map=map, data=data)
444
+ data = {
445
+ "type": "FeatureCollection",
446
+ "features": [
447
+ {
448
+ "type": "Feature",
449
+ "properties": {"name": "another point"},
450
+ "geometry": {"type": "Point", "coordinates": [3.35, 46.95]},
451
+ },
452
+ ],
453
+ "_umap_options": {"displayOnLoad": False},
454
+ }
455
+ DataLayerFactory(map=map, data=data, settings={"displayOnLoad": False})
456
+ page.goto(f"{live_server.url}{map.get_absolute_url()}#10/46.93/3.33")
457
+ markers = page.locator(".leaflet-marker-icon")
458
+ expect(markers).to_have_count(2)
459
+ # Only one is off
460
+ expect(page.locator(".datalayer.off")).to_have_count(1)
461
+
462
+ # Click on button
463
+ page.locator(".umap-browser [data-ref=toggle]").click()
464
+ # Should have hidden the two other layers
465
+ expect(page.locator(".datalayer.off")).to_have_count(3)
466
+ expect(markers).to_have_count(0)
467
+
468
+ # Click again
469
+ page.locator(".umap-browser [data-ref=toggle]").click()
470
+ # Should shown all layers
471
+ expect(page.locator(".datalayer.off")).to_have_count(0)
472
+ expect(markers).to_have_count(3)
473
+
474
+ # Click again
475
+ page.locator(".umap-browser [data-ref=toggle]").click()
476
+ # Should hidden again all layers
477
+ expect(page.locator(".datalayer.off")).to_have_count(3)
478
+ expect(markers).to_have_count(0)
@@ -55,10 +55,6 @@ def test_should_honour_fromZoom(live_server, map, datalayer, page):
55
55
  expect(markers).to_be_visible()
56
56
 
57
57
 
58
- @pytest.mark.skipif(
59
- os.environ.get("CI", "false") == "true",
60
- reason="Test is failing intermittently, skipping in the CI",
61
- )
62
58
  def test_should_honour_toZoom(live_server, map, datalayer, page):
63
59
  set_options(datalayer, displayOnLoad=True, toZoom=6)
64
60
  page.goto(f"{live_server.url}{map.get_absolute_url()}#7/48.55/14.68")
@@ -111,7 +107,7 @@ def test_should_honour_color_variable(live_server, map, page):
111
107
  },
112
108
  }
113
109
  DataLayerFactory(map=map, data=data)
114
- page.goto(f"{live_server.url}{map.get_absolute_url()}")
110
+ page.goto(f"{live_server.url}{map.get_absolute_url()}#6/47.5/2.5")
115
111
  expect(page.locator(".leaflet-overlay-pane path[fill='tomato']"))
116
112
  markers = page.locator(".leaflet-marker-icon .icon_container")
117
113
  expect(markers).to_have_css("background-color", "rgb(240, 248, 255)")
@@ -86,7 +86,6 @@ def test_can_clone_datalayer(live_server, openmap, login, datalayer, page):
86
86
 
87
87
 
88
88
  def test_can_change_icon_class(live_server, openmap, page):
89
- # Faster than doing a login
90
89
  data = {
91
90
  "type": "FeatureCollection",
92
91
  "features": [
@@ -98,7 +97,7 @@ def test_can_change_icon_class(live_server, openmap, page):
98
97
  ],
99
98
  }
100
99
  DataLayerFactory(map=openmap, data=data)
101
- page.goto(f"{live_server.url}{openmap.get_absolute_url()}?edit")
100
+ page.goto(f"{live_server.url}{openmap.get_absolute_url()}?edit#6/45.3/1")
102
101
  expect(page.locator(".umap-div-icon")).to_be_visible()
103
102
  page.get_by_role("link", name="Manage layers").click()
104
103
  expect(page.locator(".umap-circle-icon")).to_be_hidden()
@@ -40,7 +40,7 @@ def test_can_edit_on_shift_click(live_server, openmap, page, datalayer):
40
40
 
41
41
 
42
42
  def test_marker_style_should_have_precedence(live_server, openmap, page, bootstrap):
43
- page.goto(f"{live_server.url}{openmap.get_absolute_url()}?edit")
43
+ page.goto(f"{live_server.url}{openmap.get_absolute_url()}?edit#6/48.5/19")
44
44
 
45
45
  # Change colour at layer level
46
46
  page.get_by_role("link", name="Manage layers").click()
@@ -175,7 +175,7 @@ def test_date_facet_search(live_server, page, map):
175
175
  map.save()
176
176
  DataLayerFactory(map=map, data=DATALAYER_DATA1)
177
177
  DataLayerFactory(map=map, data=DATALAYER_DATA2)
178
- page.goto(f"{live_server.url}{map.get_absolute_url()}")
178
+ page.goto(f"{live_server.url}{map.get_absolute_url()}#6/47.5/-1.5")
179
179
  markers = page.locator(".leaflet-marker-icon")
180
180
  expect(markers).to_have_count(4)
181
181
  expect(page.get_by_text("Date Filter")).to_be_visible()
@@ -196,7 +196,7 @@ def test_choice_with_empty_value(live_server, page, map):
196
196
  del data["features"][1]["properties"]["mytype"]
197
197
  DataLayerFactory(map=map, data=data)
198
198
  DataLayerFactory(map=map, data=DATALAYER_DATA2)
199
- page.goto(f"{live_server.url}{map.get_absolute_url()}")
199
+ page.goto(f"{live_server.url}{map.get_absolute_url()}#6/47.5/-1.5")
200
200
  expect(page.get_by_text("<empty value>")).to_be_visible()
201
201
  markers = page.locator(".leaflet-marker-icon")
202
202
  expect(markers).to_have_count(4)
@@ -212,7 +212,7 @@ def test_number_with_zero_value(live_server, page, map):
212
212
  data["features"][0]["properties"]["mynumber"] = 0
213
213
  DataLayerFactory(map=map, data=data)
214
214
  DataLayerFactory(map=map, data=DATALAYER_DATA2)
215
- page.goto(f"{live_server.url}{map.get_absolute_url()}")
215
+ page.goto(f"{live_server.url}{map.get_absolute_url()}#6/47.5/-1.5")
216
216
  expect(page.get_by_label("Min")).to_have_value("0")
217
217
  expect(page.get_by_label("Max")).to_have_value("14")
218
218
  page.get_by_label("Min").fill("1")
@@ -71,10 +71,6 @@ def test_umap_import_from_file(live_server, tilelayer, page):
71
71
  expect(nonloaded).to_have_count(1)
72
72
 
73
73
 
74
- @pytest.mark.skipif(
75
- os.environ.get("CI", "false") == "true",
76
- reason="Test is failing intermittently, skipping in the CI",
77
- )
78
74
  def test_umap_import_from_textarea(live_server, tilelayer, page, settings):
79
75
  settings.UMAP_ALLOW_ANONYMOUS = True
80
76
  page.goto(f"{live_server.url}/map/new/")
@@ -148,10 +148,6 @@ def test_default_view_latest_with_polygon(map, live_server, page):
148
148
  expect(layers).to_have_count(1)
149
149
 
150
150
 
151
- @pytest.mark.skipif(
152
- os.environ.get("CI", "false") == "true",
153
- reason="Test is failing intermittently, skipping in the CI",
154
- )
155
151
  def test_default_view_locate(browser, live_server, map):
156
152
  context = browser.new_context(
157
153
  geolocation={"longitude": 8.52967, "latitude": 39.16267},
@@ -106,3 +106,66 @@ def test_extended_properties_in_popup(live_server, map, page, bootstrap):
106
106
  expect(page.get_by_text("Alt: 241")).to_be_visible()
107
107
  expect(page.get_by_text("Zoom: 7")).to_be_visible()
108
108
  expect(page.get_by_text("Layer: test datalayer")).to_be_visible()
109
+
110
+
111
+ def test_only_visible_markers_are_added_to_dom(live_server, map, page):
112
+ data = {
113
+ "type": "FeatureCollection",
114
+ "features": [
115
+ {
116
+ "type": "Feature",
117
+ "properties": {
118
+ "name": "marker 1",
119
+ "description": "added to dom",
120
+ },
121
+ "geometry": {
122
+ "type": "Point",
123
+ "coordinates": [14.6, 48.5],
124
+ },
125
+ },
126
+ {
127
+ "type": "Feature",
128
+ "properties": {
129
+ "name": "marker 2",
130
+ "description": "not added to dom at load",
131
+ },
132
+ "geometry": {
133
+ "type": "Point",
134
+ "coordinates": [12.6, 44.5],
135
+ },
136
+ },
137
+ ],
138
+ }
139
+ DataLayerFactory(map=map, data=data)
140
+ map.settings["properties"]["showLabel"] = True
141
+ map.save()
142
+ page.goto(f"{live_server.url}{map.get_absolute_url()}")
143
+ markers = page.locator(".leaflet-marker-icon")
144
+ tooltips = page.locator(".leaflet-tooltip")
145
+ expect(markers).to_have_count(1)
146
+ expect(tooltips).to_have_count(1)
147
+
148
+ # Zoom in/out to show the other marker
149
+ page.get_by_label("Zoom out").click()
150
+ expect(markers).to_have_count(2)
151
+ expect(tooltips).to_have_count(2)
152
+ page.get_by_label("Zoom in").click()
153
+ expect(markers).to_have_count(1)
154
+ expect(tooltips).to_have_count(1)
155
+
156
+ # Drag map to show/hide the marker
157
+ map_el = page.locator("#map")
158
+ map_el.drag_to(
159
+ map_el,
160
+ source_position={"x": 100, "y": 600},
161
+ target_position={"x": 100, "y": 200},
162
+ )
163
+ expect(markers).to_have_count(2)
164
+ expect(tooltips).to_have_count(2)
165
+ map_el.drag_to(
166
+ map_el,
167
+ source_position={"x": 100, "y": 600},
168
+ target_position={"x": 100, "y": 200},
169
+ )
170
+ expect(markers).to_have_count(1)
171
+ expect(tooltips).to_have_count(1)
@@ -861,3 +861,22 @@ def test_ogp_links(client, map, datalayer):
861
861
  assert f'<meta property="og:title" content="{map.name}" />' in content
862
862
  assert f'<meta property="og:description" content="{map.description}" />' in content
863
863
  assert '<meta property="og:site_name" content="uMap" />' in content
864
+
865
+
866
+ def test_non_public_map_should_have_noindex_meta(client, map, datalayer):
867
+ map.share_status = Map.OPEN
868
+ map.save()
869
+ response = client.get(map.get_absolute_url())
870
+ assert response.status_code == 200
871
+ assert (
872
+ '<meta name="robots" content="noindex,nofollow">' in response.content.decode()
873
+ )
874
+
875
+
876
+ def test_demo_instance_should_have_noindex(client, map, datalayer, settings):
877
+ settings.UMAP_DEMO_SITE = True
878
+ response = client.get(map.get_absolute_url())
879
+ assert response.status_code == 200
880
+ assert (
881
+ '<meta name="robots" content="noindex,nofollow">' in response.content.decode()
882
+ )
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: umap-project
3
- Version: 2.7.0b2
3
+ Version: 2.7.0b3
4
4
  Summary: Create maps with OpenStreetMap layers in a minute and embed them in your site.
5
5
  Author-email: Yohan Boniface <yb@enix.org>
6
6
  Maintainer-email: David Larlet <david@larlet.fr>
@@ -19,25 +19,25 @@ Requires-Python: >=3.10
19
19
  Requires-Dist: django-agnocomplete==2.2.0
20
20
  Requires-Dist: django-environ==0.11.2
21
21
  Requires-Dist: django-probes==1.7.0
22
- Requires-Dist: django==5.1.1
22
+ Requires-Dist: django==5.1.2
23
23
  Requires-Dist: pillow==10.4.0
24
24
  Requires-Dist: psycopg==3.2.3
25
25
  Requires-Dist: pydantic==2.9.2
26
- Requires-Dist: rcssmin==1.1.2
26
+ Requires-Dist: rcssmin==1.1.3
27
27
  Requires-Dist: requests==2.32.3
28
- Requires-Dist: rjsmin==1.2.2
28
+ Requires-Dist: rjsmin==1.2.3
29
29
  Requires-Dist: social-auth-app-django==5.4.2
30
30
  Requires-Dist: social-auth-core==4.5.4
31
31
  Requires-Dist: websockets==13.1
32
32
  Provides-Extra: dev
33
33
  Requires-Dist: djlint==1.35.2; extra == 'dev'
34
- Requires-Dist: hatch==1.12.0; extra == 'dev'
34
+ Requires-Dist: hatch==1.13.0; extra == 'dev'
35
35
  Requires-Dist: isort==5.13.2; extra == 'dev'
36
- Requires-Dist: mkdocs-material==9.5.39; extra == 'dev'
36
+ Requires-Dist: mkdocs-material==9.5.40; extra == 'dev'
37
37
  Requires-Dist: mkdocs-static-i18n==1.2.3; extra == 'dev'
38
38
  Requires-Dist: mkdocs==1.6.1; extra == 'dev'
39
39
  Requires-Dist: pymdown-extensions==10.11.2; extra == 'dev'
40
- Requires-Dist: ruff==0.6.8; extra == 'dev'
40
+ Requires-Dist: ruff==0.6.9; extra == 'dev'
41
41
  Requires-Dist: vermin==1.6.0; extra == 'dev'
42
42
  Provides-Extra: docker
43
43
  Requires-Dist: uwsgi==2.0.27; extra == 'docker'
@@ -46,6 +46,7 @@ Requires-Dist: factory-boy==3.3.1; extra == 'test'
46
46
  Requires-Dist: playwright>=1.39; extra == 'test'
47
47
  Requires-Dist: pytest-django==4.9.0; extra == 'test'
48
48
  Requires-Dist: pytest-playwright==0.5.2; extra == 'test'
49
+ Requires-Dist: pytest-rerunfailures==14.0; extra == 'test'
49
50
  Requires-Dist: pytest-xdist<4,>=3.5.0; extra == 'test'
50
51
  Requires-Dist: pytest==8.3.3; extra == 'test'
51
52
  Description-Content-Type: text/markdown
@@ -1,4 +1,4 @@
1
- umap/__init__.py,sha256=TVHteVndmgr5cRg4TdBAgaikMniV5zbnrVbiBJIpUbQ,20
1
+ umap/__init__.py,sha256=Q71QddEhF4MeRRzieztdO6BbePwyY5fwiTKxqbluuJs,20
2
2
  umap/admin.py,sha256=LoQytPGK6pLBqZ5QgQ9DIPAxhTG31cTtHOCqO9BY5S4,2645
3
3
  umap/apps.py,sha256=5ssKqPUuNJlapaBmr4LY_HDb7J1NFCT3wzythxQOOfs,109
4
4
  umap/autocomplete.py,sha256=WUsbsVBl_KzzEzxB4g3rAoS5-eEvCZGtelVzXeOFV90,444
@@ -151,7 +151,7 @@ umap/static/umap/bitbucket.png,sha256=Z-xsnM3QOUn9tJQ0RjPXCpALghrzaDDZP7wSePSjSr
151
151
  umap/static/umap/content.css,sha256=6p2sgg-FYOjVBiwvk930tBJTl3lfr2m8jjSKkf84Gv0,11555
152
152
  umap/static/umap/font.css,sha256=fYmTKNd_Ts6TrmBbnLRgyeUS4vpfxkEqhLR-pkd3KrA,904
153
153
  umap/static/umap/github.png,sha256=Yiw6VX71qO87vNgJaDuirn3JVlUwrzIpkT9vbtROg1o,1564
154
- umap/static/umap/map.css,sha256=d1H3DYlSUP1HR2trp9_vnMg3_wp56xwsOY1jzO1Kxx0,36497
154
+ umap/static/umap/map.css,sha256=0H6iLZTbzniFreYSDy2U_1tUYeNmoghfjUvUFWA6Lek,36772
155
155
  umap/static/umap/nav.css,sha256=IKB8Ga8TRal8naxjsgrcrnCO2eaKUL3YNofJB9IN9l0,1865
156
156
  umap/static/umap/openstreetmap.png,sha256=xccBb_RsN7uchm7fRowVLjrzmCtj1-1PLByurkdjcr8,19408
157
157
  umap/static/umap/theme.css,sha256=gkbyghlT5kNfz0Qyg1JL7xalqvHVx321eO9qlnvcaAU,49
@@ -212,16 +212,16 @@ umap/static/umap/img/source/16-white.svg,sha256=aQE1L1FGy46pqqxn8iSNcfur5GFP7JIb
212
212
  umap/static/umap/img/source/16.svg,sha256=U3cXEecGdlLm3X-4rrLk2c6-OJgGeRRt9ZBVMaswEZQ,46531
213
213
  umap/static/umap/img/source/24-white.svg,sha256=F4lvAvzlTaqUsVhB13PXl7X-r4oz6rWykgHv0Dxmdec,28439
214
214
  umap/static/umap/img/source/24.svg,sha256=zIuQN1fv_w0asmxzuiCh2TErV4za8Mqg6pK-4YKAt-w,37617
215
- umap/static/umap/js/umap.controls.js,sha256=w96YFzJh9QoWJrpJkLH7QB4lLJJ4Zs1gaOSSJ_efYds,35880
215
+ umap/static/umap/js/umap.controls.js,sha256=1_xp8FQeRtutqomTi6RXCALIzXHnrKuEZPCc_TUe80s,35673
216
216
  umap/static/umap/js/umap.core.js,sha256=xIy3DGUMw1A2SD1-CbBmjN_Xh2wvRgE4ZA2k5tC41Qs,7710
217
217
  umap/static/umap/js/umap.forms.js,sha256=T-qC-xxLaY5FaQW-7T_6OKwBBU6HCRX9JK6BO3PYfn8,31554
218
- umap/static/umap/js/umap.js,sha256=vstQbnffZhP-_Qh6bUf2PPx-twKQF6ww-A2KlNxo2PQ,57608
218
+ umap/static/umap/js/umap.js,sha256=sVa_N2nNc9s7wVWOsAF0J4qeh_sOK-xEPfQeYSX4RCA,57771
219
219
  umap/static/umap/js/components/base.js,sha256=gDb1fGuNCC1KEu4PlQflC1PDNyrulhqLhmlsjyCJpps,1575
220
220
  umap/static/umap/js/components/fragment.js,sha256=2zFkX4A0iVeebZJawmveEMKMXQyYmBuY67rbZUPo-Fs,341
221
221
  umap/static/umap/js/components/alerts/alert.css,sha256=fSmbDDjXjEYLfgnEAVDhyqWiBOUy2YhVRy0_den-7Dk,4930
222
222
  umap/static/umap/js/components/alerts/alert.js,sha256=7JaTfAzB6qrodu8soo4aoiQMR7YOYcE3u17q3boMbxI,4491
223
223
  umap/static/umap/js/modules/autocomplete.js,sha256=j3rZeiBypGcFenEN_7xhYdffYrUP92SATrEB_eTZWwk,8634
224
- umap/static/umap/js/modules/browser.js,sha256=uQQMY_N4ykh_HQGa_kaztNV5KsXkd78YvPUuN1gGDvs,7573
224
+ umap/static/umap/js/modules/browser.js,sha256=FXM-Dau0gxqFj77k9FUPBuf6gvrcN6ezsf4myP1rHU0,9243
225
225
  umap/static/umap/js/modules/caption.js,sha256=bNApBULuZT2hewbdBtN5WgFGYLgovnS0EYcm_P-VyLc,3859
226
226
  umap/static/umap/js/modules/dompurify.js,sha256=SOmoM-pTgYCKCKXFo6-znemWPLiLsFgR4lxM_moWaA8,328
227
227
  umap/static/umap/js/modules/facets.js,sha256=K4qfnCtgIK7oMkL4YvAvPovHfaCK_aRyW5rl7nAFqK0,4677
@@ -250,9 +250,9 @@ umap/static/umap/js/modules/importers/overpass.js,sha256=wshao2HAJIz_qowqu6tWxeF
250
250
  umap/static/umap/js/modules/rendering/icon.js,sha256=hguSJt3wDqe0oSQIm1zrYSbyktKVQUWv-QTo5fYdlc8,7861
251
251
  umap/static/umap/js/modules/rendering/popup.js,sha256=s_LhWy3nqKm_GEwc9aCbzSG1JM9M5-kshwNfKQNdu3A,2460
252
252
  umap/static/umap/js/modules/rendering/template.js,sha256=79umxBD0pMuz8n-sx54Zg7FKcm_fbEkGDlt3vnEXtXo,7177
253
- umap/static/umap/js/modules/rendering/ui.js,sha256=R7rKQ5vzp4hAX_uNlrY8L_EmTHIfdyBXz9L0WrUyob0,12512
253
+ umap/static/umap/js/modules/rendering/ui.js,sha256=WXwRqs9I1JOJxGcc7-db8w_rbaQ3xggsez6uu-X5GqU,13116
254
254
  umap/static/umap/js/modules/rendering/layers/base.js,sha256=QNQm_IHSX2jwhr6RfoURk9ypSi4lH1Z0voZNH84VLV0,2419
255
- umap/static/umap/js/modules/rendering/layers/classified.js,sha256=HhmYc_PCaA4VoRO_2TUIaPhkiRE1RUOoNEJVGs10Etk,14550
255
+ umap/static/umap/js/modules/rendering/layers/classified.js,sha256=f1MxNzbvlhWTeLLt2XJ0zuLoki667rZS4nQ96l1sUAE,14623
256
256
  umap/static/umap/js/modules/rendering/layers/cluster.js,sha256=tIwkcJhJ7SQTpMK7YXumcA6KMjuZjPKWzc_xuF9d_Dc,3360
257
257
  umap/static/umap/js/modules/rendering/layers/heat.js,sha256=pWZkgwNP18bKl5gqN2w9dAxvWWHYoTSDN4n9t_1u-xI,4771
258
258
  umap/static/umap/js/modules/sync/engine.js,sha256=aX7FyE9N0rV0cqHA5wlhf4cEYy7EuyjuHG027NO28S0,12884
@@ -260,7 +260,7 @@ umap/static/umap/js/modules/sync/hlc.js,sha256=gdyRDYx3341csuCDTv8EYHYmJkQLJd5HL
260
260
  umap/static/umap/js/modules/sync/updaters.js,sha256=MYkEyOO7iafzctJrSSBVPfLAbRUXjAyIvXIBsCMI-UY,2930
261
261
  umap/static/umap/js/modules/sync/websocket.js,sha256=1UtvsTAm-gkfpBRcLPykPvDyax3mQSxG0KOjWhqnAIU,647
262
262
  umap/static/umap/js/modules/ui/base.js,sha256=8PN8TRIBqTANRufwVvV0XzOdaYQuRCnlWGbTGq8FZiM,2491
263
- umap/static/umap/js/modules/ui/contextmenu.js,sha256=bCLDRL3I5h7kq5fIP_fY-K23peXNeheXYbdx-GoCgOI,2417
263
+ umap/static/umap/js/modules/ui/contextmenu.js,sha256=VzC94uGUt8DkzC60Gcbz-MxivfSITEqUC91Fkpq1gjk,2550
264
264
  umap/static/umap/js/modules/ui/dialog.js,sha256=fP51HDkucZpXnx1v0h5eAckj77RsADZO_CzPRbjeKSU,5407
265
265
  umap/static/umap/js/modules/ui/panel.js,sha256=Iqfagid9BxB0zjexBElaA_hLejoePdfORt4Di5lHVLY,2994
266
266
  umap/static/umap/js/modules/ui/tooltip.js,sha256=M2KBb5CA4AvaA-6QgfpUKMYQuGXzTqx4ZVA9fkMRBEs,1642
@@ -284,8 +284,8 @@ umap/static/umap/locale/de.js,sha256=xDf9BY85Ar-mfhFUORgDCL2JLeU08U2UIW_FtNLS5S0
284
284
  umap/static/umap/locale/de.json,sha256=RA0e0pKtfyqZJWSSIYFGkwqT61BcCLTIH2qpQlvlOf4,32300
285
285
  umap/static/umap/locale/el.js,sha256=sa-U3r4Makich8A9KM5ZY43qGMu_bT1PrBsxfQIGcYo,40722
286
286
  umap/static/umap/locale/el.json,sha256=osruzu9kyf-_rzTPCfGE3k65iJN1DNVI1XHznZn3MWY,40657
287
- umap/static/umap/locale/en.js,sha256=L8vZwGA7wi2WxEHB88-ogUT2-lrulVm6f91Q7ogLuaE,29629
288
- umap/static/umap/locale/en.json,sha256=SC08KG3v_iovSOPAXlNtoax3c1HM80KSbDRoYZlE6qs,29564
287
+ umap/static/umap/locale/en.js,sha256=Y4OH8ko3vOxNOzWTMrqReCxj4F5VMquyEr21HVzH3Rw,29785
288
+ umap/static/umap/locale/en.json,sha256=lNdtdJcpoFINBCiMlsU2dqQ9880GIRy7iBJiirNH5Ls,29720
289
289
  umap/static/umap/locale/en_US.json,sha256=Oh7wNoHcrN8yUjROyTZbOf7hA_UizteJx9VKkLRqQm8,28991
290
290
  umap/static/umap/locale/es.js,sha256=JF04Yjo58p5iI0PB87q2KqC0UZ5_glU5b6-4BCd4GuE,31685
291
291
  umap/static/umap/locale/es.json,sha256=ulTaC0DscZbXov9OvuceQ5c8MMyHlgpxKgUHSoHNH_I,31620
@@ -297,8 +297,8 @@ umap/static/umap/locale/fa_IR.js,sha256=wysDJtx5Qh1gmLliSY1nlkb1iiQ_gW0_wwbZhoMM
297
297
  umap/static/umap/locale/fa_IR.json,sha256=aWEthk23gO9px5J4lAn5pSAVwslZIBaB7A18E6CQr_M,38266
298
298
  umap/static/umap/locale/fi.js,sha256=7FHHkRL27ZPFKY9AHYQpdh2Yxmr7nStFkyx0qFFMg-4,30135
299
299
  umap/static/umap/locale/fi.json,sha256=9Diss6QDm0eTgYy2xZNYXVI2akk5Dsgb6Ct6IUSbW7k,30070
300
- umap/static/umap/locale/fr.js,sha256=W0xifum_5NJ25jrm9mdvD5hrOM95o-sPd_9sPxZA2pU,32443
301
- umap/static/umap/locale/fr.json,sha256=GII3-1zYvrdj_DDj-0X_7ZJT-TyxS492-BDXAWeVANc,32378
300
+ umap/static/umap/locale/fr.js,sha256=Hh4Wv_lwbRYfIgDWd3FXcgodyb0D7o9gtU-YM-qmy7s,32626
301
+ umap/static/umap/locale/fr.json,sha256=KfBBp-t0UxEu5fZhl3ZzyVundpbjytaFmguf53xtkUs,32561
302
302
  umap/static/umap/locale/gl.js,sha256=090Z2Qo9MdULunWmqzup_jIyl0vNj98RLNtZ4G0nXeY,30690
303
303
  umap/static/umap/locale/gl.json,sha256=TXy5_yZwAKAP89ohPUz3Z7_5Ol0jGy4T6qrzWQs8zGg,30625
304
304
  umap/static/umap/locale/he.js,sha256=GO-lM4ghM4k5mbWHpHC6SQ_fpIFjfZzCMsbqT9ejf-k,32717
@@ -374,13 +374,13 @@ umap/static/umap/test/Util.js,sha256=KBsOQN_E4Y5N8VSDNP5fLdUrvOh7G3pewrkRKq547VQ
374
374
  umap/static/umap/test/_pre.js,sha256=O3qaQf-M2SLQ6c7AGIrRwdPm3iULiSTt-KkmAIQnAGg,12960
375
375
  umap/static/umap/test/index.html,sha256=1ZKUQry_D4tzZapPOnhs7TfLP0-yDtOpE28nEicH4qA,6616
376
376
  umap/static/umap/unittests/URLs.js,sha256=EqXPGohwNiEtJWk1QY2KgPaIwd0iP56nYvn05ufsZ-g,1878
377
- umap/static/umap/unittests/hlc.js,sha256=HVlFEzvJ8spMErVvKpoKlUwdaDDTU4xxecg8fdVeoRU,5129
377
+ umap/static/umap/unittests/hlc.js,sha256=FlS314LYdTNoDE8tzjZPZbxjPwb5EaOpgnta4JOLloI,5219
378
378
  umap/static/umap/unittests/sync.js,sha256=JSyT4ZwuRF1mMUzLLJzjIs_6iZz8S2iF1imJGLpSdwQ,12751
379
379
  umap/static/umap/unittests/utils.js,sha256=H-eKixI2F203GwZ36cvXtzbiWu-dGF5UXNS2_9ahnok,24647
380
- umap/static/umap/vendors/colorbrewer/colorbrewer.js,sha256=FebyRte_vQrD_CLC8Xjc2cI_bR694S6hDSIu26tDnZ8,24622
380
+ umap/static/umap/vendors/colorbrewer/colorbrewer.js,sha256=wEHf7UslhI09j7tfzC1V9FLgTbZELDbbtGiL2x0y9vY,23051
381
381
  umap/static/umap/vendors/csv2geojson/csv2geojson.js,sha256=Cb88gwY7oibx7WL1Y3bfxc_Cur6yo62nLGaEmzP7Fbw,15530
382
- umap/static/umap/vendors/dompurify/purify.es.js,sha256=TScM8DATZbXGCLOVBYhpfX4gbnKRCAlt53htdqS9umc,63951
383
- umap/static/umap/vendors/dompurify/purify.es.mjs.map,sha256=7KkvHp3X9QVutUAQnlG8iCMV4jJeHRsggC4yBoO2dTk,123294
382
+ umap/static/umap/vendors/dompurify/purify.es.js,sha256=z-0CPcG0TCk11WMdauq46gDt65U61y_i-ltN5dKc500,64057
383
+ umap/static/umap/vendors/dompurify/purify.es.mjs.map,sha256=wzzJMafObQYxw2FUcIM4AJShakCHU1hiEm1MotxK79g,123512
384
384
  umap/static/umap/vendors/editable/Leaflet.Editable.js,sha256=5-RlyT7RhocenG85yKIhSPdCvUrpxH2o-lvWS9St5uA,69568
385
385
  umap/static/umap/vendors/editable/Path.Drag.js,sha256=EATyTfgSiCkdjTwGM5lU1RZayxzynqhE-AgnuRlqYI0,3898
386
386
  umap/static/umap/vendors/editinosm/Leaflet.EditInOSM.css,sha256=eVKDGO_G2bIJvf_o5490h8BbMh5XeraSLmo6qTc8zj8,1263
@@ -413,8 +413,8 @@ umap/static/umap/vendors/loading/Control.Loading.css,sha256=oDy5SfMp_Ew1KH2J2avM
413
413
  umap/static/umap/vendors/loading/Control.Loading.js,sha256=FquvQIblVRto7kZlJ5hTS0rpr9fzTyNmCCmQzsy5EnU,14143
414
414
  umap/static/umap/vendors/locatecontrol/L.Control.Locate.min.css,sha256=b1FUshftUDgzY_VtFMamPDs0o3GER52S9Tk8IK-wOoE,2269
415
415
  umap/static/umap/vendors/locatecontrol/L.Control.Locate.min.css.map,sha256=BeirY1RltKf8DrqX4U6IEg49yGaSOS4II4CqTJ96Hi8,371
416
- umap/static/umap/vendors/locatecontrol/L.Control.Locate.min.js,sha256=jVdNHjjOOJMoykxLOdGxOUzGJDlmr8MM6sFF--b1_sI,12701
417
- umap/static/umap/vendors/locatecontrol/L.Control.Locate.min.js.map,sha256=JY9YqG-jXWMRHF4pJcvdjB5hyLq7V8MpsaqhnX7p5tE,15802
416
+ umap/static/umap/vendors/locatecontrol/L.Control.Locate.min.js,sha256=43FlkezpyRF326OVLB4hJ2nwWATdloa0VVWKR727wI4,12712
417
+ umap/static/umap/vendors/locatecontrol/L.Control.Locate.min.js.map,sha256=CmhhyXJFHx6jWQidSqqQlQKmNN7bTiqiiTTTqIn5X7E,15816
418
418
  umap/static/umap/vendors/markercluster/MarkerCluster.Default.css,sha256=YSWCMtmNZNwqex4CEw1nQhvFub2lmU7vcCKP-XVwwXA,1287
419
419
  umap/static/umap/vendors/markercluster/MarkerCluster.css,sha256=YU3qCpj_P06tdPBJGPax0bm6Q1wltfwjsho5TR4-TYc,872
420
420
  umap/static/umap/vendors/markercluster/leaflet.markercluster.js,sha256=Hk4dIpcqOSb0hZjgyvFOP-cEmDXUKKNE_tT542ZbNQg,34136
@@ -427,8 +427,8 @@ umap/static/umap/vendors/minimap/images/toggle.png,sha256=dSjmzalnKhlwWcTiw6qF82
427
427
  umap/static/umap/vendors/minimap/images/toggle.svg,sha256=qYiFw3DWtNgmPPxyM2tW4Q0yQCFdWGtCJ9RqT9SRyhs,1765
428
428
  umap/static/umap/vendors/osmtogeojson/osmtogeojson.js,sha256=Zju1u65H1dEr_5zxyHuPlz6F-rSx-DRTgQquma3VRZI,34674
429
429
  umap/static/umap/vendors/photon/leaflet.photon.js,sha256=AAgrsDIbpaugU6-2u6024CRB2cvE1OCNek7N9zAVlgY,14730
430
- umap/static/umap/vendors/simple-statistics/simple-statistics.min.js,sha256=9Q8lBzEmEHECakXADgxLzmJ42oBB8JB257npQWOyitk,23988
431
- umap/static/umap/vendors/simple-statistics/simple-statistics.min.js.map,sha256=Xcmjnfovskjz0ft9rGff8xr6oozB0wgYE-k5Dyo2Z4U,195620
430
+ umap/static/umap/vendors/simple-statistics/simple-statistics.min.js,sha256=3vLsuPerHhN9Ywzrl8oey2zgVDhD4VqVGWXY0WammyQ,24073
431
+ umap/static/umap/vendors/simple-statistics/simple-statistics.min.js.map,sha256=ayC2E6wVocDrMV-bpQkwXxkVhqcsS0AqHRZ98Nc9JaQ,196163
432
432
  umap/static/umap/vendors/togeojson/togeojson.es.js,sha256=3ahjSicOyuiPMyXmBClO89l-QykDhAy0Fm09kWGSrWI,34371
433
433
  umap/static/umap/vendors/togeojson/togeojson.es.mjs.map,sha256=NBjflNKJL_uGfiPrRRja6IoswUQ2_kaNk3iV64WY2Uo,75780
434
434
  umap/static/umap/vendors/tokml/tokml.es.js,sha256=BqL0WqFH5UZAh_S_265E6PWZjPMYxeGNFgAgywM4Aeo,23457
@@ -452,10 +452,10 @@ umap/templates/umap/dashboard_menu.html,sha256=DEzGwiL_U1ntDpY0Ybda5ijDMSNw-n7Vb
452
452
  umap/templates/umap/footer.html,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
453
453
  umap/templates/umap/header.html,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
454
454
  umap/templates/umap/home.html,sha256=021I4eVLjMWvhsIqo2k2FADXla2c4UClAJ1uy9R5KVI,839
455
- umap/templates/umap/js.html,sha256=IUoZAJ5Ku4KAoLKZD0ERDhqfcDp5hEC1rC59sKYYVyo,2557
455
+ umap/templates/umap/js.html,sha256=15Hp845KXDZhTT4Hfjxo_W6c63CHOWUp6OeHIqGenyU,2472
456
456
  umap/templates/umap/locale.js,sha256=AP-mSJQq5RyC3eNaBbk-sOsD80r0_qlvuK1afXdsVo4,112
457
457
  umap/templates/umap/login_popup_end.html,sha256=kcENvhycpVvvIzbNasX1rcSI_67A6pttkWCxy0vHC8g,693
458
- umap/templates/umap/map_detail.html,sha256=QBotZCdYGNv6aKgwkcX2sdanw8FXZLlMux49vV8dWAU,1165
458
+ umap/templates/umap/map_detail.html,sha256=xMOsbF7NWJ-mpShR0ciJ8MrTeG2OYDm8OIL0yHbW6eg,1192
459
459
  umap/templates/umap/map_fragment.html,sha256=ZRIA3W2tuIecv2LtxyKNSW4k7PmCxRlFmI6TIKC1EV8,152
460
460
  umap/templates/umap/map_init.html,sha256=mglKMOvxRbe9qhO8SYsK0q3xcPcqEdSepo1sszxmDrE,290
461
461
  umap/templates/umap/map_list.html,sha256=Jb-VU3dQdRWsW80nyyRq1Eb6UrhAoIfGleu1cNMJKwc,673
@@ -484,7 +484,7 @@ umap/tests/test_datalayer.py,sha256=6TI9-Tc5Fl2Bxe9vjxmfDV9BHd62ixIkTSEMOfWB8iA,
484
484
  umap/tests/test_datalayer_views.py,sha256=oq1azMk0IUgf688a41VJHZO4In7On3Nb72x3wwP_ZVQ,22105
485
485
  umap/tests/test_licence.py,sha256=BxNY3gdKhIoc2u5OPmAkmjCp0jJN-Jm-uPOfAZlpOHA,339
486
486
  umap/tests/test_map.py,sha256=yDSU75RxqCmXyiL90NZbrqvrYtmm6OFoc7SQ0kf0ei0,4874
487
- umap/tests/test_map_views.py,sha256=IPKUbFZ7JcZWBqkCjDPSIRZ35lGrRu7cA0EFzwXnxu0,31939
487
+ umap/tests/test_map_views.py,sha256=JLKX0zPE7aqw8osVanylO00NDFCxPiMc3I-wGeV-SOc,32567
488
488
  umap/tests/test_merge_features.py,sha256=uLZSW00WAI8_nZS0KPP8gg8U4nnky-XGb-VhhKUxv1M,2275
489
489
  umap/tests/test_purge_purgatory.py,sha256=oQnsZqBFaJFDJxXtkkg2qzi1EFP57RpCwb6MQTupeIY,924
490
490
  umap/tests/test_statics.py,sha256=WJe4DZ-cSfN_wCRD8U9ocl6v5FoXrVwBjU6kI6BOcmY,1252
@@ -500,7 +500,7 @@ umap/tests/fixtures/display_on_load.umap,sha256=eo4ecB3QUeCVu1u7COp7mZ8sCPkf2j4g
500
500
  umap/tests/fixtures/star.svg,sha256=zIi-j16L1Fzxtqz2rV2NDDm1NDHBWQfM5O6MIeoxgEU,256
501
501
  umap/tests/fixtures/test_circles_layer.geojson,sha256=8S_zh4MA-5qqm43ETKfGz0hw84vuN2cXB1vTz9Syu3k,6454
502
502
  umap/tests/fixtures/test_import_osm_relation.json,sha256=SjZFqZ-qnxcrUnVkb43jI9iMBF8Il3-OPqxh62nNH9o,4249
503
- umap/tests/fixtures/test_upload_data.csv,sha256=KZOO-DcXhdTgx2FrIYZz_ZNZAKOp8zpN_jCyfDw3PcQ,186
503
+ umap/tests/fixtures/test_upload_data.csv,sha256=6wI0zxHgmTOeFhO7JxEhlG98IZ8vpKzxbt8lbAiW6ZY,180
504
504
  umap/tests/fixtures/test_upload_data.gpx,sha256=sIfeKEGxYikzg121qBdkBIVTFpuYh8q2-yWZOZwbu38,674
505
505
  umap/tests/fixtures/test_upload_data.json,sha256=t4PmJtVDhyI1x-E1a36jD8YVSa87T-Vtg8eBmHfQ4KQ,5650
506
506
  umap/tests/fixtures/test_upload_data.kml,sha256=t66ms8oNI3999bhRJx01mn-UuHeqWoVY5LfXnChBaP8,1102
@@ -515,7 +515,7 @@ umap/tests/integration/conftest.py,sha256=bo-ndi3ARHnkwRGo8fGi6lqTd_LdXWSOpgNyXE
515
515
  umap/tests/integration/helpers.py,sha256=vvGX5b-DS2fMVDdeXz1lH2IleZkRHjyL7DVvatJU8Do,344
516
516
  umap/tests/integration/test_anonymous_owned_map.py,sha256=d7YBsnO79NHRHgdYCYqmyALzeHtV__9dWObtvEfv0VM,10673
517
517
  umap/tests/integration/test_basics.py,sha256=_aURyfOJen41AQtTvjQ2pHP5GNc1KVV6NRSspSuxKL0,3760
518
- umap/tests/integration/test_browser.py,sha256=pFPeUlPG5Kpk9EhiHJmSenBpVRI3k15Ad8qBha48YJQ,17820
518
+ umap/tests/integration/test_browser.py,sha256=uhis-PUFERQEuasfZPRP2tLuq9GcaNeie4nx3n_7SL0,19977
519
519
  umap/tests/integration/test_caption.py,sha256=UykDB2WpyFl0sbXGrSJ1IAJTM0PzYajPyz-XWaqUBws,1795
520
520
  umap/tests/integration/test_categorized_layer.py,sha256=1MJopDBMLUd_NN2NVqWoePuNPS42RbNlXOwXeyKdZo8,5586
521
521
  umap/tests/integration/test_choropleth.py,sha256=MOgWxPiv39wU7v6kwEJ6sfN3P3xTf_ABQo7hxQa_Y1M,3775
@@ -523,18 +523,18 @@ umap/tests/integration/test_circles_layer.py,sha256=PjYGmCvAd9qDnldnbiw6nomJs1Yg
523
523
  umap/tests/integration/test_cluster.py,sha256=AK4t1k0nur2-gSSFPvkhnq7Ki81PgfvYv1AQcZmr5iQ,1680
524
524
  umap/tests/integration/test_conditional_rules.py,sha256=josrLgUbBvoa9ygbJB6sKR5_GnTXo65UGrJMSpD8QbY,11890
525
525
  umap/tests/integration/test_dashboard.py,sha256=OmqZx6NwtTnPj1-HsYyg5WptcmPpSq5pL01VtxZuuzk,1526
526
- umap/tests/integration/test_datalayer.py,sha256=CC9EOkcENu0Rz_k4_qmwaAKDxU7OFlJiuFE3OVjO4Z4,5614
526
+ umap/tests/integration/test_datalayer.py,sha256=cxsf65noYTucEMLuUz8DfJ9abXHhAq0n65MvdBmBRVo,5492
527
527
  umap/tests/integration/test_draw_polygon.py,sha256=Ub_1Witps_BLwMMmQ4M0vPIyQOEQ_Bq82znpJdWpCfY,25385
528
528
  umap/tests/integration/test_draw_polyline.py,sha256=lPr5hz-wHL9oC2B3yveNHC-OxdzWvcf8fHMBZbXTuss,14801
529
- umap/tests/integration/test_edit_datalayer.py,sha256=JZPkX8U7g3LlbBBs9RfIZc2l-UyZpPybR3ioO1KI2cU,9365
529
+ umap/tests/integration/test_edit_datalayer.py,sha256=oZFEvjAC0XIHgWgwE683dAL95y1Mvl-SBEVaf_dQnR4,9342
530
530
  umap/tests/integration/test_edit_map.py,sha256=Qt1QypkFNDwA4KPo_qxHbJGb3c4prDaJTuwgtrgGxGE,7110
531
- umap/tests/integration/test_edit_marker.py,sha256=1MpA1mjdtVx2HuFkVSYZojBoGJ0fhK_JBGDsv5v6rUE,4736
531
+ umap/tests/integration/test_edit_marker.py,sha256=sj4n2mCYQ-qZ02jFHA566Wg_y9F6oXb1AxddnthSQHI,4746
532
532
  umap/tests/integration/test_edit_polygon.py,sha256=JeIW6NcBltIl958uJ_T-0dRCT5gOo9JrNtULvg7nxf4,5286
533
533
  umap/tests/integration/test_export_map.py,sha256=jH0BXm-7Ov26OEkve9-xKMfRwXwR73zRrZLIQusyUOY,12112
534
- umap/tests/integration/test_facets_browser.py,sha256=bsEpb4tXZtxF3tdmSZ0tGrOIIEhd1KSbmDQruuUQFic,10622
534
+ umap/tests/integration/test_facets_browser.py,sha256=J--y2rpI__0RIPzcTx4Kn2UwuurFdh-6i_Y4c6GxUyY,10658
535
535
  umap/tests/integration/test_features_id_generation.py,sha256=e99_8AxeMAi53JjVGlsI32zlrXGAU19FHJfTuYdiBVQ,1511
536
- umap/tests/integration/test_import.py,sha256=QDx25gKJyiOO4vWQdzfL7vPLvM2-ttbLs2xKG2Iubrc,29128
537
- umap/tests/integration/test_map.py,sha256=CMyVfl_MxdIh8FjkKW-NoKNt-vPmzLOyI5Vp0P1254E,8869
536
+ umap/tests/integration/test_import.py,sha256=k_lrh8HhMLGtpuzYxREyCi_fAQTZboeq6Wd34_MkgV4,28995
537
+ umap/tests/integration/test_map.py,sha256=2ZO54RFVycJKGczfioX0nU1oCu29FVC9hR6wbT4s1NE,8736
538
538
  umap/tests/integration/test_map_list.py,sha256=l1FImKnJkY7DupYX8waKaUZqhnORR20L8dzaqu-eF8E,1280
539
539
  umap/tests/integration/test_map_preview.py,sha256=kP0vkEiUN7EJNCvZgNeUAzrrXfgwpU0S2UnmOBV4P5A,3540
540
540
  umap/tests/integration/test_optimistic_merge.py,sha256=HK-RYWyqvkUw3ibnONzb3HNMsvj9RLDXnf0vJlWkv6g,10948
@@ -547,12 +547,12 @@ umap/tests/integration/test_star.py,sha256=icB5SbFbXe4KYp3DIJ0xAwCrSQS2rweqIaQTA
547
547
  umap/tests/integration/test_tableeditor.py,sha256=C2s06rTnzbs_ULxfsyPVq4UkfpnuRxCvqsK2zaEYfa0,7838
548
548
  umap/tests/integration/test_team.py,sha256=LVuj5Dhz27cqk6ieEbukGsdy9J2FP5aQmcMex_xevIg,1594
549
549
  umap/tests/integration/test_tilelayer.py,sha256=rBI3bm4hCpH87rcFvuc5H8yu1D9FQBZMNbqqJzpdI24,5302
550
- umap/tests/integration/test_view_marker.py,sha256=sPZBbX5jF8WkbAl3Q9eta7a80E2rPXOaH-R26Myf6I0,4003
550
+ umap/tests/integration/test_view_marker.py,sha256=f_WqtVe0ZfDX_SOeNXFh54ubvhJWeu7Ox9_Rtb-yfZQ,5970
551
551
  umap/tests/integration/test_view_polygon.py,sha256=NMJC6Nt9VpQ8FIU9Pqq2OspHv49xsWlsoXCr8iBa0VA,2060
552
552
  umap/tests/integration/test_view_polyline.py,sha256=n1QVIdl-Xg9yN9o-Jc6VnPhFAuUspsgY0odiUe_jJC4,1598
553
553
  umap/tests/integration/test_websocket_sync.py,sha256=pcEoXgEFvLBdmQA_rGa5BcHE2eBe3P0qZ6X3j4goRzQ,12764
554
- umap_project-2.7.0b2.dist-info/METADATA,sha256=kaKvenQb814OB1W7rrBhQWCLCkLEkuHw2s9Ckr8CL-E,2682
555
- umap_project-2.7.0b2.dist-info/WHEEL,sha256=zEMcRr9Kr03x1ozGwg5v9NQBKn3kndp6LSoSlVg-jhU,87
556
- umap_project-2.7.0b2.dist-info/entry_points.txt,sha256=gz-KDQfEsMLBae8ABOD3foJsCYGPW1tA4Y394R_1RW8,39
557
- umap_project-2.7.0b2.dist-info/licenses/LICENSE,sha256=kQtrtRKgiPhcl7aO0-lmvbrNAXu7WHyiXvPrUk-TD2Q,820
558
- umap_project-2.7.0b2.dist-info/RECORD,,
554
+ umap_project-2.7.0b3.dist-info/METADATA,sha256=cOd1tWumJDcvABKF7GQwXsov46fxZYWHcjDs4FHNq1s,2741
555
+ umap_project-2.7.0b3.dist-info/WHEEL,sha256=zEMcRr9Kr03x1ozGwg5v9NQBKn3kndp6LSoSlVg-jhU,87
556
+ umap_project-2.7.0b3.dist-info/entry_points.txt,sha256=gz-KDQfEsMLBae8ABOD3foJsCYGPW1tA4Y394R_1RW8,39
557
+ umap_project-2.7.0b3.dist-info/licenses/LICENSE,sha256=kQtrtRKgiPhcl7aO0-lmvbrNAXu7WHyiXvPrUk-TD2Q,820
558
+ umap_project-2.7.0b3.dist-info/RECORD,,