umap-project 1.14.0a0__py3-none-any.whl → 1.14.0a2__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 = "1.14.0a0"
1
+ VERSION = "1.14.0a2"
Binary file
@@ -3,7 +3,7 @@
3
3
  # This file is distributed under the same license as the PACKAGE package.
4
4
  #
5
5
  # Translators:
6
- # Gábor Babos <gabor.babos@gmail.com>, 2017-2019,2023
6
+ # Gábor Babos <gabor.babos@gmail.com>, 2017-2019,2023-2024
7
7
  # Peter Velosy <peter.velosy@gmail.com>, 2017
8
8
  msgid ""
9
9
  msgstr ""
@@ -11,7 +11,7 @@ msgstr ""
11
11
  "Report-Msgid-Bugs-To: \n"
12
12
  "POT-Creation-Date: 2024-01-08 12:33+0000\n"
13
13
  "PO-Revision-Date: 2013-11-22 14:00+0000\n"
14
- "Last-Translator: Gábor Babos <gabor.babos@gmail.com>, 2017-2019,2023\n"
14
+ "Last-Translator: Gábor Babos <gabor.babos@gmail.com>, 2017-2019,2023-2024\n"
15
15
  "Language-Team: Hungarian (http://app.transifex.com/openstreetmap/umap/language/hu/)\n"
16
16
  "MIME-Version: 1.0\n"
17
17
  "Content-Type: text/plain; charset=UTF-8\n"
@@ -306,7 +306,7 @@ msgstr "Név"
306
306
 
307
307
  #: templates/umap/map_table.html:6
308
308
  msgid "Preview"
309
- msgstr ""
309
+ msgstr "Előnézet"
310
310
 
311
311
  #: templates/umap/map_table.html:7
312
312
  msgid "Who can see / edit"
@@ -326,27 +326,27 @@ msgstr "Műveletek"
326
326
 
327
327
  #: templates/umap/map_table.html:22
328
328
  msgid "Open preview"
329
- msgstr ""
329
+ msgstr "Előnézet"
330
330
 
331
331
  #: templates/umap/map_table.html:38
332
332
  msgid "Share"
333
- msgstr "Megosztás"
333
+ msgstr "Megoszt"
334
334
 
335
335
  #: templates/umap/map_table.html:39
336
336
  msgid "Edit"
337
- msgstr "Szerkesztés"
337
+ msgstr "Szerk."
338
338
 
339
339
  #: templates/umap/map_table.html:40
340
340
  msgid "Download"
341
- msgstr "Letöltés"
341
+ msgstr "Letölt"
342
342
 
343
343
  #: templates/umap/map_table.html:49
344
344
  msgid "first"
345
- msgstr ""
345
+ msgstr "első"
346
346
 
347
347
  #: templates/umap/map_table.html:50
348
348
  msgid "previous"
349
- msgstr ""
349
+ msgstr "előző"
350
350
 
351
351
  #: templates/umap/map_table.html:59
352
352
  #, python-format
@@ -354,15 +354,15 @@ msgid ""
354
354
  "\n"
355
355
  " Page %(maps_number)s of %(num_pages)s\n"
356
356
  " "
357
- msgstr ""
357
+ msgstr "\n %(maps_number)s / %(num_pages)s oldal\n "
358
358
 
359
359
  #: templates/umap/map_table.html:65
360
360
  msgid "next"
361
- msgstr ""
361
+ msgstr "következő"
362
362
 
363
363
  #: templates/umap/map_table.html:66
364
364
  msgid "last"
365
- msgstr ""
365
+ msgstr "utolsó"
366
366
 
367
367
  #: templates/umap/navigation.html:15
368
368
  msgid "Starred maps"
umap/settings/base.py CHANGED
@@ -119,7 +119,6 @@ INSTALLED_APPS = (
119
119
  "django.contrib.gis",
120
120
  "django_probes",
121
121
  "umap",
122
- "compressor",
123
122
  "social_django",
124
123
  # See https://github.com/peopledoc/django-agnocomplete/commit/26eda2dfa4a2f8a805ca2ea19a0c504b9d773a1c
125
124
  # Django does not find the app config in the default place, so the app is not loaded
@@ -163,9 +162,16 @@ MEDIA_ROOT = os.path.join("uploads")
163
162
  STATICFILES_FINDERS = [
164
163
  "django.contrib.staticfiles.finders.FileSystemFinder",
165
164
  "django.contrib.staticfiles.finders.AppDirectoriesFinder",
166
- "compressor.finders.CompressorFinder",
167
165
  ]
168
166
  STATICFILES_DIRS = [] # May be extended when using UMAP_CUSTOM_STATICS
167
+ STORAGES = {
168
+ "default": {
169
+ "BACKEND": "django.core.files.storage.FileSystemStorage",
170
+ },
171
+ "staticfiles": {
172
+ "BACKEND": "umap.utils.UmapManifestStaticFilesStorage",
173
+ },
174
+ }
169
175
 
170
176
  # =============================================================================
171
177
  # Templates
@@ -262,9 +268,6 @@ LEAFLET_ZOOM = env.int("LEAFLET_ZOOM", default=6)
262
268
  # =============================================================================
263
269
  # Third party app settings
264
270
  # =============================================================================
265
- COMPRESS_ENABLED = True
266
- COMPRESS_OFFLINE = True
267
-
268
271
  LOGIN_URL = "login"
269
272
  SOCIAL_AUTH_LOGIN_REDIRECT_URL = "/login/popup/end/"
270
273
 
@@ -29,9 +29,6 @@ DATABASES = {
29
29
  }
30
30
  }
31
31
 
32
- COMPRESS_ENABLED = False
33
- COMPRESS_OFFLINE = True
34
-
35
32
  LANGUAGE_CODE = "en"
36
33
 
37
34
  # Set to False if login into django account should not be possible. You can
