umap-project 3.0.4__py3-none-any.whl → 3.0.6__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 (164) hide show
  1. umap/__init__.py +1 -1
  2. umap/locale/el/LC_MESSAGES/django.mo +0 -0
  3. umap/locale/el/LC_MESSAGES/django.po +136 -56
  4. umap/locale/en/LC_MESSAGES/django.mo +0 -0
  5. umap/locale/en/LC_MESSAGES/django.po +18 -18
  6. umap/locale/es/LC_MESSAGES/django.mo +0 -0
  7. umap/locale/es/LC_MESSAGES/django.po +136 -56
  8. umap/locale/it/LC_MESSAGES/django.mo +0 -0
  9. umap/locale/it/LC_MESSAGES/django.po +143 -63
  10. umap/locale/nl/LC_MESSAGES/django.mo +0 -0
  11. umap/locale/nl/LC_MESSAGES/django.po +1 -1
  12. umap/models.py +1 -0
  13. umap/settings/base.py +1 -0
  14. umap/static/umap/css/bar.css +1 -1
  15. umap/static/umap/css/tooltip.css +13 -0
  16. umap/static/umap/js/modules/autocomplete.js +7 -8
  17. umap/static/umap/js/modules/browser.js +89 -94
  18. umap/static/umap/js/modules/caption.js +6 -4
  19. umap/static/umap/js/modules/data/features.js +1 -19
  20. umap/static/umap/js/modules/data/layer.js +100 -61
  21. umap/static/umap/js/modules/facets.js +1 -1
  22. umap/static/umap/js/modules/form/fields.js +1 -1
  23. umap/static/umap/js/modules/help.js +4 -0
  24. umap/static/umap/js/modules/importer.js +1 -1
  25. umap/static/umap/js/modules/managers.js +46 -0
  26. umap/static/umap/js/modules/permissions.js +1 -1
  27. umap/static/umap/js/modules/rendering/controls.js +251 -0
  28. umap/static/umap/js/modules/rendering/layers/heat.js +5 -0
  29. umap/static/umap/js/modules/rendering/map.js +21 -10
  30. umap/static/umap/js/modules/rendering/ui.js +0 -1
  31. umap/static/umap/js/modules/rules.js +56 -46
  32. umap/static/umap/js/modules/schema.js +5 -1
  33. umap/static/umap/js/modules/share.js +2 -2
  34. umap/static/umap/js/modules/slideshow.js +1 -1
  35. umap/static/umap/js/modules/sync/engine.js +23 -9
  36. umap/static/umap/js/modules/ui/bar.js +2 -2
  37. umap/static/umap/js/modules/ui/base.js +13 -0
  38. umap/static/umap/js/modules/umap.js +69 -111
  39. umap/static/umap/js/umap.controls.js +0 -310
  40. umap/static/umap/js/umap.core.js +0 -40
  41. umap/static/umap/locale/am_ET.js +8 -3
  42. umap/static/umap/locale/am_ET.json +8 -3
  43. umap/static/umap/locale/ar.js +8 -3
  44. umap/static/umap/locale/ar.json +8 -3
  45. umap/static/umap/locale/ast.js +8 -3
  46. umap/static/umap/locale/ast.json +8 -3
  47. umap/static/umap/locale/bg.js +8 -3
  48. umap/static/umap/locale/bg.json +8 -3
  49. umap/static/umap/locale/br.js +8 -3
  50. umap/static/umap/locale/br.json +8 -3
  51. umap/static/umap/locale/ca.js +20 -17
  52. umap/static/umap/locale/ca.json +20 -17
  53. umap/static/umap/locale/cs_CZ.js +5 -2
  54. umap/static/umap/locale/cs_CZ.json +5 -2
  55. umap/static/umap/locale/da.js +8 -3
  56. umap/static/umap/locale/da.json +8 -3
  57. umap/static/umap/locale/de.js +5 -2
  58. umap/static/umap/locale/de.json +5 -2
  59. umap/static/umap/locale/el.js +92 -87
  60. umap/static/umap/locale/el.json +92 -87
  61. umap/static/umap/locale/en.js +6 -2
  62. umap/static/umap/locale/en.json +6 -2
  63. umap/static/umap/locale/en_US.json +8 -3
  64. umap/static/umap/locale/es.js +18 -15
  65. umap/static/umap/locale/es.json +18 -15
  66. umap/static/umap/locale/et.js +8 -3
  67. umap/static/umap/locale/et.json +8 -3
  68. umap/static/umap/locale/eu.js +5 -2
  69. umap/static/umap/locale/eu.json +5 -2
  70. umap/static/umap/locale/fa_IR.js +5 -2
  71. umap/static/umap/locale/fa_IR.json +5 -2
  72. umap/static/umap/locale/fi.js +8 -3
  73. umap/static/umap/locale/fi.json +8 -3
  74. umap/static/umap/locale/fr.js +5 -2
  75. umap/static/umap/locale/fr.json +5 -2
  76. umap/static/umap/locale/gl.js +5 -2
  77. umap/static/umap/locale/gl.json +5 -2
  78. umap/static/umap/locale/he.js +8 -3
  79. umap/static/umap/locale/he.json +8 -3
  80. umap/static/umap/locale/hr.js +8 -3
  81. umap/static/umap/locale/hr.json +8 -3
  82. umap/static/umap/locale/hu.js +5 -2
  83. umap/static/umap/locale/hu.json +5 -2
  84. umap/static/umap/locale/id.js +8 -3
  85. umap/static/umap/locale/id.json +8 -3
  86. umap/static/umap/locale/is.js +8 -3
  87. umap/static/umap/locale/is.json +8 -3
  88. umap/static/umap/locale/it.js +5 -2
  89. umap/static/umap/locale/it.json +5 -2
  90. umap/static/umap/locale/ja.js +8 -3
  91. umap/static/umap/locale/ja.json +8 -3
  92. umap/static/umap/locale/ko.js +8 -3
  93. umap/static/umap/locale/ko.json +8 -3
  94. umap/static/umap/locale/lt.js +8 -3
  95. umap/static/umap/locale/lt.json +8 -3
  96. umap/static/umap/locale/ms.js +8 -3
  97. umap/static/umap/locale/ms.json +8 -3
  98. umap/static/umap/locale/nl.js +7 -4
  99. umap/static/umap/locale/nl.json +7 -4
  100. umap/static/umap/locale/no.js +8 -3
  101. umap/static/umap/locale/no.json +8 -3
  102. umap/static/umap/locale/pl.js +8 -3
  103. umap/static/umap/locale/pl.json +8 -3
  104. umap/static/umap/locale/pl_PL.json +8 -3
  105. umap/static/umap/locale/pt.js +5 -2
  106. umap/static/umap/locale/pt.json +5 -2
  107. umap/static/umap/locale/pt_BR.js +8 -3
  108. umap/static/umap/locale/pt_BR.json +8 -3
  109. umap/static/umap/locale/pt_PT.js +5 -2
  110. umap/static/umap/locale/pt_PT.json +5 -2
  111. umap/static/umap/locale/ro.js +8 -3
  112. umap/static/umap/locale/ro.json +8 -3
  113. umap/static/umap/locale/ru.js +8 -3
  114. umap/static/umap/locale/ru.json +8 -3
  115. umap/static/umap/locale/sk_SK.js +8 -3
  116. umap/static/umap/locale/sk_SK.json +8 -3
  117. umap/static/umap/locale/sl.js +8 -3
  118. umap/static/umap/locale/sl.json +8 -3
  119. umap/static/umap/locale/sr.js +8 -3
  120. umap/static/umap/locale/sr.json +8 -3
  121. umap/static/umap/locale/sv.js +8 -3
  122. umap/static/umap/locale/sv.json +8 -3
  123. umap/static/umap/locale/th_TH.js +8 -3
  124. umap/static/umap/locale/th_TH.json +8 -3
  125. umap/static/umap/locale/tr.js +8 -3
  126. umap/static/umap/locale/tr.json +8 -3
  127. umap/static/umap/locale/uk_UA.js +8 -3
  128. umap/static/umap/locale/uk_UA.json +8 -3
  129. umap/static/umap/locale/vi.js +8 -3
  130. umap/static/umap/locale/vi.json +8 -3
  131. umap/static/umap/locale/vi_VN.json +8 -3
  132. umap/static/umap/locale/zh.js +8 -3
  133. umap/static/umap/locale/zh.json +8 -3
  134. umap/static/umap/locale/zh_CN.json +8 -3
  135. umap/static/umap/locale/zh_TW.Big5.json +8 -3
  136. umap/static/umap/locale/zh_TW.js +5 -2
  137. umap/static/umap/locale/zh_TW.json +5 -2
  138. umap/static/umap/map.css +9 -31
  139. umap/static/umap/vendors/togeojson/togeojson.es.js +350 -177
  140. umap/static/umap/vendors/togeojson/togeojson.es.mjs.map +1 -1
  141. umap/templates/umap/design_system.html +355 -0
  142. umap/templates/umap/map_init.html +3 -1
  143. umap/tests/base.py +2 -2
  144. umap/tests/fixtures/heatmap_data.json +1044 -0
  145. umap/tests/integration/test_basics.py +9 -1
  146. umap/tests/integration/test_browser.py +3 -3
  147. umap/tests/integration/test_conditional_rules.py +2 -2
  148. umap/tests/integration/test_datalayer.py +0 -1
  149. umap/tests/integration/test_edit_map.py +7 -7
  150. umap/tests/integration/test_facets_browser.py +2 -2
  151. umap/tests/integration/test_heatmap.py +41 -0
  152. umap/tests/integration/test_import.py +58 -1
  153. umap/tests/integration/test_map.py +7 -8
  154. umap/tests/integration/test_optimistic_merge.py +12 -4
  155. umap/tests/integration/test_querystring.py +1 -1
  156. umap/tests/integration/test_remote_data.py +79 -0
  157. umap/tests/integration/test_websocket_sync.py +2 -2
  158. umap/urls.py +1 -0
  159. umap/views.py +8 -1
  160. {umap_project-3.0.4.dist-info → umap_project-3.0.6.dist-info}/METADATA +11 -11
  161. {umap_project-3.0.4.dist-info → umap_project-3.0.6.dist-info}/RECORD +164 -158
  162. {umap_project-3.0.4.dist-info → umap_project-3.0.6.dist-info}/WHEEL +0 -0
  163. {umap_project-3.0.4.dist-info → umap_project-3.0.6.dist-info}/entry_points.txt +0 -0
  164. {umap_project-3.0.4.dist-info → umap_project-3.0.6.dist-info}/licenses/LICENSE +0 -0
