umap-project 2.0.0a0__py3-none-any.whl → 2.0.0a1__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.

umap/__init__.py CHANGED
@@ -1 +1 @@
1
- VERSION = "2.0.0a0"
1
+ VERSION = "2.0.0a1"
umap/storage.py CHANGED
@@ -41,6 +41,8 @@ class UmapManifestStaticFilesStorage(ManifestStaticFilesStorage):
41
41
  def post_process(self, paths, **options):
42
42
  collected = super().post_process(paths, **options)
43
43
  for original_path, processed_path, processed in collected:
44
+ if not processed_path:
45
+ print("Unused or missing file?", original_path)
44
46
  if processed_path.endswith(".js"):
45
47
  path = Path(settings.STATIC_ROOT) / processed_path
46
48
  initial = path.read_text()
@@ -45,7 +45,6 @@
45
45
  <script src="{% static 'umap/js/umap.controls.js' %}" defer></script>
46
46
  <script src="{% static 'umap/js/umap.slideshow.js' %}" defer></script>
47
47
  <script src="{% static 'umap/js/umap.tableeditor.js' %}" defer></script>
48
- <script src="{% static 'umap/js/umap.browser.js' %}" defer></script>
49
48
  <script src="{% static 'umap/js/umap.importer.js' %}" defer></script>
50
49
  <script src="{% static 'umap/js/umap.share.js' %}" defer></script>
51
50
  <script src="{% static 'umap/js/umap.js' %}" defer></script>
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: umap-project
3
- Version: 2.0.0a0
3
+ Version: 2.0.0a1
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>
@@ -1,4 +1,4 @@
1
- umap/__init__.py,sha256=eQeR6kjGN5IGAFzt5Zaby1e3mO0bxI8RLFL_S6R4hXY,20
1
+ umap/__init__.py,sha256=JjKFwu49bLZSrKGbCSDHlG_iugEMjFHzWnGJXUzvbV8,20
2
2
  umap/admin.py,sha256=gL6zrexmDbIKIqOKHCuAM5wtqr8FIQkRtjbcXcNyBrs,749
3
3
  umap/apps.py,sha256=5ssKqPUuNJlapaBmr4LY_HDb7J1NFCT3wzythxQOOfs,109
4
4
  umap/autocomplete.py,sha256=WUsbsVBl_KzzEzxB4g3rAoS5-eEvCZGtelVzXeOFV90,444
@@ -9,7 +9,7 @@ umap/forms.py,sha256=bpNLMSsB1sHUcaf24MmUpwVdEz_SHy_ohfhQMoKwDzI,3128
9
9
  umap/managers.py,sha256=-lBK0xYFRDfX76qDRdLnZOA8jEPYseEwIj8QOiHVM4w,243
10
10
  umap/middleware.py,sha256=p8EPW_gYW8Wh2lk0DNIAkZQbYlBZugW7Yq4iiA7L4aE,514
11
11
  umap/models.py,sha256=mJ1T8GVUQgvyTiF3Tq0QkkE7o7ZgzovPl06GfF8Pxx4,16627
12
- umap/storage.py,sha256=ucjc32C1RqpvCUoSSUfqF6SEF9AevMCsSZlV_IBc6sk,2145
12
+ umap/storage.py,sha256=oARj-s34gNQwhT9x_O5mWfcaR9UDT1QiY_ZUqjCFJNE,2244
13
13
  umap/urls.py,sha256=I1f5WxqnXQrRL6ZtO0U7Pw556bOCFxvSIjObU41Nwyo,6960
14
14
  umap/utils.py,sha256=-UpLeatiu0oqAecWJZpi44yl3JvxE0M9ia43y6hvu-Q,5623
15
15
  umap/views.py,sha256=CCdjJNIhZOuqeEs5JMJmJc4cSiF1WkhKIz_fUOfTx8U,40531
@@ -317,13 +317,9 @@ umap/static/umap/test/Util.js,sha256=yhcmnlugm-D7ECvyw_RVdsn7sFdnR1XHnMgNiNCZ-XI
317
317
  umap/static/umap/test/_pre.js,sha256=O3qaQf-M2SLQ6c7AGIrRwdPm3iULiSTt-KkmAIQnAGg,12960
318
318
  umap/static/umap/test/index.html,sha256=zihoEREGnu28pmd6SiJSxbjFLGN5zGGpVtm9H9WqAAU,6765