@@ -77,7 +77,7 @@ const locale = {
77
77
  "### three hashes for third heading": "### három számjel: harmadik címsor",
78
78
  "**double star for bold**": "**két csillag: félkövér**",
79
79
  "A comma separated list of numbers that defines the stroke dash pattern. Ex.: \"5, 10, 15\".": "Vesszővel tagolt számsor, amely meghatározza a szaggatott vonalak mintázatát. Például 5,10,15 Ha nem világos, próbálkozz!",
80
- "About": "Névjegy",
80
+ "About": "Térkép névjegye",
81
81
  "Action not allowed :(": "Nem engedélyezett művelet :(",
82
82
  "Activate slideshow mode": "Diavetítésmód aktiválása",
83
83
  "Add a layer": "Réteg hozzáadása",
@@ -171,7 +171,7 @@ const locale = {
171
171
  "Heatmap radius": "Intenzitástérkép sugara",
172
172
  "Help": "Súgó",
173
173
  "Hide controls": "Vezérlők elrejtése",
174
- "Home": "Kezdőlap",
174
+ "Home": "uMap kezdőlap",
175
175
  "How much to simplify the polyline on each zoom level (more = better performance and smoother look, less = more accurate)": "Mennyire egyszerűsödjék egy töröttvonal az egyes nagyítási fokozatoknál (jobban = jobb teljesítmény és simább kinézet, kevésbé = nagyobb pontosság)",
176
176
  "Iframe with custom height (in px): {{{http://iframe.url.com|height}}}": "Iframe egyedi magassággal (pixel): {{{http://iframe.url.com|magasság}}}",
177
177
  "Iframe with custom height and width (in px): {{{http://iframe.url.com|height*width}}}": "Iframe egyedi magassággal és szélességgel (pixel): {{{http://iframe.url.com|magasság*szélesség}}}",
@@ -367,7 +367,7 @@ const locale = {
367
367
  "Send me the link": "Link elküldése magamnak",
368
368
  "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "A térképee elkészült! Mivel nincs bejelentkezve, itt egy titkos link a térkép szerkesztéséhez, kérjük, őrizze meg:",
369
369
  "Comma separated list of properties to use for sorting features. To reverse the sort, put a minus sign (-) before. Eg. mykey,-otherkey.": "A jellemzők sorba rendezéséhez használandó tulajdonságok vesszővel tagolt sora. A sorba rendezés megfordításához tegyen mínusz jelet (-) elé. Például: kulcs,-másikkulcs.",
370
- "Toggle edit mode (⇧+Click)": "Szerkesztési mód be-/kikapcsolás (⇧+kattintás)",
370
+ "Toggle edit mode (⇧+Click)": "Szerkesztési mód be-/kikapcsolása (⇧+kattintás)",
371
371
  "icon opacity": "Ikon átlátszósága",
372
372
  "*single star for italic*": "*egy csillag: dőlt*",
373
373
  "--- for a horizontal rule": "--- vízszintes vonal",
@@ -402,7 +402,7 @@ const locale = {
402
402
  "Choropleth property value": "Kartogram tulajdonságértékei",
403
403
  "Comma separated list of numbers, including min and max values.": "Vesszővel tagolt számsor, közte a legkisebb és a legnagyobb értékek.",
404
404
  "Equidistant": "Azonos távolságok",
405
- "Jenks-Fisher": "Jenks-Fisher",
405
+ "Jenks-Fisher": "Fisher-Jenks algoritmus",
406
406
  "K-means": "K-középpont",
407
407
  "Manual": "Manuális",
408
408
  "Number of desired classes (default 5)": "Kívánt kategóriák száma (alapértelmezés: 5)",
@@ -415,33 +415,33 @@ const locale = {
415
415
  "Switch to edit mode": "Átkapcsolás szerkesztési módra",
416
416
  "Update who can see and edit the map": "Annak frissítése, hogy ki láthatja és szerkesztheti a térképet",
417
417
  "View": "Megtekintés",
418
- "Add image URL": "Add image URL",
419
- "Emoji & Character": "Emoji & Character",
420
- "Generic": "Generic",
421
- "Symbol": "Symbol",
422
- "Type char or paste emoji": "Type char or paste emoji",
418
+ "Add image URL": "Kép URL-je",
419
+ "Emoji & Character": "Emoji vagy karakter",
420
+ "Generic": "Általános",
421
+ "Symbol": "Jelkép",
422
+ "Type char or paste emoji": "Karakter megadása vagy emoji beillesztése",
423
423
  "URL": "URL",
424
- "If false, the polygon or line will act as a part of the underlying map.": "If false, the polygon or line will act as a part of the underlying map.",
425
- "Save map": "Save map",
426
- "Toggle edit mode": "Toggle edit mode",
427
- "All data and settings of the map": "All data and settings of the map",
428
- "Embed and link options": "Embed and link options",
429
- "Go to \"{coords}\"": "Go to \"{coords}\"",
430
- "Link to view the map": "Link to view the map",
424
+ "If false, the polygon or line will act as a part of the underlying map.": "Ha hamis, a sokszög vagy vonal az alapul szolgáló térkép részeként viselkedik.",
425
+ "Save map": "Térkép mentése",
426
+ "Toggle edit mode": "Szerkesztési mód be-/kikapcsolása",
427
+ "All data and settings of the map": "A térkép összes adata és beállítása",
428
+ "Embed and link options": "Beágyazási és linkelési beállítások",
429
+ "Go to \"{coords}\"": "Ugrás ide: {coords}",
430
+ "Link to view the map": "Link a térkép megtekintéséhez",
431
431
  "No.": "No.",
432
- "Only visible layers' data": "Only visible layers' data",
433
- "Open share & download panel": "Open share & download panel",
432
+ "Only visible layers' data": "Csak a látható rétegek adatai",
433
+ "Open share & download panel": "„Megosztás & letöltés” panel megnyitása",
434
434
  "OpenStreetMap": "OpenStreetMap",
435
- "See on OpenStreetMap": "See on OpenStreetMap",
436
- "Share and download": "Share and download",
437
- "Share this link to open a customized map view": "Share this link to open a customized map view",
438
- "Short link": "Short link",
439
- "Street": "Street",
440
- "Type a place name or coordinates": "Type a place name or coordinates",
441
- "copy": "copy",
442
- "full backup": "full backup",
443
- "settings": "settings",
444
- "{count} features in this layer": "{count} features in this layer"
435
+ "See on OpenStreetMap": "Megtekintés az OpenStreetMapen",
436
+ "Share and download": "Megosztás és letöltés",
437
+ "Share this link to open a customized map view": "Link megosztása testreszabott térképnézet megnyitásához",
438
+ "Short link": "Rövid link",
439
+ "Street": "Utca",
440
+ "Type a place name or coordinates": "Helynév vagy koordináták megadása",
441
+ "copy": "másolás",
442
+ "full backup": "teljes biztonsági másolat",
443
+ "settings": "beállítások",
444
+ "{count} features in this layer": "{count} objektum van ezen a rétegen"
445
445
  }
446
446
  L.registerLocale("hu", locale)
447
447
  L.setLocale("hu")
@@ -77,7 +77,7 @@
77
77
  "### three hashes for third heading": "### három számjel: harmadik címsor",
78
78
  "**double star for bold**": "**két csillag: félkövér**",
79
79
  "A comma separated list of numbers that defines the stroke dash pattern. Ex.: \"5, 10, 15\".": "Vesszővel tagolt számsor, amely meghatározza a szaggatott vonalak mintázatát. Például 5,10,15 Ha nem világos, próbálkozz!",
80
- "About": "Névjegy",
80
+ "About": "Térkép névjegye",
81
81
  "Action not allowed :(": "Nem engedélyezett művelet :(",
82
82
  "Activate slideshow mode": "Diavetítésmód aktiválása",
83
83
  "Add a layer": "Réteg hozzáadása",
@@ -171,7 +171,7 @@
171
171
  "Heatmap radius": "Intenzitástérkép sugara",
172
172
  "Help": "Súgó",
173
173
  "Hide controls": "Vezérlők elrejtése",
174
- "Home": "Kezdőlap",
174
+ "Home": "uMap kezdőlap",
175
175
  "How much to simplify the polyline on each zoom level (more = better performance and smoother look, less = more accurate)": "Mennyire egyszerűsödjék egy töröttvonal az egyes nagyítási fokozatoknál (jobban = jobb teljesítmény és simább kinézet, kevésbé = nagyobb pontosság)",
176
176
  "Iframe with custom height (in px): {{{http://iframe.url.com|height}}}": "Iframe egyedi magassággal (pixel): {{{http://iframe.url.com|magasság}}}",
177
177
  "Iframe with custom height and width (in px): {{{http://iframe.url.com|height*width}}}": "Iframe egyedi magassággal és szélességgel (pixel): {{{http://iframe.url.com|magasság*szélesség}}}",
@@ -367,7 +367,7 @@
367
367
  "Send me the link": "Link elküldése magamnak",
368
368
  "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "A térképee elkészült! Mivel nincs bejelentkezve, itt egy titkos link a térkép szerkesztéséhez, kérjük, őrizze meg:",
369
369
  "Comma separated list of properties to use for sorting features. To reverse the sort, put a minus sign (-) before. Eg. mykey,-otherkey.": "A jellemzők sorba rendezéséhez használandó tulajdonságok vesszővel tagolt sora. A sorba rendezés megfordításához tegyen mínusz jelet (-) elé. Például: kulcs,-másikkulcs.",
370
- "Toggle edit mode (⇧+Click)": "Szerkesztési mód be-/kikapcsolás (⇧+kattintás)",
370
+ "Toggle edit mode (⇧+Click)": "Szerkesztési mód be-/kikapcsolása (⇧+kattintás)",
371
371
  "icon opacity": "Ikon átlátszósága",
372
372
  "*single star for italic*": "*egy csillag: dőlt*",
373
373
  "--- for a horizontal rule": "--- vízszintes vonal",
@@ -402,7 +402,7 @@
402
402
  "Choropleth property value": "Kartogram tulajdonságértékei",
403
403
  "Comma separated list of numbers, including min and max values.": "Vesszővel tagolt számsor, közte a legkisebb és a legnagyobb értékek.",
404
404
  "Equidistant": "Azonos távolságok",
405
- "Jenks-Fisher": "Jenks-Fisher",
405
+ "Jenks-Fisher": "Fisher-Jenks algoritmus",
406
406
  "K-means": "K-középpont",
407
407
  "Manual": "Manuális",
408
408
  "Number of desired classes (default 5)": "Kívánt kategóriák száma (alapértelmezés: 5)",
@@ -415,31 +415,31 @@
415
415
  "Switch to edit mode": "Átkapcsolás szerkesztési módra",
416
416
  "Update who can see and edit the map": "Annak frissítése, hogy ki láthatja és szerkesztheti a térképet",
417
417
  "View": "Megtekintés",
418
- "Add image URL": "Add image URL",
419
- "Emoji & Character": "Emoji & Character",
420
- "Generic": "Generic",
421
- "Symbol": "Symbol",
422
- "Type char or paste emoji": "Type char or paste emoji",
418
+ "Add image URL": "Kép URL-je",
419
+ "Emoji & Character": "Emoji vagy karakter",
420
+ "Generic": "Általános",
421
+ "Symbol": "Jelkép",
422
+ "Type char or paste emoji": "Karakter megadása vagy emoji beillesztése",
423
423
  "URL": "URL",
424
- "If false, the polygon or line will act as a part of the underlying map.": "If false, the polygon or line will act as a part of the underlying map.",
425
- "Save map": "Save map",
426
- "Toggle edit mode": "Toggle edit mode",
427
- "All data and settings of the map": "All data and settings of the map",
428
- "Embed and link options": "Embed and link options",
429
- "Go to \"{coords}\"": "Go to \"{coords}\"",
430
- "Link to view the map": "Link to view the map",
424
+ "If false, the polygon or line will act as a part of the underlying map.": "Ha hamis, a sokszög vagy vonal az alapul szolgáló térkép részeként viselkedik.",
425
+ "Save map": "Térkép mentése",
426
+ "Toggle edit mode": "Szerkesztési mód be-/kikapcsolása",
427
+ "All data and settings of the map": "A térkép összes adata és beállítása",
428
+ "Embed and link options": "Beágyazási és linkelési beállítások",
429
+ "Go to \"{coords}\"": "Ugrás ide: {coords}",
430
+ "Link to view the map": "Link a térkép megtekintéséhez",
431
431
  "No.": "No.",
432
- "Only visible layers' data": "Only visible layers' data",
433
- "Open share & download panel": "Open share & download panel",
432
+ "Only visible layers' data": "Csak a látható rétegek adatai",
433
+ "Open share & download panel": "„Megosztás & letöltés” panel megnyitása",
434
434
  "OpenStreetMap": "OpenStreetMap",
435
- "See on OpenStreetMap": "See on OpenStreetMap",
436
- "Share and download": "Share and download",
437
- "Share this link to open a customized map view": "Share this link to open a customized map view",
438
- "Short link": "Short link",
439
- "Street": "Street",
440
- "Type a place name or coordinates": "Type a place name or coordinates",
441
- "copy": "copy",
442
- "full backup": "full backup",
443
- "settings": "settings",
444
- "{count} features in this layer": "{count} features in this layer"
435
+ "See on OpenStreetMap": "Megtekintés az OpenStreetMapen",
436
+ "Share and download": "Megosztás és letöltés",
437
+ "Share this link to open a customized map view": "Link megosztása testreszabott térképnézet megnyitásához",
438
+ "Short link": "Rövid link",
439
+ "Street": "Utca",
440
+ "Type a place name or coordinates": "Helynév vagy koordináták megadása",
441
+ "copy": "másolás",
442
+ "full backup": "teljes biztonsági másolat",
443
+ "settings": "beállítások",
444
+ "{count} features in this layer": "{count} objektum van ezen a rétegen"
445
445
  }
umap/templates/base.html CHANGED
@@ -1,4 +1,4 @@
1
- {% load compress umap_tags i18n %}
1
+ {% load umap_tags i18n static %}
2
2
  <!DOCTYPE html>
3
3
  <html {% if LANGUAGE_BIDI %}dir="rtl"{% endif %}>
4
4
  <head>
@@ -17,13 +17,13 @@
17
17
  content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
18
18
  {# See https://evilmartians.com/chronicles/how-to-favicon-in-2021-six-files-that-fit-most-needs #}
19
19
  <link rel="icon"
20
- href="{{ STATIC_URL }}umap/favicons/favicon.ico"
20
+ href="{% static 'umap/favicons/favicon.ico' %}"
21
21
  sizes="32x32">
22
22
  <link rel="icon"
23
- href="{{ STATIC_URL }}umap/favicons/icon.svg"
23
+ href="{% static 'umap/favicons/icon.svg' %}"
24
24
  type="image/svg+xml">
25
25
  <link rel="apple-touch-icon"
26
- href="{{ STATIC_URL }}umap/favicons/apple-touch-icon.png">
26
+ href="{% static 'umap/favicons/apple-touch-icon.png' %}">
27
27
  <!-- 180×180 -->
28
28
  <link rel="manifest" href="/manifest.webmanifest">
29
29
  </head>
@@ -1,9 +1,9 @@
1
- {% load i18n %}
1
+ {% load i18n static %}
2
2
  <div class="wrapper about_summary highlights">
3
3
  <div class="row">
4
4
  <div class="col quarter mwide">
5
5
  <img class="colophon"
6
- src="{{ STATIC_URL }}umap/img/osm.svg"
6
+ src="{% static 'umap/img/osm.svg' %}"
7
7
  alt=""
8
8
  width="128px"
9
9
  height="128px" />
@@ -13,7 +13,7 @@
13
13
  </div>
14
14
  <div class="col umap-features-list half mwide">
15
15
  <img class="colophon"
16
- src="{{ STATIC_URL }}umap/img/edit.svg"
16
+ src="{% static 'umap/img/edit.svg' %}"
17
17
  alt=""
18
18
  width="128px"
19
19
  height="128px" />
@@ -29,7 +29,7 @@
29
29
  </div>
30
30
  <div class="col quarter mwide">
31
31
  <img class="colophon"
32
- src="{{ STATIC_URL }}umap/img/opensource.svg"
32
+ src="{% static 'umap/img/opensource.svg' %}"
33
33
  alt=""
34
34
  width="128px"
35
35
  height="128px" />
@@ -1,12 +1,10 @@
1
1
  {% extends "base.html" %}
2
- {% load umap_tags compress i18n %}
2
+ {% load umap_tags i18n %}
3
3
  {% block body_class %}
4
4
  content
5
5
  {% endblock body_class %}
6
6
  {% block extra_head %}
7
- {% compress css %}
8
- {% umap_css %}
9
- {% endcompress css %}
7
+ {% umap_css %}
10
8
  {% umap_js %}
11
9
  {% endblock extra_head %}
12
10
  {% block header %}
@@ -1,28 +1,30 @@
1
+ {% load static %}
2
+
1
3
  <link rel="stylesheet"
2
- href="{{ STATIC_URL }}umap/vendors/leaflet/leaflet.css" />
4
+ href="{% static 'umap/vendors/leaflet/leaflet.css' %}" />
3
5
  <link rel="stylesheet"
4
- href="{{ STATIC_URL }}umap/vendors/markercluster/MarkerCluster.css" />
6
+ href="{% static 'umap/vendors/markercluster/MarkerCluster.css' %}" />
5
7
  <link rel="stylesheet"
6
- href="{{ STATIC_URL }}umap/vendors/markercluster/MarkerCluster.Default.css" />
8
+ href="{% static 'umap/vendors/markercluster/MarkerCluster.Default.css' %}" />
7
9
  <link rel="stylesheet"
8
- href="{{ STATIC_URL }}umap/vendors/editinosm/Leaflet.EditInOSM.css" />
10
+ href="{% static 'umap/vendors/editinosm/Leaflet.EditInOSM.css' %}" />
9
11
  <link rel="stylesheet"
10
- href="{{ STATIC_URL }}umap/vendors/minimap/Control.MiniMap.css" />
12
+ href="{% static 'umap/vendors/minimap/Control.MiniMap.css' %}" />
11
13
  <link rel="stylesheet"
12
- href="{{ STATIC_URL }}umap/vendors/contextmenu/leaflet.contextmenu.css" />
14
+ href="{% static 'umap/vendors/contextmenu/leaflet.contextmenu.css' %}" />
13
15
  <link rel="stylesheet"
14
- href="{{ STATIC_URL }}umap/vendors/toolbar/leaflet.toolbar.css" />
16
+ href="{% static 'umap/vendors/toolbar/leaflet.toolbar.css' %}" />
15
17
  <link rel="stylesheet"
16
- href="{{ STATIC_URL }}umap/vendors/measurable/Leaflet.Measurable.css" />
18
+ href="{% static 'umap/vendors/measurable/Leaflet.Measurable.css' %}" />
17
19
  <link rel="stylesheet"
18
- href="{{ STATIC_URL }}umap/vendors/fullscreen/leaflet.fullscreen.css" />
20
+ href="{% static 'umap/vendors/fullscreen/leaflet.fullscreen.css' %}" />
19
21
  <link rel="stylesheet"
20
- href="{{ STATIC_URL }}umap/vendors/locatecontrol/L.Control.Locate.css" />
22
+ href="{% static 'umap/vendors/locatecontrol/L.Control.Locate.css' %}" />
21
23
  <link rel="stylesheet"
22
- href="{{ STATIC_URL }}umap/vendors/iconlayers/iconLayers.css" />
23
- <link rel="stylesheet" href="{{ STATIC_URL }}umap/font.css">
24
- <link rel="stylesheet" href="{{ STATIC_URL }}umap/base.css">
25
- <link rel="stylesheet" href="{{ STATIC_URL }}umap/content.css">
26
- <link rel="stylesheet" href="{{ STATIC_URL }}umap/nav.css">
27
- <link rel="stylesheet" href="{{ STATIC_URL }}umap/map.css" />
28
- <link rel="stylesheet" href="{{ STATIC_URL }}umap/theme.css">
24
+ href="{% static 'umap/vendors/iconlayers/iconLayers.css' %}" />
25
+ <link rel="stylesheet" href="{% static 'umap/font.css' %}">
26
+ <link rel="stylesheet" href="{% static 'umap/base.css' %}">
27
+ <link rel="stylesheet" href="{% static 'umap/content.css' %}">
28
+ <link rel="stylesheet" href="{% static 'umap/nav.css' %}">
29
+ <link rel="stylesheet" href="{% static 'umap/map.css' %}" />
30
+ <link rel="stylesheet" href="{% static 'umap/theme.css' %}">
@@ -1,62 +1,53 @@
1
- {% load compress %}
2
- {% compress js %}
3
- <script type="module" src="{{ STATIC_URL }}umap/js/modules/global.js" defer></script>
4
- <script src="{{ STATIC_URL }}umap/vendors/editable/Path.Drag.js" defer></script>
5
- <script src="{{ STATIC_URL }}umap/vendors/editable/Leaflet.Editable.js" defer></script>
6
- <script src="{{ STATIC_URL }}umap/vendors/hash/leaflet-hash.js" defer></script>
7
- <script src="{{ STATIC_URL }}umap/vendors/i18n/Leaflet.i18n.js" defer></script>
8
- <script src="{{ STATIC_URL }}umap/vendors/editinosm/Leaflet.EditInOSM.js"
9
- defer></script>
10
- <script src="{{ STATIC_URL }}umap/vendors/minimap/Control.MiniMap.js" defer></script>
11
- <script src="{{ STATIC_URL }}umap/vendors/csv2geojson/csv2geojson.js" defer></script>
12
- <script src="{{ STATIC_URL }}umap/vendors/togeojson/togeojson.js" defer></script>
13
- <script src="{{ STATIC_URL }}umap/vendors/osmtogeojson/osmtogeojson.js" defer></script>
14
- <script src="{{ STATIC_URL }}umap/vendors/loading/Control.Loading.js" defer></script>
15
- <script src="{{ STATIC_URL }}umap/vendors/markercluster/leaflet.markercluster-src.js"
16
- defer></script>
17
- <script src="{{ STATIC_URL }}umap/vendors/contextmenu/leaflet.contextmenu.js"
18
- defer></script>
19
- <script src="{{ STATIC_URL }}umap/vendors/photon/leaflet.photon.js" defer></script>
20
- <script src="{{ STATIC_URL }}umap/vendors/georsstogeojson/GeoRSSToGeoJSON.js"
21
- defer></script>
22
- <script src="{{ STATIC_URL }}umap/vendors/heat/leaflet-heat.js" defer></script>
23
- <script src="{{ STATIC_URL }}umap/vendors/fullscreen/Leaflet.fullscreen.js"
24
- defer></script>
25
- <script src="{{ STATIC_URL }}umap/vendors/toolbar/leaflet.toolbar-src.js"
26
- defer></script>
27
- <script src="{{ STATIC_URL }}umap/vendors/formbuilder/Leaflet.FormBuilder.js"
28
- defer></script>
29
- <script src="{{ STATIC_URL }}umap/vendors/measurable/Leaflet.Measurable.js"
30
- defer></script>
31
- <script src="{{ STATIC_URL }}umap/vendors/togpx/togpx.js" defer></script>
32
- <script src="{{ STATIC_URL }}umap/vendors/iconlayers/iconLayers.js" defer></script>
33
- <script src="{{ STATIC_URL }}umap/vendors/tokml/tokml.js" defer></script>
34
- <script src="{{ STATIC_URL }}umap/vendors/locatecontrol/L.Control.Locate.js"
35
- defer></script>
36
- <script src="{{ STATIC_URL }}umap/vendors/dompurify/purify.js" defer></script>
37
- <script src="{{ STATIC_URL }}umap/vendors/colorbrewer/colorbrewer.js" defer></script>
38
- <script src="{{ STATIC_URL }}umap/vendors/simple-statistics/simple-statistics.min.js"
39
- defer></script>
40
- {% endcompress %}
41
- {% if locale %}<script src="{{ STATIC_URL }}umap/locale/{{ locale }}.js" defer></script>{% endif %}
42
- {% compress js %}
43
- <script src="{{ STATIC_URL }}umap/js/umap.core.js" defer></script>
44
- <script src="{{ STATIC_URL }}umap/js/umap.autocomplete.js" defer></script>
45
- <script src="{{ STATIC_URL }}umap/js/umap.popup.js" defer></script>
46
- <script src="{{ STATIC_URL }}umap/js/umap.xhr.js" defer></script>
47
- <script src="{{ STATIC_URL }}umap/js/umap.forms.js" defer></script>
48
- <script src="{{ STATIC_URL }}umap/js/umap.icon.js" defer></script>
49
- <script src="{{ STATIC_URL }}umap/js/umap.features.js" defer></script>
50
- <script src="{{ STATIC_URL }}umap/js/umap.permissions.js" defer></script>
51
- <script src="{{ STATIC_URL }}umap/js/umap.datalayer.permissions.js" defer></script>
52
- <script src="{{ STATIC_URL }}umap/js/umap.layer.js" defer></script>
53
- <script src="{{ STATIC_URL }}umap/js/umap.controls.js" defer></script>
54
- <script src="{{ STATIC_URL }}umap/js/umap.slideshow.js" defer></script>
55
- <script src="{{ STATIC_URL }}umap/js/umap.tableeditor.js" defer></script>
56
- <script src="{{ STATIC_URL }}umap/js/umap.browser.js" defer></script>
57
- <script src="{{ STATIC_URL }}umap/js/umap.importer.js" defer></script>
58
- <script src="{{ STATIC_URL }}umap/js/umap.share.js" defer></script>
59
- <script src="{{ STATIC_URL }}umap/js/umap.js" defer></script>
60
- <script src="{{ STATIC_URL }}umap/js/umap.ui.js" defer></script>
61
- <script src="{{ STATIC_URL }}umap/js/components/fragment.js" defer></script>
62
- {% endcompress %}
1
+ {% load static %}
2
+
3
+ <script type="module" src="{% static 'umap/js/modules/global.js' %}" defer></script>
4
+ <script src="{% static 'umap/vendors/editable/Path.Drag.js' %}" defer></script>
5
+ <script src="{% static 'umap/vendors/editable/Leaflet.Editable.js' %}" defer></script>
6
+ <script src="{% static 'umap/vendors/hash/leaflet-hash.js' %}" defer></script>
7
+ <script src="{% static 'umap/vendors/i18n/Leaflet.i18n.js' %}" defer></script>
8
+ <script src="{% static 'umap/vendors/editinosm/Leaflet.EditInOSM.js' %}" defer></script>
9
+ <script src="{% static 'umap/vendors/minimap/Control.MiniMap.js' %}" defer></script>
10
+ <script src="{% static 'umap/vendors/csv2geojson/csv2geojson.js' %}" defer></script>
11
+ <script src="{% static 'umap/vendors/togeojson/togeojson.js' %}" defer></script>
12
+ <script src="{% static 'umap/vendors/osmtogeojson/osmtogeojson.js' %}" defer></script>
13
+ <script src="{% static 'umap/vendors/loading/Control.Loading.js' %}" defer></script>
14
+ <script src="{% static 'umap/vendors/markercluster/leaflet.markercluster-src.js' %}" defer></script>
15
+ <script src="{% static 'umap/vendors/contextmenu/leaflet.contextmenu.js' %}" defer></script>
16
+ <script src="{% static 'umap/vendors/photon/leaflet.photon.js' %}" defer></script>
17
+ <script src="{% static 'umap/vendors/georsstogeojson/GeoRSSToGeoJSON.js' %}" defer></script>
18
+ <script src="{% static 'umap/vendors/heat/leaflet-heat.js' %}" defer></script>
19
+ <script src="{% static 'umap/vendors/fullscreen/Leaflet.fullscreen.js' %}" defer></script>
20
+ <script src="{% static 'umap/vendors/toolbar/leaflet.toolbar-src.js' %}" defer></script>
21
+ <script src="{% static 'umap/vendors/formbuilder/Leaflet.FormBuilder.js' %}" defer></script>
22
+ <script src="{% static 'umap/vendors/measurable/Leaflet.Measurable.js' %}" defer></script>
23
+ <script src="{% static 'umap/vendors/togpx/togpx.js' %}" defer></script>
24
+ <script src="{% static 'umap/vendors/iconlayers/iconLayers.js' %}" defer></script>
25
+ <script src="{% static 'umap/vendors/tokml/tokml.js' %}" defer></script>
26
+ <script src="{% static 'umap/vendors/locatecontrol/L.Control.Locate.js' %}" defer></script>
27
+ <script src="{% static 'umap/vendors/dompurify/purify.js' %}" defer></script>
28
+ <script src="{% static 'umap/vendors/colorbrewer/colorbrewer.js' %}" defer></script>
29
+ <script src="{% static 'umap/vendors/simple-statistics/simple-statistics.min.js' %}" defer></script>
30
+ {% if locale %}
31
+ {% with "umap/locale/"|add:locale|add:".js" as path %}
32
+ <script src="{% static path %}" defer></script>
33
+ {% endwith %}
34
+ {% endif %}
35
+ <script src="{% static 'umap/js/umap.core.js' %}" defer></script>
36
+ <script src="{% static 'umap/js/umap.autocomplete.js' %}" defer></script>
37
+ <script src="{% static 'umap/js/umap.popup.js' %}" defer></script>
38
+ <script src="{% static 'umap/js/umap.xhr.js' %}" defer></script>
39
+ <script src="{% static 'umap/js/umap.forms.js' %}" defer></script>
40
+ <script src="{% static 'umap/js/umap.icon.js' %}" defer></script>
41
+ <script src="{% static 'umap/js/umap.features.js' %}" defer></script>
42
+ <script src="{% static 'umap/js/umap.permissions.js' %}" defer></script>
43
+ <script src="{% static 'umap/js/umap.datalayer.permissions.js' %}" defer></script>
44
+ <script src="{% static 'umap/js/umap.layer.js' %}" defer></script>
45
+ <script src="{% static 'umap/js/umap.controls.js' %}" defer></script>
46
+ <script src="{% static 'umap/js/umap.slideshow.js' %}" defer></script>
47
+ <script src="{% static 'umap/js/umap.tableeditor.js' %}" defer></script>
48
+ <script src="{% static 'umap/js/umap.browser.js' %}" defer></script>
49
+ <script src="{% static 'umap/js/umap.importer.js' %}" defer></script>
50
+ <script src="{% static 'umap/js/umap.share.js' %}" defer></script>
51
+ <script src="{% static 'umap/js/umap.js' %}" defer></script>
52
+ <script src="{% static 'umap/js/umap.ui.js' %}" defer></script>
53
+ <script src="{% static 'umap/js/components/fragment.js' %}" defer></script>
@@ -1,5 +1,5 @@
1
1
  {% extends "base.html" %}
2
- {% load umap_tags compress i18n %}
2
+ {% load umap_tags i18n %}
3
3
  {% block head_title %}
4
4
  {{ map.name }} - {{ SITE_NAME }}
5
5
  {% endblock head_title %}
@@ -7,9 +7,7 @@
7
7
  map_detail
8
8
  {% endblock body_class %}
9
9
  {% block extra_head %}
10
- {% compress css %}
11
- {% umap_css %}
12
- {% endcompress %}
10
+ {% umap_css %}
13
11
  {% umap_js locale=locale %}
14
12
  {% if object.share_status != object.PUBLIC %}<meta name="robots" content="noindex">{% endif %}
15
13
  {% endblock extra_head %}
@@ -0,0 +1,43 @@
1
+ import re
2
+ import shutil
3
+ import tempfile
4
+
5
+ import pytest
6
+ from django.core.management import call_command
7
+ from django.utils.translation import override
8
+ from playwright.sync_api import expect
9
+
10
+
11
+ @pytest.fixture
12
+ def staticfiles(settings):
13
+ static_root = tempfile.mkdtemp(prefix="test_static")
14
+ settings.STATIC_ROOT = static_root
15
+ try:
16
+ call_command("collectstatic", "--noinput")
17
+ yield
18
+ finally:
19
+ shutil.rmtree(static_root)
20
+
21
+
22
+ def test_javascript_have_been_loaded(
23
+ map, live_server, datalayer, page, settings, staticfiles
24
+ ):
25
+ settings.STORAGES["staticfiles"][
26
+ "BACKEND"
27
+ ] = "umap.utils.UmapManifestStaticFilesStorage"
28
+ datalayer.settings["displayOnLoad"] = False
29
+ datalayer.save()
30
+ map.settings["properties"]["defaultView"] = "latest"
31
+ map.save()
32
+ with override("fr"):
33
+ url = f"{live_server.url}{map.get_absolute_url()}"
34
+ assert "/fr/" in url
35
+ page.goto(url)
36
+ # Hash is defined, so map is initialized
37
+ expect(page).to_have_url(re.compile(r".*#7/48\..+/13\..+"))
38
+ expect(page).to_have_url(re.compile(r".*/fr/"))
39
+ # Should be in French, so hashed locale file has been loaded correctly
40
+ button = page.get_by_text("Voir les calques")
41
+ expect(button).to_be_visible()
42
+ layers = page.locator(".umap-browse-datalayers li")
43
+ expect(layers).to_have_count(1)
umap/tests/settings.py CHANGED
@@ -3,9 +3,11 @@ import os
3
3
  from umap.settings.base import * # pylint: disable=W0614,W0401
4
4
 
5
5
  SECRET_KEY = "justfortests"
6
- COMPRESS_ENABLED = False
7
6
  FROM_EMAIL = "test@test.org"
8
7
  EMAIL_BACKEND = "django.core.mail.backends.locmem.EmailBackend"
8
+ STORAGES["staticfiles"][
9
+ "BACKEND"
10
+ ] = "django.contrib.staticfiles.storage.StaticFilesStorage"
9
11
 
10
12
  if os.environ.get("GITHUB_ACTIONS", False) == "true":
11
13
  DATABASES = {
umap/utils.py CHANGED
@@ -2,6 +2,7 @@ import gzip
2
2
  import os
3
3
 
4
4
  from django.conf import settings
5
+ from django.contrib.staticfiles.storage import ManifestStaticFilesStorage
5
6
  from django.urls import URLPattern, URLResolver, get_resolver
6
7
 
7
8
 
@@ -162,3 +163,53 @@ def merge_features(reference: list, latest: list, incoming: list):
162
163
  merged.append(item)
163
164
 
164
165
  return merged
166
+
167
+
168
+ class UmapManifestStaticFilesStorage(ManifestStaticFilesStorage):
169
+ support_js_module_import_aggregation = True
170
+
171
+ # We remove `;` at the end of all regexps to match our prettier config.
172
+ _js_module_import_aggregation_patterns = (
173
+ "*.js",
174
+ (
175
+ (
176
+ (
177
+ r"""(?P<matched>import(?s:(?P<import>[\s\{].*?))"""
178
+ r"""\s*from\s*['"](?P<url>[\.\/].*?)["']\s*)"""
179
+ ),
180
+ 'import%(import)s from "%(url)s"\n',
181
+ ),
182
+ (
183
+ (
184
+ r"""(?P<matched>export(?s:(?P<exports>[\s\{].*?))"""
185
+ r"""\s*from\s*["'](?P<url>[\.\/].*?)["']\s*)"""
186
+ ),
187
+ 'export%(exports)s from "%(url)s"\n',
188
+ ),
189
+ (
190
+ r"""(?P<matched>import\s*['"](?P<url>[\.\/].*?)["']\s*)""",
191
+ 'import"%(url)s"\n',
192
+ ),
193
+ (
194
+ r"""(?P<matched>import\(["'](?P<url>.*?)["']\))""",
195
+ """import("%(url)s")""",
196
+ ),
197
+ ),
198
+ )
199
+
200
+ # https://github.com/django/django/blob/0fcee1676c7f14bb08e2cc662898dee56d9cf207↩
201
+ # /django/contrib/staticfiles/storage.py#L78C5-L105C6
202
+ patterns = (
203
+ (
204
+ "*.css",
205
+ (
206
+ r"""(?P<matched>url\(['"]{0,1}\s*(?P<url>.*?)["']{0,1}\))""",
207
+ (
208
+ r"""(?P<matched>@import\s*["']\s*(?P<url>.*?)["'])""",
209
+ """@import url("%(url)s")""",
210
+ ),
211
+ # Remove CSS source map rewriting
212
+ ),
213
+ ),
214
+ # Remove JS source map rewriting
215
+ )
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: umap-project
3
- Version: 1.14.0a0
3
+ Version: 1.14.0a2
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,7 +19,6 @@ Classifier: Programming Language :: Python :: 3.12
19
19
  Classifier: Topic :: Software Development :: Libraries :: Python Modules
20
20
  Requires-Python: >=3.8
21
21
  Requires-Dist: django-agnocomplete==2.2.0
22
- Requires-Dist: django-compressor==4.3.1
23
22
  Requires-Dist: django-environ==0.10.0
24
23
  Requires-Dist: django-probes==1.7.0
25
24
  Requires-Dist: django==4.2
@@ -1,4 +1,4 @@
1
- umap/__init__.py,sha256=c7LMhCpXbnaP6_syoG7ZFbDmUC4cx8GxdhPqWE6iuSw,21
1
+ umap/__init__.py,sha256=NCfTDzZjloDO31YGPxGzMcjEyi19Z-I6p0KNW5VSdBk,21
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
@@ -10,7 +10,7 @@ umap/managers.py,sha256=-lBK0xYFRDfX76qDRdLnZOA8jEPYseEwIj8QOiHVM4w,243
10
10
  umap/middleware.py,sha256=p8EPW_gYW8Wh2lk0DNIAkZQbYlBZugW7Yq4iiA7L4aE,514
11
11
  umap/models.py,sha256=8gyMSVksfP7DKEi7Kt2vI5J_W6bwUeqAnT645tD4wHk,15817
12
12
  umap/urls.py,sha256=0no_xoq6pn_DS5F2N5vIzYua3qSsw3wXLyudnxkc-50,6832
13
- umap/utils.py,sha256=9aoTtXlSPdSwceVFhNHq8NQplcjW2y9ZKXia6u9vmD8,5623
13
+ umap/utils.py,sha256=IEtq_DJFIsiR8MKK1j4d6Tk_dfL2FB556DO0_N4EJtY,7352
14
14
  umap/views.py,sha256=dSTOTNc5g7zHPEfS7bXdpFELVVOlIK_vhyjZDKJYKfc,35960
15
15
  umap/wsgi.py,sha256=mSba0LSaWFocs-7Fw-bDljb6-Bqh9yZRJU-sTi4dGIU,1131
16
16
  umap/bin/__init__.py,sha256=iA3ON4A6NCpenrn3q2OgefUKF5QRFIQS-FtS0pxruI8,234
@@ -54,8 +54,8 @@ umap/locale/he/LC_MESSAGES/django.mo,sha256=QLCf7QiT1qYO56x1u4516hFIO4yMobkDcqpg
54
54
  umap/locale/he/LC_MESSAGES/django.po,sha256=YVJA0qhStgcOwI5XwSgHu7ZNHwg34qNmSLQj7pEXGdY,12553
55
55
  umap/locale/hr/LC_MESSAGES/django.mo,sha256=bBcaNSs-oqm_cjm6Bbqaph_ZNHF2_I_FP0xccwU9txI,1558
56
56
  umap/locale/hr/LC_MESSAGES/django.po,sha256=Aj3m28Ugyjq-Ih32P7dzw0M4czitDqoYpCvyNsNnEnE,9742
57
- umap/locale/hu/LC_MESSAGES/django.mo,sha256=9WjRQDIlGRIK79jza1XDKIfd5StvnOZzB8qYuYrRXAs,9640
58
- umap/locale/hu/LC_MESSAGES/django.po,sha256=EQrBvd-5x_TqBIGxNZgvasd6nTNg3cSp6tt7KTLlZl0,13878
57
+ umap/locale/hu/LC_MESSAGES/django.mo,sha256=zwqA6jzF7akEBMGJL5mXy-06BlkYaoTK1zYgS2bwNEQ,9979
58
+ umap/locale/hu/LC_MESSAGES/django.po,sha256=8pV34m-5mhVg3hKYW6SjnI9Z4VkJ7SQh1GIfmKATo4c,13977
59
59
  umap/locale/id/LC_MESSAGES/django.mo,sha256=8craaGVnVbONfojnkDUUtoxMyeI2tt6GdIWeWZGcaJ8,425
60
60
  umap/locale/id/LC_MESSAGES/django.po,sha256=wmbgIN1R7vRDgAdzBu7ZHnTpg5fpB3hmJyjAzRNoN-M,8000
61
61
  umap/locale/is/LC_MESSAGES/django.mo,sha256=y1U3ITGw76BFGF8X3ix1plI-y6z7q9-gSZm1UHfuJ6E,6648
@@ -131,9 +131,9 @@ umap/migrations/0015_alter_pictogram_pictogram.py,sha256=ABoM7PXhcO6R2AM_XH6KITy
131
131
  umap/migrations/0016_pictogram_category.py,sha256=xSNApTToAXVzYSH28ZVqfZq8q0ODSI9czwcQRkTHcX0,416
132
132
  umap/migrations/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
133
133
  umap/settings/__init__.py,sha256=bWfNzX2GIt602j8HdF2nDtpKbisq8ARS6B9jVd2QN6k,1771
134
- umap/settings/base.py,sha256=6976M9ivlRuXf7EpaSwLgZjB39oO7QwqRj3jlJyIX0Y,9664
134
+ umap/settings/base.py,sha256=FOAhOTpDQ1PgMY6JD9Vr0kSzGHMyYSPj3kNzHjA0rfM,9751
135
135
  umap/settings/dev.py,sha256=iGroLwlJM2EeqZ4HUC3DviUOgJy-SoULN1WB5AD4xFM,385
136
- umap/settings/local.py.sample,sha256=IpV5j6T64rRK9M2OEr3_orM5Qc2iSUBniiR_2DB0GK4,3193
136
+ umap/settings/local.py.sample,sha256=a9VuVI85Fa4MCN85q_IRkOr3CFsmRqn5mAO9xpeUAR4,3143
137
137
  umap/static/.gitignore,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
138
138
  umap/static/umap/base.css,sha256=PXuosvit7knQBS2EH4ekaHcz8mS3G4wyO5m7WdW9w9s,21275
139
139
  umap/static/umap/bitbucket.png,sha256=Z-xsnM3QOUn9tJQ0RjPXCpALghrzaDDZP7wSePSjSr8,9125
@@ -235,8 +235,8 @@ umap/static/umap/locale/he.js,sha256=50n6M-b69TRB8QdbrstaK-IeE-6bMKo2QK_QEYQyrIg
235
235
  umap/static/umap/locale/he.json,sha256=Jv0o551uTyPGusaY6jnf3eT3nPpRlmty1c3ks2ouPrQ,29569
236
236
  umap/static/umap/locale/hr.js,sha256=IS2LFr3iPY9XrcRMVikFK60FUDBo-utuxTiXiC0v5jc,26017
237
237
  umap/static/umap/locale/hr.json,sha256=gq4jt2fESFLxVzePFTpyf886d22sNTR5RHsH1KU5hrY,25952
238
- umap/static/umap/locale/hu.js,sha256=VSDeUkh-Ws7M2paHQg5MrJZUgeas4JL7PR81uc3s4MQ,29351
239
- umap/static/umap/locale/hu.json,sha256=H6zeMXxzNTIhiTFGG73LlsyMp5GgTcRqfHFtXUKlgSY,29286
238
+ umap/static/umap/locale/hu.js,sha256=zjXHT8G1sUsv5qB20WB1fLWfkF0YsBJgurjOeM1F2g0,29588
239
+ umap/static/umap/locale/hu.json,sha256=ix2PbCrtWku92oHgu9TUOAmGLk2Cy2Be3CMRtrCDCcQ,29523
240
240
  umap/static/umap/locale/id.js,sha256=HepHFD0pVv7nJ-7kQrXrlG9KhNrPMeKoNbZkoFPPdbo,25839
241
241
  umap/static/umap/locale/id.json,sha256=UjNkQNth3wl8-go8hr0ZzFGU_VOcoQvXVDfL3YSNvRk,25774
242
242
  umap/static/umap/locale/is.js,sha256=YlKmndnl4imWw0LCAD6wsf5SBOruJ9RGTkIDhdhfdyA,27258
@@ -390,22 +390,22 @@ umap/static/umap/vendors/toolbar/leaflet.toolbar.css,sha256=5KVBOQ0ivsFuafKYvVm3
390
390
  umap/static/umap/vendors/toolbar/leaflet.toolbar.js,sha256=HXh_bR49ZFpJ-GNXDNo2eHy-fJmrWehAzUeHgGhu__c,5326
391
391
  umap/templates/404.html,sha256=chFp1sDPind5B4cXRY3Cvd6WXw-RBfN3MIujrWajjK4,381
392
392
  umap/templates/500.html,sha256=dc0t0omG21JQCesEqV1SLrZ7RNXGtk9Diq5W9pKSAEs,5186
393
- umap/templates/base.html,sha256=YG_2-Ap5N87cD6higXIJmA9B5s8G9AUCUetlevqfuHQ,1464
393
+ umap/templates/base.html,sha256=SDarivgb24VyZLhe4eFefXAuiYbMHKigtOGBg7bMf8s,1459
394
394
  umap/templates/auth/user_detail.html,sha256=feuzzlA6QatSUI4g57JSGWViMM6iAydesVls-8J9UUc,491
395
395
  umap/templates/auth/user_form.html,sha256=8gwTwoS2KyyuWvBMPbOPIEx2UZWUB2UM1DAHbAU1dLk,1748
396
396
  umap/templates/auth/user_stars.html,sha256=UE8XnvH48ak27k42hAQviZbj-Q2DNiz1BtSb1cwCGa4,511
397
397
  umap/templates/registration/login.html,sha256=0xthmYnxZ0RtjeAiTHpOvl874KW0kC9g9qCr6xNO4qw,1175
398
398
  umap/templates/umap/about.html,sha256=ycCW4EFTJMjLF9YT6xJ7Kqpey4sxozQyVTUx5l48kJo,127
399
- umap/templates/umap/about_summary.html,sha256=1qWxfsDgoko4FBP6wmkD4AG9cPIt6WO7fB2TT5KFUbo,2189
400
- umap/templates/umap/content.html,sha256=RqjGuce-Lcot6JoblfjDifeVMVgKbuWqQqWy0o-AnSU,2906
399
+ umap/templates/umap/about_summary.html,sha256=PXV9-YWwhg6dg9Ic2bvEmilohwzDH9UybTo0lpwtlJo,2193
400
+ umap/templates/umap/content.html,sha256=LdldCBhd7oLtt7Aceylq8CvMhpyhB_YxBnKAKCNpb5c,2850
401
401
  umap/templates/umap/content_footer.html,sha256=Lq9CK37V2iFxqOdgGWRsJcoQs8e3Ih5VlENbQ-izX84,724
402
- umap/templates/umap/css.html,sha256=gf2fB4JxWZJs1zrZhRRiVjnRQ9Jo2lQY-EtjdL2Z4kM,1463
402
+ umap/templates/umap/css.html,sha256=DVd5OC8nJhpe_BxlqboaZQ6kjUIUutQ-IoNW6F5eoTw,1465
403
403
  umap/templates/umap/footer.html,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
404
404
  umap/templates/umap/home.html,sha256=bKXvlOMGIYDnsrQ13kuZN36D3-fXX6yMpBLgFTFN2L4,632
405
- umap/templates/umap/js.html,sha256=TmAxgQIRVs_mfS7-ojBufXMQffkwwCpPVLR9uqmmpP0,4405
405
+ umap/templates/umap/js.html,sha256=RE372heNKsRFbqlh18wzAyclnT67-YbwSB-dnacGaak,3819
406
406
  umap/templates/umap/locale.js,sha256=AP-mSJQq5RyC3eNaBbk-sOsD80r0_qlvuK1afXdsVo4,112
407
407
  umap/templates/umap/login_popup_end.html,sha256=b6csbAW1-qZZYgF1RkwfNsGpqhYzzg3wRGbntTadj2U,571
408
- umap/templates/umap/map_detail.html,sha256=QshB46bhPMGpUNJBHZwMvWADCcEorY0g-B8uN9UfRHk,615
408
+ umap/templates/umap/map_detail.html,sha256=UIuZIuT1PoiQhxANtRPgwqfyZF2DVw3N-rf4XGXuTzU,563
409
409
  umap/templates/umap/map_fragment.html,sha256=8xbPbCmAnKUM4OfAChwYRSnPCiNtnntqfGr8ilMLbag,152
410
410
  umap/templates/umap/map_init.html,sha256=rBPfcku0u1Oajl9wtcsCTc4OHepNeFVjmweRpHWGks8,265
411
411
  umap/templates/umap/map_list.html,sha256=IArhrUe_2ILTpbI2sfmR89oqbqN5_7X2uFKtoqUwNGU,626
@@ -424,7 +424,7 @@ umap/templatetags/umap_tags.py,sha256=5V5xNk9e0QRhPLaSBXw-VhgK9TMqe4gaZoGfMqOU23
424
424
  umap/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
425
425
  umap/tests/base.py,sha256=gzgJOCgXNlDRAHkxYDuxeQc451t5WN-hOZmx7Xl9GI0,4202
426
426
  umap/tests/conftest.py,sha256=X-Yjm5b-yOjd1AVlcOIgsrIg0I5GXe4fj-sa37nxA7Y,1396
427
- umap/tests/settings.py,sha256=EuwTzb6mxoAQndiijoGXZJ45CPESb6GffopsP1TLFR8,632
427
+ umap/tests/settings.py,sha256=pAxOuESvyvthq_QkPDpC_p52_Aj91PpVNIKDNVcqPa0,706
428
428
  umap/tests/test_datalayer.py,sha256=1C2z0VACCime11CMbp9ehbj-knLpW8r6j72EQ_hKLU4,6322
429
429
  umap/tests/test_datalayer_views.py,sha256=cynpdApav2A8obsyThCgmlnjNkiehV3zcDpuYQra_oA,20527
430
430
  umap/tests/test_licence.py,sha256=BxNY3gdKhIoc2u5OPmAkmjCp0jJN-Jm-uPOfAZlpOHA,339
@@ -458,9 +458,10 @@ umap/tests/integration/test_map.py,sha256=ml0DGWUticmDossxrqC5-p2FdpoOrj6FlD5WmW
458
458
  umap/tests/integration/test_owned_map.py,sha256=pYnpJ5OZAo9ZyUNSOEHMharsWJw-6WmhaePYMO0GwQA,9035
459
459
  umap/tests/integration/test_picto.py,sha256=RUZDIfS9m8-cQUs4_ZUIJDCn_QplUHgRc644TZZ20zk,8465
460
460
  umap/tests/integration/test_slideshow.py,sha256=uLPw4SyhLgpqU4-jrTu5vKSqYuZG7hXjfY8JlEt1JkM,2020
461
+ umap/tests/integration/test_statics.py,sha256=8pPmFSnMhIBLzQvHb-rUzptk4goJzdPSXQwxj4rekT0,1353
461
462
  umap/tests/integration/test_tilelayer.py,sha256=S84Q7xsvKQcDAr05dpBog7qRCljqrSZCUu4x2WgTGCg,4139
462
- umap_project-1.14.0a0.dist-info/METADATA,sha256=EtA--m0wPDhlJMfGzhxyls3WzK99uq33j1Y-6jL65nM,2636
463
- umap_project-1.14.0a0.dist-info/WHEEL,sha256=mRYSEL3Ih6g5a_CVMIcwiF__0Ae4_gLYh01YFNwiq1k,87
464
- umap_project-1.14.0a0.dist-info/entry_points.txt,sha256=gz-KDQfEsMLBae8ABOD3foJsCYGPW1tA4Y394R_1RW8,39
465
- umap_project-1.14.0a0.dist-info/licenses/LICENSE,sha256=BtMQT5EWvEua8jhXIrm2qfP8dmRFsMqCrJtq4k9Pb34,482
466
- umap_project-1.14.0a0.dist-info/RECORD,,
463
+ umap_project-1.14.0a2.dist-info/METADATA,sha256=I6dclyHcdrgf7dCbtaN_jxOp0wi4kiBLFjflfGHrmtA,2596
464
+ umap_project-1.14.0a2.dist-info/WHEEL,sha256=mRYSEL3Ih6g5a_CVMIcwiF__0Ae4_gLYh01YFNwiq1k,87
465
+ umap_project-1.14.0a2.dist-info/entry_points.txt,sha256=gz-KDQfEsMLBae8ABOD3foJsCYGPW1tA4Y394R_1RW8,39
466
+ umap_project-1.14.0a2.dist-info/licenses/LICENSE,sha256=BtMQT5EWvEua8jhXIrm2qfP8dmRFsMqCrJtq4k9Pb34,482
467
+ umap_project-1.14.0a2.dist-info/RECORD,,