@@ -45,7 +45,6 @@
45
45
  "Cache proxied request": "Almacenar en caché la solicitud de proxy",
46
46
  "Caption": "Leyenda",
47
47
  "Center map on your location": "Centrar el mapa en tu ubicación",
48
- "Change map background": "Cambiar el fondo del mapa",
49
48
  "Change tilelayers": "Cambiar capas de teselas",
50
49
  "Change": "Cambiar",
51
50
  "Choose the data format": "Elegir el formato de datos",
@@ -526,19 +525,23 @@
526
525
  "Default longitude": "Longitud predeterminada",
527
526
  "Edit map default view": "Editar vista predeterminada del mapa",
528
527
  "Use current center and zoom": "Usar el centro y zoom actuales",
529
- "Layer permalink": "Layer permalink",
530
- "Back to home": "Back to home",
531
- "Home logo": "Home logo",
532
- "Add this geometry to my map": "Add this geometry to my map",
533
- "Add this place to my map": "Add this place to my map",
534
- "Cancel last edit": "Cancel last edit",
535
- "Redo last edit": "Redo last edit",
536
- "Links": "Links",
537
- "Images": "Images",
528
+ "Layer permalink": "Enlace permanente de la capa",
529
+ "Back to home": "Volver al inicio",
530
+ "Home logo": "Logo de inicio",
531
+ "Add this geometry to my map": "Agregar esta geometría a mi mapa",
532
+ "Add this place to my map": "Agregar este lugar a mi mapa",
533
+ "Cancel last edit": "Cancelar la última edición",
534
+ "Redo last edit": "Rehacer la última edición",
535
+ "Links": "Enlaces",
536
+ "Images": "Imágenes",
538
537
  "Iframes": "Iframes",