319
319
  umap/static/umap/vendors/colorbrewer/colorbrewer.js,sha256=FebyRte_vQrD_CLC8Xjc2cI_bR694S6hDSIu26tDnZ8,24622
320
- umap/static/umap/vendors/contextmenu/leaflet.contextmenu.css,sha256=HT-5744sTpD3WFRoUidHtHavpSbRwV0f_0munxLNKGU,1231
321
- umap/static/umap/vendors/contextmenu/leaflet.contextmenu.js,sha256=SOU3V1UlzjNO-veDPlLWFsrFGX60WKPFqYIx5IQqGSk,16343
322
320
  umap/static/umap/vendors/contextmenu/leaflet.contextmenu.min.css,sha256=_pRTmdgpDxfu1Oxb7DnP_DTdA44G-k3kf0otWP8gEnc,990
323
321
  umap/static/umap/vendors/contextmenu/leaflet.contextmenu.min.js,sha256=I3zyDVArt4ZrRcCzTUp6OiNmD5KuDsZCvhG-yZt8lhE,8994
324
322
  umap/static/umap/vendors/csv2geojson/csv2geojson.js,sha256=GCr5ZQawzxqZysqyxDTH6oUqP-KHxYTsG5xRt28--Zw,15029
325
- umap/static/umap/vendors/csv2geojson/index.js,sha256=ynIi9gdoE9LCh9e0TNN2B1MdfiDKtSrNY6U9Ilyewds,6994
326
- umap/static/umap/vendors/dompurify/purify.js,sha256=Tr3vQ6jBEE3RtHHIMJpX9Gnq5w6GADQmq9dDVoXtN1A,62738
327
323
  umap/static/umap/vendors/dompurify/purify.min.js,sha256=OO3w-WHBzLKHiAuI8S83B3X8ZbLigifu4hXoSc2-m7w,20860
328
324
  umap/static/umap/vendors/dompurify/purify.min.js.map,sha256=lvLQ4oJliucO2YsWy1ZZcpP2CmqQdFCUbk2mbwKo3FE,90567
329
325
  umap/static/umap/vendors/editable/Leaflet.Editable.js,sha256=Mx8aiCT4w9DBEUBJiX5eq9Ocy-6E3C9wLAik-dgOLY4,74768
@@ -359,8 +355,6 @@ umap/static/umap/vendors/leaflet/images/marker-icon.png,sha256=V0w6XMqF9BFAhbaEF
359
355
  umap/static/umap/vendors/leaflet/images/marker-shadow.png,sha256=Jk9cZAM58ELdcpBiz8BMF_jqDymIK1OOOEjtjxDttNo,618
360
356
  umap/static/umap/vendors/loading/Control.Loading.css,sha256=oDy5SfMp_Ew1KH2J2avMIJezbcAYL_yzrIAoFL5TV0k,3252
361
357
  umap/static/umap/vendors/loading/Control.Loading.js,sha256=FquvQIblVRto7kZlJ5hTS0rpr9fzTyNmCCmQzsy5EnU,14143
362
- umap/static/umap/vendors/locatecontrol/L.Control.Locate.css,sha256=bJbfQtCIfJ80fagO5M7t1Fbgs5vCU7dI8xyLSAgV54E,2471
363
- umap/static/umap/vendors/locatecontrol/L.Control.Locate.js,sha256=FNGUpA9tL9rPUKh4LRVPRPjoPhycBQ-fEkZ1DfStINs,30949
364
358
  umap/static/umap/vendors/locatecontrol/L.Control.Locate.min.css,sha256=b1FUshftUDgzY_VtFMamPDs0o3GER52S9Tk8IK-wOoE,2269
365
359
  umap/static/umap/vendors/locatecontrol/L.Control.Locate.min.css.map,sha256=BeirY1RltKf8DrqX4U6IEg49yGaSOS4II4CqTJ96Hi8,371
366
360
  umap/static/umap/vendors/locatecontrol/L.Control.Locate.min.js,sha256=jVdNHjjOOJMoykxLOdGxOUzGJDlmr8MM6sFF--b1_sI,12701
@@ -374,8 +368,6 @@ umap/static/umap/vendors/markercluster/leaflet.markercluster.js,sha256=Hk4dIpcqO
374
368
  umap/static/umap/vendors/markercluster/leaflet.markercluster.js.map,sha256=p2sESsX-2ysbKhEAYIPZFpVglwMWjQNxLkswXIuv2K8,41953
