umap-project 3.3.0__py3-none-any.whl → 3.3.2__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.
- umap/__init__.py +1 -1
- umap/locale/el/LC_MESSAGES/django.mo +0 -0
- umap/locale/el/LC_MESSAGES/django.po +42 -38
- umap/locale/hu/LC_MESSAGES/django.mo +0 -0
- umap/locale/hu/LC_MESSAGES/django.po +39 -35
- umap/locale/nl/LC_MESSAGES/django.mo +0 -0
- umap/locale/nl/LC_MESSAGES/django.po +31 -27
- umap/static/umap/js/modules/data/features.js +1 -1
- umap/static/umap/js/modules/data/layer.js +11 -13
- umap/static/umap/js/modules/rendering/layers/cluster.js +28 -8
- umap/static/umap/js/modules/rendering/ui.js +43 -4
- umap/static/umap/js/modules/umap.js +1 -1
- umap/static/umap/locale/da.js +38 -38
- umap/static/umap/locale/da.json +38 -38
- umap/static/umap/locale/el.js +81 -81
- umap/static/umap/locale/el.json +81 -81
- umap/static/umap/locale/en.js +0 -1
- umap/static/umap/locale/en.json +0 -1
- umap/static/umap/locale/es.js +38 -38
- umap/static/umap/locale/es.json +38 -38
- umap/static/umap/locale/eu.js +1 -1
- umap/static/umap/locale/eu.json +1 -1
- umap/static/umap/locale/hu.js +55 -55
- umap/static/umap/locale/hu.json +55 -55
- umap/static/umap/locale/ms.js +13 -13
- umap/static/umap/locale/ms.json +13 -13
- umap/static/umap/locale/nl.js +57 -57
- umap/static/umap/locale/nl.json +57 -57
- umap/static/umap/locale/zh_TW.js +38 -38
- umap/static/umap/locale/zh_TW.json +38 -38
- umap/tests/integration/test_edit_datalayer.py +4 -0
- {umap_project-3.3.0.dist-info → umap_project-3.3.2.dist-info}/METADATA +5 -5
- {umap_project-3.3.0.dist-info → umap_project-3.3.2.dist-info}/RECORD +36 -36
- {umap_project-3.3.0.dist-info → umap_project-3.3.2.dist-info}/WHEEL +0 -0
- {umap_project-3.3.0.dist-info → umap_project-3.3.2.dist-info}/entry_points.txt +0 -0
- {umap_project-3.3.0.dist-info → umap_project-3.3.2.dist-info}/licenses/LICENSE +0 -0
umap/static/umap/locale/zh_TW.js
CHANGED
|
@@ -578,44 +578,44 @@ const locale = {
|
|
|
578
578
|
"Rename this field": "重新命名這一欄位",
|
|
579
579
|
"Delete this field": "刪除這一欄位",
|
|
580
580
|
"Double click to edit the name": "按兩下來編輯名稱",
|
|
581
|
-
"Print map": "
|
|
582
|
-
"Choose a format": "
|
|
583
|
-
"Scale map": "
|
|
584
|
-
"portrait": "
|
|
585
|
-
"landscape": "
|
|
586
|
-
"Print": "
|
|
587
|
-
"Preparing the print…": "
|
|
588
|
-
"Large Circle": "
|
|
589
|
-
"Icon size": "
|
|
590
|
-
"Will only affect raw and large circle icons.": "
|
|
591
|
-
"Route": "
|
|
592
|
-
"Display the print control": "
|
|
593
|
-
"Compute isochrone from here": "
|
|
594
|
-
"Route settings": "
|
|
595
|
-
"Transform to regular line": "
|
|
596
|
-
"Transform to route": "
|
|
597
|
-
"Restore route": "
|
|
598
|
-
"Compute elevation": "
|
|
599
|
-
"Profile": "
|
|
600
|
-
"Compute elevations": "
|
|
601
|
-
"Route preference": "
|
|
602
|
-
"Compute route": "
|
|
603
|
-
"Walking": "
|
|
604
|
-
"Hiking": "
|
|
605
|
-
"By car": "
|
|
606
|
-
"Cycling": "
|
|
607
|
-
"Wheelchair": "
|
|
608
|
-
"Recommended": "
|
|
609
|
-
"Fastest": "
|
|
610
|
-
"Shortest": "
|
|
611
|
-
"Max time (in minutes)": "
|
|
612
|
-
"Number of lines": "
|
|
613
|
-
"Distance:": "
|
|
614
|
-
"Gain:": "
|
|
615
|
-
"Loss:": "
|
|
616
|
-
"Altitude:": "
|
|
617
|
-
"Right-click to edit": "
|
|
618
|
-
"Draw along routes": "
|
|
581
|
+
"Print map": "列印地圖",
|
|
582
|
+
"Choose a format": "選擇格式",
|
|
583
|
+
"Scale map": "地圖尺度",
|
|
584
|
+
"portrait": "直式",
|
|
585
|
+
"landscape": "橫式",
|
|
586
|
+
"Print": "列印",
|
|
587
|
+
"Preparing the print…": "準備列印…",
|
|
588
|
+
"Large Circle": "大型圓圈",
|
|
589
|
+
"Icon size": "圖示大小",
|
|
590
|
+
"Will only affect raw and large circle icons.": "只會影響原始與大型圓圈圖示。",
|
|
591
|
+
"Route": "路線",
|
|
592
|
+
"Display the print control": "顯示點控制",
|
|
593
|
+
"Compute isochrone from here": "從這裡計算等時圖",
|
|
594
|
+
"Route settings": "路線設定",
|
|
595
|
+
"Transform to regular line": "轉換為普通線條",
|
|
596
|
+
"Transform to route": "轉換為路線",
|
|
597
|
+
"Restore route": "恢復路線",
|
|
598
|
+
"Compute elevation": "計畫等高線",
|
|
599
|
+
"Profile": "設定檔案",
|
|
600
|
+
"Compute elevations": "計算等高線。",
|
|
601
|
+
"Route preference": "路線偏好設定",
|
|
602
|
+
"Compute route": "計算路線",
|
|
603
|
+
"Walking": "步行",
|
|
604
|
+
"Hiking": "登山",
|
|
605
|
+
"By car": "開車",
|
|
606
|
+
"Cycling": "騎單車",
|
|
607
|
+
"Wheelchair": "輪椅",
|
|
608
|
+
"Recommended": "建議",
|
|
609
|
+
"Fastest": "最快",
|
|
610
|
+
"Shortest": "最短",
|
|
611
|
+
"Max time (in minutes)": "最大時間 (分鐘)",
|
|
612
|
+
"Number of lines": "線條數量",
|
|
613
|
+
"Distance:": "距離:",
|
|
614
|
+
"Gain:": "增加:",
|
|
615
|
+
"Loss:": "減少:",
|
|
616
|
+
"Altitude:": "海拔:",
|
|
617
|
+
"Right-click to edit": "按右鍵來編輯",
|
|
618
|
+
"Draw along routes": "沿著路線繪製"
|
|
619
619
|
}
|
|
620
620
|
L.registerLocale("zh_TW", locale)
|
|
621
621
|
L.setLocale("zh_TW")
|
|
@@ -578,42 +578,42 @@
|
|
|
578
578
|
"Rename this field": "重新命名這一欄位",
|
|
579
579
|
"Delete this field": "刪除這一欄位",
|
|
580
580
|
"Double click to edit the name": "按兩下來編輯名稱",
|
|
581
|
-
"Print map": "
|
|
582
|
-
"Choose a format": "
|
|
583
|
-
"Scale map": "
|
|
584
|
-
"portrait": "
|
|
585
|
-
"landscape": "
|
|
586
|
-
"Print": "
|
|
587
|
-
"Preparing the print…": "
|
|
588
|
-
"Large Circle": "
|
|
589
|
-
"Icon size": "
|
|
590
|
-
"Will only affect raw and large circle icons.": "
|
|
591
|
-
"Route": "
|
|
592
|
-
"Display the print control": "
|
|
593
|
-
"Compute isochrone from here": "
|
|
594
|
-
"Route settings": "
|
|
595
|
-
"Transform to regular line": "
|
|
596
|
-
"Transform to route": "
|
|
597
|
-
"Restore route": "
|
|
598
|
-
"Compute elevation": "
|
|
599
|
-
"Profile": "
|
|
600
|
-
"Compute elevations": "
|
|
601
|
-
"Route preference": "
|
|
602
|
-
"Compute route": "
|
|
603
|
-
"Walking": "
|
|
604
|
-
"Hiking": "
|
|
605
|
-
"By car": "
|
|
606
|
-
"Cycling": "
|
|
607
|
-
"Wheelchair": "
|
|
608
|
-
"Recommended": "
|
|
609
|
-
"Fastest": "
|
|
610
|
-
"Shortest": "
|
|
611
|
-
"Max time (in minutes)": "
|
|
612
|
-
"Number of lines": "
|
|
613
|
-
"Distance:": "
|
|
614
|
-
"Gain:": "
|
|
615
|
-
"Loss:": "
|
|
616
|
-
"Altitude:": "
|
|
617
|
-
"Right-click to edit": "
|
|
618
|
-
"Draw along routes": "
|
|
581
|
+
"Print map": "列印地圖",
|
|
582
|
+
"Choose a format": "選擇格式",
|
|
583
|
+
"Scale map": "地圖尺度",
|
|
584
|
+
"portrait": "直式",
|
|
585
|
+
"landscape": "橫式",
|
|
586
|
+
"Print": "列印",
|
|
587
|
+
"Preparing the print…": "準備列印…",
|
|
588
|
+
"Large Circle": "大型圓圈",
|
|
589
|
+
"Icon size": "圖示大小",
|
|
590
|
+
"Will only affect raw and large circle icons.": "只會影響原始與大型圓圈圖示。",
|
|
591
|
+
"Route": "路線",
|
|
592
|
+
"Display the print control": "顯示點控制",
|
|
593
|
+
"Compute isochrone from here": "從這裡計算等時圖",
|
|
594
|
+
"Route settings": "路線設定",
|
|
595
|
+
"Transform to regular line": "轉換為普通線條",
|
|
596
|
+
"Transform to route": "轉換為路線",
|
|
597
|
+
"Restore route": "恢復路線",
|
|
598
|
+
"Compute elevation": "計畫等高線",
|
|
599
|
+
"Profile": "設定檔案",
|
|
600
|
+
"Compute elevations": "計算等高線。",
|
|
601
|
+
"Route preference": "路線偏好設定",
|
|
602
|
+
"Compute route": "計算路線",
|
|
603
|
+
"Walking": "步行",
|
|
604
|
+
"Hiking": "登山",
|
|
605
|
+
"By car": "開車",
|
|
606
|
+
"Cycling": "騎單車",
|
|
607
|
+
"Wheelchair": "輪椅",
|
|
608
|
+
"Recommended": "建議",
|
|
609
|
+
"Fastest": "最快",
|
|
610
|
+
"Shortest": "最短",
|
|
611
|
+
"Max time (in minutes)": "最大時間 (分鐘)",
|
|
612
|
+
"Number of lines": "線條數量",
|
|
613
|
+
"Distance:": "距離:",
|
|
614
|
+
"Gain:": "增加:",
|
|
615
|
+
"Loss:": "減少:",
|
|
616
|
+
"Altitude:": "海拔:",
|
|
617
|
+
"Right-click to edit": "按右鍵來編輯",
|
|
618
|
+
"Draw along routes": "沿著路線繪製"
|
|
619
619
|
}
|
|
@@ -69,6 +69,7 @@ def test_cancel_deleting_datalayer_should_restore(
|
|
|
69
69
|
|
|
70
70
|
|
|
71
71
|
def test_can_clone_datalayer(live_server, openmap, login, datalayer, page):
|
|
72
|
+
assert DataLayer.objects.count() == 1
|
|
72
73
|
page.goto(f"{live_server.url}{openmap.get_absolute_url()}?edit")
|
|
73
74
|
page.get_by_title("Open browser").click()
|
|
74
75
|
layers = page.locator(".umap-browser .datalayer")
|
|
@@ -81,6 +82,9 @@ def test_can_clone_datalayer(live_server, openmap, login, datalayer, page):
|
|
|
81
82
|
page.get_by_role("button", name="Clone").click()
|
|
82
83
|
expect(layers).to_have_count(2)
|
|
83
84
|
expect(markers).to_have_count(2)
|
|
85
|
+
with page.expect_response(re.compile(".*/datalayer/create/.*")):
|
|
86
|
+
page.get_by_role("button", name="Save").click()
|
|
87
|
+
assert DataLayer.objects.count() == 2
|
|
84
88
|
|
|
85
89
|
|
|
86
90
|
def test_can_change_icon_class(live_server, openmap, page):
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: umap-project
|
|
3
|
-
Version: 3.3.
|
|
3
|
+
Version: 3.3.2
|
|
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>
|
|
@@ -23,7 +23,7 @@ Requires-Dist: django==5.2.5
|
|
|
23
23
|
Requires-Dist: pillow==11.3.0
|
|
24
24
|
Requires-Dist: psycopg==3.2.9
|
|
25
25
|
Requires-Dist: rcssmin==1.2.1
|
|
26
|
-
Requires-Dist: requests==2.32.
|
|
26
|
+
Requires-Dist: requests==2.32.5
|
|
27
27
|
Requires-Dist: rjsmin==1.2.4
|
|
28
28
|
Requires-Dist: social-auth-app-django==5.4.3
|
|
29
29
|
Requires-Dist: social-auth-core==4.5.6
|
|
@@ -31,11 +31,11 @@ Provides-Extra: dev
|
|
|
31
31
|
Requires-Dist: djlint==1.36.4; extra == 'dev'
|
|
32
32
|
Requires-Dist: hatch==1.14.1; extra == 'dev'
|
|
33
33
|
Requires-Dist: isort==6.0.1; extra == 'dev'
|
|
34
|
-
Requires-Dist: mkdocs-material==9.6.
|
|
34
|
+
Requires-Dist: mkdocs-material==9.6.18; extra == 'dev'
|
|
35
35
|
Requires-Dist: mkdocs-static-i18n==1.3.0; extra == 'dev'
|
|
36
36
|
Requires-Dist: mkdocs==1.6.1; extra == 'dev'
|
|
37
37
|
Requires-Dist: pymdown-extensions==10.16.1; extra == 'dev'
|
|
38
|
-
Requires-Dist: ruff==0.12.
|
|
38
|
+
Requires-Dist: ruff==0.12.10; extra == 'dev'
|
|
39
39
|
Requires-Dist: vermin==1.6.0; extra == 'dev'
|
|
40
40
|
Provides-Extra: docker
|
|
41
41
|
Requires-Dist: uvicorn==0.35.0; extra == 'docker'
|
|
@@ -48,7 +48,7 @@ Requires-Dist: websockets==15.0.1; extra == 'sync'
|
|
|
48
48
|
Provides-Extra: test
|
|
49
49
|
Requires-Dist: daphne==4.2.1; extra == 'test'
|
|
50
50
|
Requires-Dist: factory-boy==3.3.3; extra == 'test'
|
|
51
|
-
Requires-Dist: moto[s3]==5.1.
|
|
51
|
+
Requires-Dist: moto[s3]==5.1.10; extra == 'test'
|
|
52
52
|
Requires-Dist: playwright>=1.39; extra == 'test'
|
|
53
53
|
Requires-Dist: pytest-django==4.11.1; extra == 'test'
|
|
54
54
|
Requires-Dist: pytest-playwright==0.7.0; extra == 'test'
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
umap/__init__.py,sha256=
|
|
1
|
+
umap/__init__.py,sha256=XR5V70-CcKGe7acoBLPVZiecGOP_E2HYEw-TWEmuZ0Q,18
|
|
2
2
|
umap/admin.py,sha256=YlK4CgEWb2eFYRKiklsKouxeiQ8z_b-H2Fv2XCaiGFQ,3014
|
|
3
3
|
umap/apps.py,sha256=5ssKqPUuNJlapaBmr4LY_HDb7J1NFCT3wzythxQOOfs,109
|
|
4
4
|
umap/asgi.py,sha256=sJkGqDLgMoPkq2nMRyRE_Hz3ZLJm1X5lgXiQJu6rYt0,660
|
|
@@ -33,8 +33,8 @@ umap/locale/da/LC_MESSAGES/django.mo,sha256=ZjvoMeBervGEeln7yBqNSx1yb98ovwtag9Ox
|
|
|
33
33
|
umap/locale/da/LC_MESSAGES/django.po,sha256=l3k3LwGQrESZc8XWHa2If5EoTuLzy1MvedZoAKusu0M,23101
|
|
34
34
|
umap/locale/de/LC_MESSAGES/django.mo,sha256=OsdSrFm_j5mqemJW26YEVWFmRFS6VmGoUjNeR2sTMbo,15131
|
|
35
35
|
umap/locale/de/LC_MESSAGES/django.po,sha256=a5ZngmPDqTmS2Y64SVmeb7YlAAJneUSpC_xqyIbFxQ0,23638
|
|
36
|
-
umap/locale/el/LC_MESSAGES/django.mo,sha256=
|
|
37
|
-
umap/locale/el/LC_MESSAGES/django.po,sha256=
|
|
36
|
+
umap/locale/el/LC_MESSAGES/django.mo,sha256=kH6JnkfGmno6c9GVSI6ysnge98UGbN7XyT2IkaXK9c4,21521
|
|
37
|
+
umap/locale/el/LC_MESSAGES/django.po,sha256=kqZoM2vVNiwROF_VtB3Rvokb_G6xG1hplEPrDcISCLo,29353
|
|
38
38
|
umap/locale/en/LC_MESSAGES/django.mo,sha256=UXCQbz2AxBvh-IQ7bGgjoBnijo8h9DfE9107A-2Mgkk,337
|
|
39
39
|
umap/locale/en/LC_MESSAGES/django.po,sha256=t12FJjuUV4NE3A_cBMQ4EinWOrupcJPagzUCmiwR2BA,17472
|
|
40
40
|
umap/locale/es/LC_MESSAGES/django.mo,sha256=_PIEAre9Tz44L6626UUgZw7nHWpXoK8d8_YWNAvJk20,15906
|
|
@@ -55,8 +55,8 @@ umap/locale/he/LC_MESSAGES/django.mo,sha256=A6pkjaL4HQ7lyfvXcGIxle61RXdo7Byq3mfK
|
|
|
55
55
|
umap/locale/he/LC_MESSAGES/django.po,sha256=LpR1smtpQWi6w_YNiZjEx0hrHc7uVYQnQEPK_1vcY5g,16975
|
|
56
56
|
umap/locale/hr/LC_MESSAGES/django.mo,sha256=bBcaNSs-oqm_cjm6Bbqaph_ZNHF2_I_FP0xccwU9txI,1558
|
|
57
57
|
umap/locale/hr/LC_MESSAGES/django.po,sha256=Aj3m28Ugyjq-Ih32P7dzw0M4czitDqoYpCvyNsNnEnE,9742
|
|
58
|
-
umap/locale/hu/LC_MESSAGES/django.mo,sha256=
|
|
59
|
-
umap/locale/hu/LC_MESSAGES/django.po,sha256=
|
|
58
|
+
umap/locale/hu/LC_MESSAGES/django.mo,sha256=sj9YoaW0I1cC7D4I-5Q6yea8YSzNvlAl8GNqW0uV6JY,16732
|
|
59
|
+
umap/locale/hu/LC_MESSAGES/django.po,sha256=oxQludPyK2K7Ta8rIRy4M6ZLWq6Wi4hUfrTBOhnt33I,24370
|
|
60
60
|
umap/locale/id/LC_MESSAGES/django.mo,sha256=8craaGVnVbONfojnkDUUtoxMyeI2tt6GdIWeWZGcaJ8,425
|
|
61
61
|
umap/locale/id/LC_MESSAGES/django.po,sha256=wmbgIN1R7vRDgAdzBu7ZHnTpg5fpB3hmJyjAzRNoN-M,8000
|
|
62
62
|
umap/locale/is/LC_MESSAGES/django.mo,sha256=w3ImgT1j7n4Vw07yFik-xOWfAtiqN6ErgV9K1z4rK8A,14347
|
|
@@ -71,8 +71,8 @@ umap/locale/lt/LC_MESSAGES/django.mo,sha256=A4RbTyKvur2NUY0aKXCDmSIQV0G0GeOhQ1vw
|
|
|
71
71
|
umap/locale/lt/LC_MESSAGES/django.po,sha256=GK_nTnzSiMY4g2pf5uzh5Nzl57OTB4O9Y29ikZVp274,16324
|
|
72
72
|
umap/locale/ms/LC_MESSAGES/django.mo,sha256=4yHaFWXR-O6VjUtUnmcoyfV8OdJlUgi3YxN3mR97A30,9619
|
|
73
73
|
umap/locale/ms/LC_MESSAGES/django.po,sha256=3tEND2vbt3ZiW3jjX-ao6CkY2UOiQXuYOGfp3mgdLnE,21205
|
|
74
|
-
umap/locale/nl/LC_MESSAGES/django.mo,sha256=
|
|
75
|
-
umap/locale/nl/LC_MESSAGES/django.po,sha256=
|
|
74
|
+
umap/locale/nl/LC_MESSAGES/django.mo,sha256=WmlAsYAfKSITRbstPW78ZyVSxClohlmI_5Y2E7ZZm3w,15633
|
|
75
|
+
umap/locale/nl/LC_MESSAGES/django.po,sha256=dCLEWz4td5coYJFsEfSQafCrJ8QhQTjuYp0jz9UwtBk,23405
|
|
76
76
|
umap/locale/no/LC_MESSAGES/django.mo,sha256=ADQ1RdDyg19YZHw2wKl_bxEgMu_0wK7HaoYk_nsxXks,423
|
|
77
77
|
umap/locale/no/LC_MESSAGES/django.po,sha256=HXr3Y_gxOPjdU1pSV_tyX_l7pbDMVrFBdf0gm3gciwI,7998
|
|
78
78
|
umap/locale/pl/LC_MESSAGES/django.mo,sha256=1Bw4CiCB84VrlmJC5CcItPdkCXA0cND_7TaEfjIpLpk,10159
|
|
@@ -260,11 +260,11 @@ umap/static/umap/js/modules/share.js,sha256=xgojG1xHDcbgJZlUd-oP7VFrbGDpl2k1LmTl
|
|
|
260
260
|
umap/static/umap/js/modules/slideshow.js,sha256=7tmW32iuEwLXTY_4A_DmiRMjdDr5luhpJSdmbz2SXPc,3608
|
|
261
261
|
umap/static/umap/js/modules/tableeditor.js,sha256=NbUgJul5_fFhikWyXIZ1nOEp9hSVKO61i2y52noGISc,8537
|
|
262
262
|
umap/static/umap/js/modules/templates.js,sha256=41fliDQLrVo-WosiyLkxpRry3WXpCVz4IW7kYn0AMfQ,4415
|
|
263
|
-
umap/static/umap/js/modules/umap.js,sha256=
|
|
263
|
+
umap/static/umap/js/modules/umap.js,sha256=_9A2AjVY4vkeprghMtEmL0J6XmOnMUyeGjU14byK1bM,54329
|
|
264
264
|
umap/static/umap/js/modules/urls.js,sha256=76cFqycj2O8huuoYYBvxnVt2Fc2UDbgrRsiv6lQmcSY,890
|
|
265
265
|
umap/static/umap/js/modules/utils.js,sha256=rT_RILODFUWAvvgjFpT5TtNbu8A9jzn0mlkpHEB8QqM,16044
|
|
266
|
-
umap/static/umap/js/modules/data/features.js,sha256=
|
|
267
|
-
umap/static/umap/js/modules/data/layer.js,sha256=
|
|
266
|
+
umap/static/umap/js/modules/data/features.js,sha256=FAOZjITU5U9dpezWLF9EMF-pFGtvGva0sckvzwlcT58,38266
|
|
267
|
+
umap/static/umap/js/modules/data/layer.js,sha256=popFJ6SNeIYQm6h2-poSGIxrMZUbHCkzSeNP1x0GPXg,43665
|
|
268
268
|
umap/static/umap/js/modules/form/builder.js,sha256=akRoO8VpKXqWr3LO4Y_B1zr9gXJL2S5RCJqRDREweq8,6452
|
|
269
269
|
umap/static/umap/js/modules/form/fields.js,sha256=yUEUPDHF3tgnpDv7UdfMXHsabCMaGsUDXQq2-Qe1krg,36152
|
|
270
270
|
umap/static/umap/js/modules/importers/banfr.js,sha256=TBwL3GQJdzYtaDtxeHxyPQ7Ycy5zTaQyvzXa55X7n2I,2932
|
|
@@ -280,10 +280,10 @@ umap/static/umap/js/modules/rendering/icon.js,sha256=c4kTghfdjku03Ey825LIp9sZ9MS
|
|
|
280
280
|
umap/static/umap/js/modules/rendering/map.js,sha256=zdBF7153X_vE-k0pZhcsNJKIc3nvLT3K0g_VHPfaMDE,12796
|
|
281
281
|
umap/static/umap/js/modules/rendering/popup.js,sha256=OtQYpjhWCoW20XBFeeSKCXMqN-szohaX1TKWhPc9eBo,2577
|
|
282
282
|
umap/static/umap/js/modules/rendering/template.js,sha256=n74YzbZOS_4CeK3-Jn7NXbkzqsh4zjCbEX9w15QxKu0,11468
|
|
283
|
-
umap/static/umap/js/modules/rendering/ui.js,sha256=
|
|
283
|
+
umap/static/umap/js/modules/rendering/ui.js,sha256=GzU3OW2fL5A4IgDk2mPEQ68ZWFUMqUwKJm1zqviSjnA,17559
|
|
284
284
|
umap/static/umap/js/modules/rendering/layers/base.js,sha256=G9H41vTrh-6Yn5H9UhKj5BOx03Xp2jcevpZINTDCtHI,2528
|
|
285
285
|
umap/static/umap/js/modules/rendering/layers/classified.js,sha256=CLktnkjf5_6CzkKVyZcx5wAKvhsRp4pRpCIBauwKeO0,15068
|
|
286
|
-
umap/static/umap/js/modules/rendering/layers/cluster.js,sha256=
|
|
286
|
+
umap/static/umap/js/modules/rendering/layers/cluster.js,sha256=y0wO6K3CMFxXLA4xub0wTJi5gQ3e9O7ZNf2pfVfx-cE,7789
|
|
287
287
|
umap/static/umap/js/modules/rendering/layers/heat.js,sha256=K_LsxnfpGImy2HlneV5nK0cBu1FxDmPNxR5VmsV4LaM,4975
|
|
288
288
|
umap/static/umap/js/modules/sync/engine.js,sha256=LDB7HHCmfVb0Cz30yVXBSV0f-1CGG5bkzrPtaT5RePM,18390
|
|
289
289
|
umap/static/umap/js/modules/sync/hlc.js,sha256=XeJz3x7qiDz7v-mcgGIynj5ks34FpWx_oSPUPFd_ZGA,2991
|
|
@@ -310,21 +310,21 @@ umap/static/umap/locale/ca.js,sha256=5j9ipDYpbqs8LfExPgq7XKerZwNbrcCwRMKkanVWBZs
|
|
|
310
310
|
umap/static/umap/locale/ca.json,sha256=ycAAXKO3SsnMBwkXrBHAItCxttC-6vv7GsP-NmGbOqY,36625
|
|
311
311
|
umap/static/umap/locale/cs_CZ.js,sha256=hHwQfF_416U6HcViVZepJga20EwtKGhkDUiks4qtR_E,37618
|
|
312
312
|
umap/static/umap/locale/cs_CZ.json,sha256=jIGpH3nab3egJ6mdzboF9Ktrn-0FRE-xIU8SyFge5aI,37547
|
|
313
|
-
umap/static/umap/locale/da.js,sha256=
|
|
314
|
-
umap/static/umap/locale/da.json,sha256=
|
|
313
|
+
umap/static/umap/locale/da.js,sha256=OE4mjb3sc_AxQaUenidkDXCoppAFVX3wublc1T7ATC0,36024
|
|
314
|
+
umap/static/umap/locale/da.json,sha256=gX_qXfTamFKZ6HyK2UzkxCFNRj5bD7EnuWxkb2-VlPg,35959
|
|
315
315
|
umap/static/umap/locale/de.js,sha256=-50FATAg0hS6BZQlJsi6TxcZsKmMtxsb_eFKfgfPxjY,38027
|
|
316
316
|
umap/static/umap/locale/de.json,sha256=9QaaZL3ZIAKYsrFMBvkv_wWO0I1oBp34QORq1uRPYqI,37962
|
|
317
|
-
umap/static/umap/locale/el.js,sha256=
|
|
318
|
-
umap/static/umap/locale/el.json,sha256=
|
|
319
|
-
umap/static/umap/locale/en.js,sha256=
|
|
320
|
-
umap/static/umap/locale/en.json,sha256=
|
|
317
|
+
umap/static/umap/locale/el.js,sha256=2ehzzHMTkrGWQuxg5Pgf1eA1rNP49oH04rIRN_eKRPo,53650
|
|
318
|
+
umap/static/umap/locale/el.json,sha256=CppMxb3eOff8tozGdFoAtGmJGlak0W2A2NxGnjycTMc,53585
|
|
319
|
+
umap/static/umap/locale/en.js,sha256=OYAXbZgfNT1eOmAKmxqIQuFO5LAtw_mxFcWWCrK5T9M,34887
|
|
320
|
+
umap/static/umap/locale/en.json,sha256=fRD8Zp8gpOwW4a9qqV_C2jCOY-Xm1Gg2qtwd4zFq2i0,34822
|
|
321
321
|
umap/static/umap/locale/en_US.json,sha256=3UI6ecOfs6vaMDVC2WDvJ0lb4pWTwNrXayuj-DZWYFU,34662
|
|
322
|
-
umap/static/umap/locale/es.js,sha256=
|
|
323
|
-
umap/static/umap/locale/es.json,sha256=
|
|
322
|
+
umap/static/umap/locale/es.js,sha256=Nqwi2DkIRdnONhwZMSDDcGNIuEVGEbdmO9LhwNl8bQQ,38309
|
|
323
|
+
umap/static/umap/locale/es.json,sha256=Pgmoz9lXN6B62p_IMdX4uEJfGsYQxsm1XakvdLizxK8,38244
|
|
324
324
|
umap/static/umap/locale/et.js,sha256=ZnGdY1bfYbJxCW-WLJDakpJX1ZkzQXsBPZ8UIDsyWRQ,35077
|
|
325
325
|
umap/static/umap/locale/et.json,sha256=i6VLYYtPk6py3rlKQA_LRaBi4A5egxGt1ZTnfcoa7T0,35012
|
|
326
|
-
umap/static/umap/locale/eu.js,sha256=
|
|
327
|
-
umap/static/umap/locale/eu.json,sha256=
|
|
326
|
+
umap/static/umap/locale/eu.js,sha256=yTkMIfm-8kK1HPvLjDoTecWLs9mRXU-jb0Wqg7XlSZg,37204
|
|
327
|
+
umap/static/umap/locale/eu.json,sha256=D-lZ6sdQehXVi4A7paqPTuXzRyameZ8ug5hZo96eRkQ,37139
|
|
328
328
|
umap/static/umap/locale/fa_IR.js,sha256=cegs43aHAEsBXoMitji9KVhRLYX7aa7o9FYPMpD_LXw,43203
|
|
329
329
|
umap/static/umap/locale/fa_IR.json,sha256=cRPc42Z0Rfelxc_Ebs3QEoiFrORBO5ZU1UfYLwv8o70,43132
|
|
330
330
|
umap/static/umap/locale/fi.js,sha256=rfjcFAXpG1KHQphGys1l24hYPITYpZ6065J5utEyrVk,35706
|
|
@@ -337,8 +337,8 @@ umap/static/umap/locale/he.js,sha256=5GeT5SQloXbq-tAu_g19LungnjzMfg1yvJrDD4-22O8
|
|
|
337
337
|
umap/static/umap/locale/he.json,sha256=Di_lemTu7wdtVVYyetnmiFM3WTsuNqxaPAKKFi9qmkg,38026
|
|
338
338
|
umap/static/umap/locale/hr.js,sha256=Ks325vywHX7RhWMVWuR1XVL3xFRsftQbc2H6ursRMPo,35103
|
|
339
339
|
umap/static/umap/locale/hr.json,sha256=yoTOB21velJBvgiXWlvWQ7e4jxxZCRE4dy4jbnZzXJM,35038
|
|
340
|
-
umap/static/umap/locale/hu.js,sha256=
|
|
341
|
-
umap/static/umap/locale/hu.json,sha256=
|
|
340
|
+
umap/static/umap/locale/hu.js,sha256=wdcp7R0sI02HXpG8VVFuErWmZxPJ2mAbgN75w0oeCgY,40082
|
|
341
|
+
umap/static/umap/locale/hu.json,sha256=KlA_Bne42eHoeEW9UMTFAMZdfPyYpe6GApBYQQk3qC0,40017
|
|
342
342
|
umap/static/umap/locale/id.js,sha256=lJSSmoAEz8Xk7ZxyuYZjGAY8BLc2FyxIokmPfQkctvo,34933
|
|
343
343
|
umap/static/umap/locale/id.json,sha256=aGzn8kP65zQ4c9Z4Cw95XtJge94LgVeC2w-72mnODaU,34868
|
|
344
344
|
umap/static/umap/locale/is.js,sha256=nlXbEON9lB5qEqK3w7FpUTWHKNYHbgW79Hrs8ieIjdk,36664
|
|
@@ -351,10 +351,10 @@ umap/static/umap/locale/ko.js,sha256=37sNo5dfXLAjU1dpt7_NsLbWN_SYhuPMu09vU4SeczU
|
|
|
351
351
|
umap/static/umap/locale/ko.json,sha256=jDk0EZDt8D_ex18HkcBmQ9_8hpktjgo-mHIBotH4KHA,35010
|
|
352
352
|
umap/static/umap/locale/lt.js,sha256=IxOsIW6CfJECbsWoXwp2aJFq1XCjxOfDVch5icj0xR0,35694
|
|
353
353
|
umap/static/umap/locale/lt.json,sha256=xepE9WTaFGb1K_BD6UeYUkb5AlcAWOzsGn_p1yHZTsY,35629
|
|
354
|
-
umap/static/umap/locale/ms.js,sha256=
|
|
355
|
-
umap/static/umap/locale/ms.json,sha256=
|
|
356
|
-
umap/static/umap/locale/nl.js,sha256=
|
|
357
|
-
umap/static/umap/locale/nl.json,sha256=
|
|
354
|
+
umap/static/umap/locale/ms.js,sha256=e4KI_AIn1uB3ZlyZWXeklCHvI-1-O3ko-p8TYG59Kio,36184
|
|
355
|
+
umap/static/umap/locale/ms.json,sha256=XtVRKN9sWPUa_jw5oCF5cXGpQfUCviwWlj5PjegSDiA,36119
|
|
356
|
+
umap/static/umap/locale/nl.js,sha256=1LD3EhLz5ZrtxigxLbFONDRxjFzNpiwJiF7rA_IcbuI,37593
|
|
357
|
+
umap/static/umap/locale/nl.json,sha256=qZOadpkx3JI8IyWrKvDdqVlUAxuNdRszDR8hDYlnOFw,37528
|
|
358
358
|
umap/static/umap/locale/no.js,sha256=3V4t3RDODH2wnE8UfPIXxrf7Trjk9ScUbI0ueutM4uE,35120
|
|
359
359
|
umap/static/umap/locale/no.json,sha256=coUIAIHDTA8dDwEfEd7a0dQ1RPNmbquuG2aA2fhKHGI,35055
|
|
360
360
|
umap/static/umap/locale/pl.js,sha256=IknKEft12ENBMDN7ALEdxq80Tv8RQGJM2tDkssAido0,36683
|
|
@@ -393,8 +393,8 @@ umap/static/umap/locale/zh.js,sha256=Uzjdp0Oe4QXCewo_YtDuxbC8VTK7RqeBEmXwulGvV48
|
|
|
393
393
|
umap/static/umap/locale/zh.json,sha256=Z6IaQd0Sy1MjmdJP2BfQ3ka7CcWpY37h3ytUPniYka8,34646
|
|
394
394
|
umap/static/umap/locale/zh_CN.json,sha256=aGzn8kP65zQ4c9Z4Cw95XtJge94LgVeC2w-72mnODaU,34868
|
|
395
395
|
umap/static/umap/locale/zh_TW.Big5.json,sha256=aGzn8kP65zQ4c9Z4Cw95XtJge94LgVeC2w-72mnODaU,34868
|
|
396
|
-
umap/static/umap/locale/zh_TW.js,sha256=
|
|
397
|
-
umap/static/umap/locale/zh_TW.json,sha256
|
|
396
|
+
umap/static/umap/locale/zh_TW.js,sha256=thikXtB9stolTrcHNPg6qhwnXEoSeQ6Gz11OU0TQk30,34391
|
|
397
|
+
umap/static/umap/locale/zh_TW.json,sha256=-B-WKSrb1Nf-pBOnhQ0fsnp5p7B-B80COp6L8yN7cNI,34320
|
|
398
398
|
umap/static/umap/unittests/URLs.js,sha256=wF0hfRX3NqwFAe31QGeKFwavUpNP2T8pHwXBlcpiwNo,2070
|
|
399
399
|
umap/static/umap/unittests/hlc.js,sha256=GvpBaBSgfMs0Zym0_zOs2QldUOcbFNVIKweBhuwM_QI,5294
|
|
400
400
|
umap/static/umap/unittests/sync.js,sha256=SRzK5N7o7iZodye53evBTZZjXG1mMm6dguV_Iyh69XQ,11096
|
|
@@ -570,7 +570,7 @@ umap/tests/integration/test_datalayer.py,sha256=CNxT97ZVB-pPjgXh77i3n3hJKgi4Sm0r
|
|
|
570
570
|
umap/tests/integration/test_draw_polygon.py,sha256=WNKXcxMqlTmwI0Yro_PbdpTi-M4gZNeIVa-fSXpS6rE,25298
|
|
571
571
|
umap/tests/integration/test_draw_polyline.py,sha256=RgivhjEzjHVE6niPG5uAxJjtmEVD11ftuU4Tb47bXh8,14717
|
|
572
572
|
umap/tests/integration/test_draw_route.py,sha256=hxa_uVqHLLEbbSsEIMsPsq5fMCNoKWY7cRCpMwqudmM,7276
|
|
573
|
-
umap/tests/integration/test_edit_datalayer.py,sha256=
|
|
573
|
+
umap/tests/integration/test_edit_datalayer.py,sha256=l5DwzpWXsy80HxMKrF7z7HZPZi1RtFluONpjDrUBqb8,10224
|
|
574
574
|
umap/tests/integration/test_edit_map.py,sha256=0TXwrjgSKok7nxa-wy7WjVb8-lG0-zfS8s-f9klmqOQ,8784
|
|
575
575
|
umap/tests/integration/test_edit_marker.py,sha256=hnKsitnSYJdMEPPRGrfODsCxJx3KfFGbD__wfVjiFns,5271
|
|
576
576
|
umap/tests/integration/test_edit_polygon.py,sha256=l2CxnTnblRYUiiBV3ERwPkZ-VQTEWzFSFWhAzTF9BgA,5252
|
|
@@ -602,8 +602,8 @@ umap/tests/integration/test_view_marker.py,sha256=NFCwNez__E_WsE1DuW5RuB0HVKDP4C
|
|
|
602
602
|
umap/tests/integration/test_view_polygon.py,sha256=NMJC6Nt9VpQ8FIU9Pqq2OspHv49xsWlsoXCr8iBa0VA,2060
|
|
603
603
|
umap/tests/integration/test_view_polyline.py,sha256=aJoXKmLhJaN0yhPdDCVskZNGx3q3mLDkjVPhZ30cadA,13959
|
|
604
604
|
umap/tests/integration/test_websocket_sync.py,sha256=n3Nd9cDdYMfJjMIkGUidqeceAW2loM8nx17Bh57m0fo,28341
|
|
605
|
-
umap_project-3.3.
|
|
606
|
-
umap_project-3.3.
|
|
607
|
-
umap_project-3.3.
|
|
608
|
-
umap_project-3.3.
|
|
609
|
-
umap_project-3.3.
|
|
605
|
+
umap_project-3.3.2.dist-info/METADATA,sha256=tKowCtiioD6jD3ihntyJxYw8nnHvxdSIXPMe_qZDrn8,5747
|
|
606
|
+
umap_project-3.3.2.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
607
|
+
umap_project-3.3.2.dist-info/entry_points.txt,sha256=gz-KDQfEsMLBae8ABOD3foJsCYGPW1tA4Y394R_1RW8,39
|
|
608
|
+
umap_project-3.3.2.dist-info/licenses/LICENSE,sha256=kQtrtRKgiPhcl7aO0-lmvbrNAXu7WHyiXvPrUk-TD2Q,820
|
|
609
|
+
umap_project-3.3.2.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|