539
- "Tags": "Tags",
540
- "Geocode": "Geocode",
541
- "Display the back to home icon": "Display the back to home icon",
542
- "Do you want to display layer switcher in caption bar?": "Do you want to display layer switcher in caption bar?",
543
- "Simplify all geometries to points": "Simplify all geometries to points"
538
+ "Tags": "Etiquetas",
539
+ "Geocode": "Geocodificar",
540
+ "Display the back to home icon": "Mostrar el ícono de volver al inicio",
541
+ "Do you want to display layer switcher in caption bar?": "¿Quieres mostrar el selector de capas en la barra de título?",
542
+ "Simplify all geometries to points": "Simplificar todas las geometrías a puntos",
543
+ "Back to list": "Back to list",
544
+ "Toggle rule": "Toggle rule",
545
+ "Delete rule": "Delete rule",
546
+ "Cannot save layer, please try again in a few minutes.": "Cannot save layer, please try again in a few minutes."
544
547
  }
@@ -45,7 +45,6 @@ const locale = {
45
45
  "Cache proxied request": "Cache proxied request",
46
46
  "Caption": "Legend",
47
47
  "Center map on your location": "Sea oma asukoht keskpunktiks",
48
- "Change map background": "Vaheta kaardi taust",
49
48
  "Change tilelayers": "Vaheta kaardi taust",
50
49
  "Change": "Change",
51
50
  "Choose the data format": "Vali andmevorming",
@@ -457,7 +456,6 @@ const locale = {
457
456
  "Choose this dataset": "Choose this dataset",
458
457
  "GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap",
459
458
  "Choose a theme": "Choose a theme",
460
- "Symplify all geometries to points": "Symplify all geometries to points",
461
459
  "Choose this data": "Choose this data",
462
460
  "Search admin boundary": "Search admin boundary",
463
461
  "Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.",
@@ -538,7 +536,14 @@ const locale = {
538
536
  "Images": "Images",
539
537
  "Iframes": "Iframes",
540
538
  "Tags": "Tags",
541
- "Geocode": "Geocode"
539
+ "Geocode": "Geocode",
540
+ "Display the back to home icon": "Display the back to home icon",
541
+ "Do you want to display layer switcher in caption bar?": "Do you want to display layer switcher in caption bar?",
542
+ "Simplify all geometries to points": "Simplify all geometries to points",
543
+ "Back to list": "Back to list",
544
+ "Toggle rule": "Toggle rule",
545
+ "Delete rule": "Delete rule",
546
+ "Cannot save layer, please try again in a few minutes.": "Cannot save layer, please try again in a few minutes."
542
547
  }
543
548
  L.registerLocale("et", locale)
544
549
  L.setLocale("et")
@@ -45,7 +45,6 @@
45
45
  "Cache proxied request": "Cache proxied request",
46
46
  "Caption": "Legend",
47
47
  "Center map on your location": "Sea oma asukoht keskpunktiks",
48
- "Change map background": "Vaheta kaardi taust",
49
48
  "Change tilelayers": "Vaheta kaardi taust",
50
49
  "Change": "Change",
51
50
  "Choose the data format": "Vali andmevorming",
@@ -457,7 +456,6 @@
457
456
  "Choose this dataset": "Choose this dataset",
458
457
  "GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap",
459
458
  "Choose a theme": "Choose a theme",
460
- "Symplify all geometries to points": "Symplify all geometries to points",
461
459
  "Choose this data": "Choose this data",
462
460
  "Search admin boundary": "Search admin boundary",
463
461
  "Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.",
@@ -538,5 +536,12 @@
538
536
  "Images": "Images",
539
537
  "Iframes": "Iframes",
540
538
  "Tags": "Tags",
541
- "Geocode": "Geocode"
539
+ "Geocode": "Geocode",
540
+ "Display the back to home icon": "Display the back to home icon",
541
+ "Do you want to display layer switcher in caption bar?": "Do you want to display layer switcher in caption bar?",
542
+ "Simplify all geometries to points": "Simplify all geometries to points",
543
+ "Back to list": "Back to list",
544
+ "Toggle rule": "Toggle rule",
545
+ "Delete rule": "Delete rule",
546
+ "Cannot save layer, please try again in a few minutes.": "Cannot save layer, please try again in a few minutes."
542
547
  }
@@ -45,7 +45,6 @@ const locale = {
45
45
  "Cache proxied request": "Cache proxy eskaera",
46
46
  "Caption": "Testua",
47
47
  "Center map on your location": "Zentratu mapa zure kokapenean",
48
- "Change map background": "Aldatu maparen atzeko planoa",
49
48
  "Change tilelayers": "Aldatu lauzen geruza",
50
49
  "Change": "Aldatu",
51
50
  "Choose the data format": "Aukeratu data-formatua",
@@ -540,7 +539,11 @@ const locale = {
540
539
  "Geocode": "Geocode",
541
540
  "Display the back to home icon": "Display the back to home icon",
542
541
  "Do you want to display layer switcher in caption bar?": "Do you want to display layer switcher in caption bar?",
543
- "Simplify all geometries to points": "Simplify all geometries to points"
542
+ "Simplify all geometries to points": "Simplify all geometries to points",
543
+ "Back to list": "Back to list",
544
+ "Toggle rule": "Toggle rule",
545
+ "Delete rule": "Delete rule",
546
+ "Cannot save layer, please try again in a few minutes.": "Cannot save layer, please try again in a few minutes."
544
547
  }
545
548
  L.registerLocale("eu", locale)
546
549
  L.setLocale("eu")
@@ -45,7 +45,6 @@
45
45
  "Cache proxied request": "Cache proxy eskaera",
46
46
  "Caption": "Testua",
47
47
  "Center map on your location": "Zentratu mapa zure kokapenean",
48
- "Change map background": "Aldatu maparen atzeko planoa",
49
48
  "Change tilelayers": "Aldatu lauzen geruza",
50
49
  "Change": "Aldatu",
51
50
  "Choose the data format": "Aukeratu data-formatua",
@@ -540,5 +539,9 @@
540
539
  "Geocode": "Geocode",
541
540
  "Display the back to home icon": "Display the back to home icon",
542
541
  "Do you want to display layer switcher in caption bar?": "Do you want to display layer switcher in caption bar?",
543
- "Simplify all geometries to points": "Simplify all geometries to points"
542
+ "Simplify all geometries to points": "Simplify all geometries to points",
543
+ "Back to list": "Back to list",
544
+ "Toggle rule": "Toggle rule",
545
+ "Delete rule": "Delete rule",
546
+ "Cannot save layer, please try again in a few minutes.": "Cannot save layer, please try again in a few minutes."
544
547
  }
@@ -45,7 +45,6 @@ const locale = {
45
45
  "Cache proxied request": "حفظ موقت درخواست پراکسی‌شده",
46
46
  "Caption": "درباره",
47
47
  "Center map on your location": "تنظیم مرکز نقشه روی موقعیت شما",
48
- "Change map background": "تغییر پس‌زمینهٔ نقشه",
49
48
  "Change tilelayers": "لایهٔ کاشی را تغییر دهید",
50
49
  "Change": "تغییر",
51
50
  "Choose the data format": "قالب داده را انتخاب کنید",
@@ -540,7 +539,11 @@ const locale = {
540
539
  "Geocode": "Geocode",
541
540
  "Display the back to home icon": "Display the back to home icon",
542
541
  "Do you want to display layer switcher in caption bar?": "Do you want to display layer switcher in caption bar?",
543
- "Simplify all geometries to points": "Simplify all geometries to points"
542
+ "Simplify all geometries to points": "Simplify all geometries to points",
543
+ "Back to list": "Back to list",
544
+ "Toggle rule": "Toggle rule",
545
+ "Delete rule": "Delete rule",
546
+ "Cannot save layer, please try again in a few minutes.": "Cannot save layer, please try again in a few minutes."
544
547
  }
545
548
  L.registerLocale("fa_IR", locale)
546
549
  L.setLocale("fa_IR")
@@ -45,7 +45,6 @@
45
45
  "Cache proxied request": "حفظ موقت درخواست پراکسی‌شده",
46
46
  "Caption": "درباره",
47
47
  "Center map on your location": "تنظیم مرکز نقشه روی موقعیت شما",
48
- "Change map background": "تغییر پس‌زمینهٔ نقشه",
49
48
  "Change tilelayers": "لایهٔ کاشی را تغییر دهید",
50
49
  "Change": "تغییر",
51
50
  "Choose the data format": "قالب داده را انتخاب کنید",
@@ -540,5 +539,9 @@
540
539
  "Geocode": "Geocode",
541
540
  "Display the back to home icon": "Display the back to home icon",
542
541
  "Do you want to display layer switcher in caption bar?": "Do you want to display layer switcher in caption bar?",
543
- "Simplify all geometries to points": "Simplify all geometries to points"
542
+ "Simplify all geometries to points": "Simplify all geometries to points",
543
+ "Back to list": "Back to list",
544
+ "Toggle rule": "Toggle rule",
545
+ "Delete rule": "Delete rule",
546
+ "Cannot save layer, please try again in a few minutes.": "Cannot save layer, please try again in a few minutes."
544
547
  }
@@ -45,7 +45,6 @@ const locale = {
45
45
  "Cache proxied request": "Cache proxied request",
46
46
  "Caption": "Kuvateksti",
47
47
  "Center map on your location": "Keskitä kartta sijaintiisi",
48
- "Change map background": "Vaihda taustakarttaa",
49
48
  "Change tilelayers": "Muuta karttavaihtoehtoja",
50
49
  "Change": "Change",
51
50
  "Choose the data format": "Valitse päivämäärän muoto",
@@ -457,7 +456,6 @@ const locale = {
457
456
  "Choose this dataset": "Choose this dataset",
458
457
  "GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap",
459
458
  "Choose a theme": "Choose a theme",
460
- "Symplify all geometries to points": "Symplify all geometries to points",
461
459
  "Choose this data": "Choose this data",
462
460
  "Search admin boundary": "Search admin boundary",
463
461
  "Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.",
@@ -538,7 +536,14 @@ const locale = {
538
536
  "Images": "Images",
539
537
  "Iframes": "Iframes",
540
538
  "Tags": "Tags",
541
- "Geocode": "Geocode"
539
+ "Geocode": "Geocode",
540
+ "Display the back to home icon": "Display the back to home icon",
541
+ "Do you want to display layer switcher in caption bar?": "Do you want to display layer switcher in caption bar?",
542
+ "Simplify all geometries to points": "Simplify all geometries to points",
543
+ "Back to list": "Back to list",
544
+ "Toggle rule": "Toggle rule",
545
+ "Delete rule": "Delete rule",
546
+ "Cannot save layer, please try again in a few minutes.": "Cannot save layer, please try again in a few minutes."
542
547
  }
543
548
  L.registerLocale("fi", locale)
544
549
  L.setLocale("fi")
@@ -45,7 +45,6 @@
45
45
  "Cache proxied request": "Cache proxied request",
46
46
  "Caption": "Kuvateksti",
47
47
  "Center map on your location": "Keskitä kartta sijaintiisi",
48
- "Change map background": "Vaihda taustakarttaa",
49
48
  "Change tilelayers": "Muuta karttavaihtoehtoja",
50
49
  "Change": "Change",
51
50
  "Choose the data format": "Valitse päivämäärän muoto",
@@ -457,7 +456,6 @@
457
456
  "Choose this dataset": "Choose this dataset",
458
457
  "GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap",
459
458
  "Choose a theme": "Choose a theme",
460
- "Symplify all geometries to points": "Symplify all geometries to points",
461
459
  "Choose this data": "Choose this data",
462
460
  "Search admin boundary": "Search admin boundary",
463
461
  "Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.",
@@ -538,5 +536,12 @@
538
536
  "Images": "Images",
539
537
  "Iframes": "Iframes",
540
538
  "Tags": "Tags",
541
- "Geocode": "Geocode"
539
+ "Geocode": "Geocode",
540
+ "Display the back to home icon": "Display the back to home icon",
541
+ "Do you want to display layer switcher in caption bar?": "Do you want to display layer switcher in caption bar?",
542
+ "Simplify all geometries to points": "Simplify all geometries to points",
543
+ "Back to list": "Back to list",
544
+ "Toggle rule": "Toggle rule",
545
+ "Delete rule": "Delete rule",
546
+ "Cannot save layer, please try again in a few minutes.": "Cannot save layer, please try again in a few minutes."
542
547
  }
@@ -45,7 +45,6 @@ const locale = {
45
45
  "Cache proxied request": "Cacher la requête avec proxy",
46
46
  "Caption": "Légende",
47
47
  "Center map on your location": "Centrer la carte sur votre position",
48
- "Change map background": "Changer le fond de carte",
49
48
  "Change tilelayers": "Changer le fond de carte",
50
49
  "Change": "Modifier",
51
50
  "Choose the data format": "Choisir le format des données",
@@ -540,7 +539,11 @@ const locale = {
540
539
  "Geocode": "Géocoder",
541
540
  "Display the back to home icon": "Afficher le bouton de retour à l'accueil",
542
541
  "Do you want to display layer switcher in caption bar?": "Afficher un sélecteur de calques dans la barre de légende ?",
543
- "Simplify all geometries to points": "Simplifier les géométries en points"
542
+ "Simplify all geometries to points": "Simplifier les géométries en points",
543
+ "Back to list": "Retour à la liste",
544
+ "Toggle rule": "Permuter la règle",
545
+ "Delete rule": "Supprimer la règle",
546
+ "Cannot save layer, please try again in a few minutes.": "Impossible d'enregistrer le calque, veuillez réessayer dans quelques minutes."
544
547
  }
545
548
  L.registerLocale("fr", locale)
546
549
  L.setLocale("fr")
@@ -45,7 +45,6 @@
45
45
  "Cache proxied request": "Cacher la requête avec proxy",
46
46
  "Caption": "Légende",
47
47
  "Center map on your location": "Centrer la carte sur votre position",
48
- "Change map background": "Changer le fond de carte",
49
48
  "Change tilelayers": "Changer le fond de carte",
50
49
  "Change": "Modifier",
51
50
  "Choose the data format": "Choisir le format des données",
@@ -540,5 +539,9 @@
540
539
  "Geocode": "Géocoder",
541
540
  "Display the back to home icon": "Afficher le bouton de retour à l'accueil",
542
541
  "Do you want to display layer switcher in caption bar?": "Afficher un sélecteur de calques dans la barre de légende ?",
543
- "Simplify all geometries to points": "Simplifier les géométries en points"
542
+ "Simplify all geometries to points": "Simplifier les géométries en points",
543
+ "Back to list": "Retour à la liste",
544
+ "Toggle rule": "Permuter la règle",
545
+ "Delete rule": "Supprimer la règle",
546
+ "Cannot save layer, please try again in a few minutes.": "Impossible d'enregistrer le calque, veuillez réessayer dans quelques minutes."
544
547
  }
@@ -45,7 +45,6 @@ const locale = {
45
45
  "Cache proxied request": "Solicitude de proxy da memoria tobo",
46
46
  "Caption": "Lenda",
47
47
  "Center map on your location": "Centrar o mapa na túa posición",
48
- "Change map background": "Cambiar o mapa do fondo",
49
48
  "Change tilelayers": "Cambiar as capas de teselas",
50
49
  "Change": "Cambiar",
51
50
  "Choose the data format": "Escoller o formato de datos",
@@ -540,7 +539,11 @@ const locale = {
540
539
  "Geocode": "Geocode",
541
540
  "Display the back to home icon": "Display the back to home icon",
542
541
  "Do you want to display layer switcher in caption bar?": "Do you want to display layer switcher in caption bar?",
543
- "Simplify all geometries to points": "Simplify all geometries to points"
542
+ "Simplify all geometries to points": "Simplify all geometries to points",
543
+ "Back to list": "Back to list",
544
+ "Toggle rule": "Toggle rule",
545
+ "Delete rule": "Delete rule",
546
+ "Cannot save layer, please try again in a few minutes.": "Cannot save layer, please try again in a few minutes."
544
547
  }
545
548
  L.registerLocale("gl", locale)
546
549
  L.setLocale("gl")
@@ -45,7 +45,6 @@
45
45
  "Cache proxied request": "Solicitude de proxy da memoria tobo",
46
46
  "Caption": "Lenda",
47
47
  "Center map on your location": "Centrar o mapa na túa posición",
48
- "Change map background": "Cambiar o mapa do fondo",
49
48
  "Change tilelayers": "Cambiar as capas de teselas",
50
49
  "Change": "Cambiar",
51
50
  "Choose the data format": "Escoller o formato de datos",
@@ -540,5 +539,9 @@
540
539
  "Geocode": "Geocode",
541
540
  "Display the back to home icon": "Display the back to home icon",
542
541
  "Do you want to display layer switcher in caption bar?": "Do you want to display layer switcher in caption bar?",
543
- "Simplify all geometries to points": "Simplify all geometries to points"
542
+ "Simplify all geometries to points": "Simplify all geometries to points",
543
+ "Back to list": "Back to list",
544
+ "Toggle rule": "Toggle rule",
545
+ "Delete rule": "Delete rule",
546
+ "Cannot save layer, please try again in a few minutes.": "Cannot save layer, please try again in a few minutes."
544
547
  }
@@ -45,7 +45,6 @@ const locale = {
45
45
  "Cache proxied request": "שמירת בקשות שעברו דרך המתווך במטמון",
46
46
  "Caption": "כותרת",
47
47
  "Center map on your location": "מרכוז המפה על המיקום שלך",
48
- "Change map background": "החלפת רקע המפה",
49
48
  "Change tilelayers": "החלפת שכבות אריחים",
50
49
  "Change": "Change",
51
50
  "Choose the data format": "נא לבחור את מבנה הנתונים",
@@ -457,7 +456,6 @@ const locale = {
457
456
  "Choose this dataset": "Choose this dataset",
458
457
  "GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap",
459
458
  "Choose a theme": "Choose a theme",
460
- "Symplify all geometries to points": "Symplify all geometries to points",
461
459
  "Choose this data": "Choose this data",
462
460
  "Search admin boundary": "Search admin boundary",
463
461
  "Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.",
@@ -538,7 +536,14 @@ const locale = {
538
536
  "Images": "Images",
539
537
  "Iframes": "Iframes",
540
538
  "Tags": "Tags",
541
- "Geocode": "Geocode"
539
+ "Geocode": "Geocode",
540
+ "Display the back to home icon": "Display the back to home icon",
541
+ "Do you want to display layer switcher in caption bar?": "Do you want to display layer switcher in caption bar?",
542
+ "Simplify all geometries to points": "Simplify all geometries to points",
543
+ "Back to list": "Back to list",
544
+ "Toggle rule": "Toggle rule",
545
+ "Delete rule": "Delete rule",
546
+ "Cannot save layer, please try again in a few minutes.": "Cannot save layer, please try again in a few minutes."
542
547
  }
543
548
  L.registerLocale("he", locale)
544
549
  L.setLocale("he")
@@ -45,7 +45,6 @@
45
45
  "Cache proxied request": "שמירת בקשות שעברו דרך המתווך במטמון",
46
46
  "Caption": "כותרת",
47
47
  "Center map on your location": "מרכוז המפה על המיקום שלך",
48
- "Change map background": "החלפת רקע המפה",
49
48
  "Change tilelayers": "החלפת שכבות אריחים",
50
49
  "Change": "Change",
51
50
  "Choose the data format": "נא לבחור את מבנה הנתונים",
@@ -457,7 +456,6 @@
457
456
  "Choose this dataset": "Choose this dataset",
458
457
  "GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap",
459
458
  "Choose a theme": "Choose a theme",
460
- "Symplify all geometries to points": "Symplify all geometries to points",
461
459
  "Choose this data": "Choose this data",
462
460
  "Search admin boundary": "Search admin boundary",
463
461
  "Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.",
@@ -538,5 +536,12 @@
538
536
  "Images": "Images",
539
537
  "Iframes": "Iframes",
540
538
  "Tags": "Tags",
541
- "Geocode": "Geocode"
539
+ "Geocode": "Geocode",
540
+ "Display the back to home icon": "Display the back to home icon",
541
+ "Do you want to display layer switcher in caption bar?": "Do you want to display layer switcher in caption bar?",
542
+ "Simplify all geometries to points": "Simplify all geometries to points",
543
+ "Back to list": "Back to list",
544
+ "Toggle rule": "Toggle rule",
545
+ "Delete rule": "Delete rule",
546
+ "Cannot save layer, please try again in a few minutes.": "Cannot save layer, please try again in a few minutes."
542
547
  }
@@ -45,7 +45,6 @@ const locale = {
45
45
  "Cache proxied request": "Cache proxied request",
46
46
  "Caption": "Napomena",
47
47
  "Center map on your location": "Center map on your location",
48
- "Change map background": "Promjeni pozadinu karte",
49
48
  "Change tilelayers": "Promeni naslov layera",
50
49
  "Change": "Change",
51
50
  "Choose the data format": "Odaberi format datuma",
@@ -457,7 +456,6 @@ const locale = {
457
456
  "Choose this dataset": "Choose this dataset",
458
457
  "GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap",
459
458
  "Choose a theme": "Choose a theme",
460
- "Symplify all geometries to points": "Symplify all geometries to points",
461
459
  "Choose this data": "Choose this data",
462
460
  "Search admin boundary": "Search admin boundary",
463
461
  "Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.",
@@ -538,7 +536,14 @@ const locale = {
538
536
  "Images": "Images",
539
537
  "Iframes": "Iframes",
540
538
  "Tags": "Tags",
541
- "Geocode": "Geocode"
539
+ "Geocode": "Geocode",
540
+ "Display the back to home icon": "Display the back to home icon",
541
+ "Do you want to display layer switcher in caption bar?": "Do you want to display layer switcher in caption bar?",
542
+ "Simplify all geometries to points": "Simplify all geometries to points",
543
+ "Back to list": "Back to list",
544
+ "Toggle rule": "Toggle rule",
545
+ "Delete rule": "Delete rule",
546
+ "Cannot save layer, please try again in a few minutes.": "Cannot save layer, please try again in a few minutes."
542
547
  }
543
548
  L.registerLocale("hr", locale)
544
549
  L.setLocale("hr")
@@ -45,7 +45,6 @@
45
45
  "Cache proxied request": "Cache proxied request",
46
46
  "Caption": "Napomena",
47
47
  "Center map on your location": "Center map on your location",
48
- "Change map background": "Promjeni pozadinu karte",
49
48
  "Change tilelayers": "Promeni naslov layera",
50
49
  "Change": "Change",
51
50
  "Choose the data format": "Odaberi format datuma",
@@ -457,7 +456,6 @@
457
456
  "Choose this dataset": "Choose this dataset",
458
457
  "GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap",
459
458
  "Choose a theme": "Choose a theme",
460
- "Symplify all geometries to points": "Symplify all geometries to points",
461
459
  "Choose this data": "Choose this data",
462
460
  "Search admin boundary": "Search admin boundary",
463
461
  "Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.",
@@ -538,5 +536,12 @@
538
536
  "Images": "Images",
539
537
  "Iframes": "Iframes",
540
538
  "Tags": "Tags",
541
- "Geocode": "Geocode"
539
+ "Geocode": "Geocode",
540
+ "Display the back to home icon": "Display the back to home icon",
541
+ "Do you want to display layer switcher in caption bar?": "Do you want to display layer switcher in caption bar?",
542
+ "Simplify all geometries to points": "Simplify all geometries to points",
543
+ "Back to list": "Back to list",
544
+ "Toggle rule": "Toggle rule",
545
+ "Delete rule": "Delete rule",
546
+ "Cannot save layer, please try again in a few minutes.": "Cannot save layer, please try again in a few minutes."
542
547
  }
@@ -45,7 +45,6 @@ const locale = {
45
45
  "Cache proxied request": "Proxy keresztül továbbított gyorsítótárkérés",
46
46
  "Caption": "Leírás",
47
47
  "Center map on your location": "A térkép közepének igazítása a saját pozícióhoz",
48
- "Change map background": "Térkép hátterének módosítása",
49
48
  "Change tilelayers": "Mozaikrétegek módosítása",
50
49
  "Change": "Módosítás",
51
50
  "Choose the data format": "Adatformátum kiválasztása",
@@ -540,7 +539,11 @@ const locale = {
540
539
  "Geocode": "Geocode",
541
540
  "Display the back to home icon": "Display the back to home icon",
542
541
  "Do you want to display layer switcher in caption bar?": "Do you want to display layer switcher in caption bar?",
543
- "Simplify all geometries to points": "Simplify all geometries to points"
542
+ "Simplify all geometries to points": "Simplify all geometries to points",
543
+ "Back to list": "Back to list",
544
+ "Toggle rule": "Toggle rule",
545
+ "Delete rule": "Delete rule",
546
+ "Cannot save layer, please try again in a few minutes.": "Cannot save layer, please try again in a few minutes."
544
547
  }
545
548
  L.registerLocale("hu", locale)
546
549
  L.setLocale("hu")
@@ -45,7 +45,6 @@
45
45
  "Cache proxied request": "Proxy keresztül továbbított gyorsítótárkérés",
46
46
  "Caption": "Leírás",
47
47
  "Center map on your location": "A térkép közepének igazítása a saját pozícióhoz",
48
- "Change map background": "Térkép hátterének módosítása",
49
48
  "Change tilelayers": "Mozaikrétegek módosítása",
50
49
  "Change": "Módosítás",
51
50
  "Choose the data format": "Adatformátum kiválasztása",
@@ -540,5 +539,9 @@
540
539
  "Geocode": "Geocode",
541
540
  "Display the back to home icon": "Display the back to home icon",
542
541
  "Do you want to display layer switcher in caption bar?": "Do you want to display layer switcher in caption bar?",
543
- "Simplify all geometries to points": "Simplify all geometries to points"
542
+ "Simplify all geometries to points": "Simplify all geometries to points",
543
+ "Back to list": "Back to list",
544
+ "Toggle rule": "Toggle rule",
545
+ "Delete rule": "Delete rule",
546
+ "Cannot save layer, please try again in a few minutes.": "Cannot save layer, please try again in a few minutes."
544
547
  }
@@ -45,7 +45,6 @@ const locale = {
45
45
  "Cache proxied request": "Cache proxied request",
46
46
  "Caption": "Caption",
47
47
  "Center map on your location": "Center map on your location",
48
- "Change map background": "Change map background",
49
48
  "Change tilelayers": "Change tilelayers",
50
49
  "Change": "Change",
51
50
  "Choose the data format": "Choose the data format",
@@ -457,7 +456,6 @@ const locale = {
457
456
  "Choose this dataset": "Choose this dataset",
458
457
  "GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap",
459
458
  "Choose a theme": "Choose a theme",
460
- "Symplify all geometries to points": "Symplify all geometries to points",
461
459
  "Choose this data": "Choose this data",
462
460
  "Search admin boundary": "Search admin boundary",
463
461
  "Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.",
@@ -538,7 +536,14 @@ const locale = {
538
536
  "Images": "Images",
539
537
  "Iframes": "Iframes",
540
538
  "Tags": "Tags",
541
- "Geocode": "Geocode"
539
+ "Geocode": "Geocode",
540
+ "Display the back to home icon": "Display the back to home icon",
541
+ "Do you want to display layer switcher in caption bar?": "Do you want to display layer switcher in caption bar?",
542
+ "Simplify all geometries to points": "Simplify all geometries to points",
543
+ "Back to list": "Back to list",
544
+ "Toggle rule": "Toggle rule",
545
+ "Delete rule": "Delete rule",
546
+ "Cannot save layer, please try again in a few minutes.": "Cannot save layer, please try again in a few minutes."
542
547
  }
543
548
  L.registerLocale("id", locale)
544
549
  L.setLocale("id")
@@ -45,7 +45,6 @@
45
45
  "Cache proxied request": "Cache proxied request",
46
46
  "Caption": "Caption",
47
47
  "Center map on your location": "Center map on your location",
48
- "Change map background": "Change map background",
49
48
  "Change tilelayers": "Change tilelayers",
50
49
  "Change": "Change",
51
50
  "Choose the data format": "Choose the data format",
@@ -457,7 +456,6 @@
457
456
  "Choose this dataset": "Choose this dataset",
458
457
  "GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap",
459
458
  "Choose a theme": "Choose a theme",
460
- "Symplify all geometries to points": "Symplify all geometries to points",
461
459
  "Choose this data": "Choose this data",
462
460
  "Search admin boundary": "Search admin boundary",
463
461
  "Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.",
@@ -538,5 +536,12 @@
538
536
  "Images": "Images",
539
537
  "Iframes": "Iframes",
540
538
  "Tags": "Tags",
541
- "Geocode": "Geocode"
539
+ "Geocode": "Geocode",
540
+ "Display the back to home icon": "Display the back to home icon",
541
+ "Do you want to display layer switcher in caption bar?": "Do you want to display layer switcher in caption bar?",
542
+ "Simplify all geometries to points": "Simplify all geometries to points",
543
+ "Back to list": "Back to list",
544
+ "Toggle rule": "Toggle rule",
545
+ "Delete rule": "Delete rule",
546
+ "Cannot save layer, please try again in a few minutes.": "Cannot save layer, please try again in a few minutes."
542
547
  }
@@ -45,7 +45,6 @@ const locale = {
45
45
  "Cache proxied request": "Setja milliþjónabeiðnir í skyndiminni",
46
46
  "Caption": "Skýringatexti",
47
47
  "Center map on your location": "Miðjusetja kortið á staðsetningu þína",
48
- "Change map background": "Breyta bakgrunni landakorts",
49
48
  "Change tilelayers": "Skipta um kortatíglaþekjur",
50
49
  "Change": "Breyta",
51
50
  "Choose the data format": "Veldu gagnasnið",
@@ -457,7 +456,6 @@ const locale = {
457
456
  "Choose this dataset": "Choose this dataset",
458
457
  "GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap",
459
458
  "Choose a theme": "Choose a theme",
460
- "Symplify all geometries to points": "Symplify all geometries to points",
461
459
  "Choose this data": "Choose this data",
462
460
  "Search admin boundary": "Search admin boundary",
463
461
  "Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.",
@@ -538,7 +536,14 @@ const locale = {
538
536
  "Images": "Images",
539
537
  "Iframes": "Iframes",
540
538
  "Tags": "Tags",
541
- "Geocode": "Geocode"
539
+ "Geocode": "Geocode",
540
+ "Display the back to home icon": "Display the back to home icon",
541
+ "Do you want to display layer switcher in caption bar?": "Do you want to display layer switcher in caption bar?",
542
+ "Simplify all geometries to points": "Simplify all geometries to points",
543
+ "Back to list": "Back to list",
544
+ "Toggle rule": "Toggle rule",
545
+ "Delete rule": "Delete rule",
546
+ "Cannot save layer, please try again in a few minutes.": "Cannot save layer, please try again in a few minutes."
542
547
  }
543
548
  L.registerLocale("is", locale)
544
549
  L.setLocale("is")