375
369
  umap/static/umap/vendors/measurable/Leaflet.Measurable.css,sha256=w33CMvSXTRFTOBfa4Zp2IqjZKbNh3zYiTQWJSEpy0ec,937
376
370
  umap/static/umap/vendors/measurable/Leaflet.Measurable.js,sha256=Dk_G5zpxIM5-YaNetc9zHCS-WeaQ47NhgicmbzSX7BM,7256
377
- umap/static/umap/vendors/minimap/Control.MiniMap.css,sha256=UvS-nviTs2vMu0ronLMFwZQHwffat8n1Pajw0S7BQ8w,1998
378
- umap/static/umap/vendors/minimap/Control.MiniMap.js,sha256=0o12-zH2u25HB9pOuwj9lTgIZmFMoktZq4VXD_ZFcGw,12129
379
371
  umap/static/umap/vendors/minimap/Control.MiniMap.min.css,sha256=p0ab5p0FrFs9Tz4OZgifAvIP-Rd0VFUEbNYjVXVeh9w,1665
380
372
  umap/static/umap/vendors/minimap/Control.MiniMap.min.js,sha256=Hb_f1FMaLV-Qn6KSYbc92GxB2bcKp7_efxNeiduEo3g,8565
381
373
  umap/static/umap/vendors/minimap/images/toggle.png,sha256=dSjmzalnKhlwWcTiw6qF82tFV60mQZAmS57_VnCzXIg,219
@@ -384,7 +376,6 @@ umap/static/umap/vendors/osmtogeojson/osmtogeojson.js,sha256=IsrC1ee9KAdpXktXNKc
384
376
  umap/static/umap/vendors/photon/leaflet.photon.js,sha256=OOPfZgjazcKRqEtSTAbIJGUkLqmgnW1sfODNFT8cLYI,14585
385
377
  umap/static/umap/vendors/simple-statistics/simple-statistics.min.js,sha256=9Q8lBzEmEHECakXADgxLzmJ42oBB8JB257npQWOyitk,23988
386
378
  umap/static/umap/vendors/simple-statistics/simple-statistics.min.js.map,sha256=Xcmjnfovskjz0ft9rGff8xr6oozB0wgYE-k5Dyo2Z4U,195620
387
- umap/static/umap/vendors/togeojson/togeojson.js,sha256=puEtIt0S37jxF-oY0CMD0ULKuAfQ3GKZoAbJbNGN0Y8,13010
388
379
  umap/static/umap/vendors/togeojson/togeojson.umd.js,sha256=puEtIt0S37jxF-oY0CMD0ULKuAfQ3GKZoAbJbNGN0Y8,13010
389
380
  umap/static/umap/vendors/togeojson/togeojson.umd.js.map,sha256=Lip8fUKI-Yb-bko-a7fREIKS8R1QxdD3q69pGBBgAZs,59946
390
381
  umap/static/umap/vendors/togpx/togpx.js,sha256=_8C0kI5rlMKEN2Ye5oIuW-pJJXZEqO9eFV8laBmvHoQ,17936
@@ -409,7 +400,7 @@ umap/templates/umap/css.html,sha256=9lpV3ErR3384ULZidp4YFMPYAqyPxQbUSYuR7KV-iOw,
409
400
  umap/templates/umap/footer.html,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
410
401
  umap/templates/umap/header.html,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
411
402
  umap/templates/umap/home.html,sha256=A0tMpiJ8MmLciD7A2SMNoYn5K60MN6PLrRfMahKXh8c,670
412
- umap/templates/umap/js.html,sha256=CS1WNDZ9gmLPs6qr50zaTwqa6BCYamo5kPAx8T493dg,3869
403
+ umap/templates/umap/js.html,sha256=YNCeT4AYZtG5ad2-EjuyliHkwidOaFKWGqE0WVoYST4,3800
413
404
  umap/templates/umap/locale.js,sha256=AP-mSJQq5RyC3eNaBbk-sOsD80r0_qlvuK1afXdsVo4,112
414
405
  umap/templates/umap/login_popup_end.html,sha256=b6csbAW1-qZZYgF1RkwfNsGpqhYzzg3wRGbntTadj2U,571
415
406
  umap/templates/umap/map_detail.html,sha256=s-X15FrYnhL1BIfhAD-iHxsqmBRTtDON_3JLV02Y7Bw,917
@@ -473,8 +464,8 @@ umap/tests/integration/test_share.py,sha256=fEVGdEj_ZKhTMn6OLeVPDUSewS0EdnkyqrHz
473
464
  umap/tests/integration/test_slideshow.py,sha256=uLPw4SyhLgpqU4-jrTu5vKSqYuZG7hXjfY8JlEt1JkM,2020
474
465
  umap/tests/integration/test_statics.py,sha256=R9vynGmRxYneMcFsLn4Ut1BcWFq6nAlwLUzYWisIw4s,1355
475
466
  umap/tests/integration/test_tilelayer.py,sha256=S84Q7xsvKQcDAr05dpBog7qRCljqrSZCUu4x2WgTGCg,4139
476
- umap_project-2.0.0a0.dist-info/METADATA,sha256=2qFWkvNAV_abm2xfwWUvzSK3dkZvA7g32xfgXu_FqBc,2556
477
- umap_project-2.0.0a0.dist-info/WHEEL,sha256=mRYSEL3Ih6g5a_CVMIcwiF__0Ae4_gLYh01YFNwiq1k,87
478
- umap_project-2.0.0a0.dist-info/entry_points.txt,sha256=gz-KDQfEsMLBae8ABOD3foJsCYGPW1tA4Y394R_1RW8,39
479
- umap_project-2.0.0a0.dist-info/licenses/LICENSE,sha256=BtMQT5EWvEua8jhXIrm2qfP8dmRFsMqCrJtq4k9Pb34,482
480
- umap_project-2.0.0a0.dist-info/RECORD,,
467
+ umap_project-2.0.0a1.dist-info/METADATA,sha256=5ddNUBwQ0v2I7GNoblm6LV-BBRbAC91QcwsQ7CX7qAI,2556
468
+ umap_project-2.0.0a1.dist-info/WHEEL,sha256=mRYSEL3Ih6g5a_CVMIcwiF__0Ae4_gLYh01YFNwiq1k,87
469
+ umap_project-2.0.0a1.dist-info/entry_points.txt,sha256=gz-KDQfEsMLBae8ABOD3foJsCYGPW1tA4Y394R_1RW8,39
470
+ umap_project-2.0.0a1.dist-info/licenses/LICENSE,sha256=BtMQT5EWvEua8jhXIrm2qfP8dmRFsMqCrJtq4k9Pb34,482
471
+ umap_project-2.0.0a1.dist-info/RECORD,,
@@ -1,54 +0,0 @@
1
- .leaflet-contextmenu {
2
- display: none;
3
- box-shadow: 0 1px 7px rgba(0,0,0,0.4);
4
- -webkit-border-radius: 4px;
5
- border-radius: 4px;
6
- padding: 4px 0;
7
- background-color: #fff;
8
- cursor: default;
9
- -webkit-user-select: none;
10
- -moz-user-select: none;
11
- user-select: none;
12
- }
13
-
14
- .leaflet-contextmenu a.leaflet-contextmenu-item {
15
- display: block;
16
- color: #222;
17
- font-size: 12px;
18
- line-height: 20px;
19
- text-decoration: none;
20
- padding: 0 12px;
21
- border-top: 1px solid transparent;
22
- border-bottom: 1px solid transparent;
23
- cursor: default;
24
- outline: none;
25
- }
26
-
27
- .leaflet-contextmenu a.leaflet-contextmenu-item-disabled {
28
- opacity: 0.5;
29
- }
30
-
31
- .leaflet-contextmenu a.leaflet-contextmenu-item.over {
32
- background-color: #f4f4f4;
33
- border-top: 1px solid #f0f0f0;
34
- border-bottom: 1px solid #f0f0f0;
35
- }
36
-
37
- .leaflet-contextmenu a.leaflet-contextmenu-item-disabled.over {
38
- background-color: inherit;
39
- border-top: 1px solid transparent;
40
- border-bottom: 1px solid transparent;
41
- }
42
-
43
- .leaflet-contextmenu-icon {
44
- margin: 2px 8px 0 0;
45
- width: 16px;
46
- height: 16px;
47
- float: left;
48
- border: 0;
49
- }
50
-
51
- .leaflet-contextmenu-separator {
52
- border-bottom: 1px solid #ccc;
53
- margin: 5px 0;
54
- }