umap-project 3.0.4__py3-none-any.whl → 3.0.5__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 (158) 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.po +18 -18
  5. umap/locale/es/LC_MESSAGES/django.mo +0 -0
  6. umap/locale/es/LC_MESSAGES/django.po +136 -56
  7. umap/locale/nl/LC_MESSAGES/django.mo +0 -0
  8. umap/locale/nl/LC_MESSAGES/django.po +1 -1
  9. umap/models.py +1 -0
  10. umap/settings/base.py +1 -0
  11. umap/static/umap/css/bar.css +1 -1
  12. umap/static/umap/css/tooltip.css +13 -0
  13. umap/static/umap/js/modules/autocomplete.js +7 -8
  14. umap/static/umap/js/modules/browser.js +89 -94
  15. umap/static/umap/js/modules/caption.js +6 -4
  16. umap/static/umap/js/modules/data/features.js +1 -19
  17. umap/static/umap/js/modules/data/layer.js +100 -61
  18. umap/static/umap/js/modules/facets.js +1 -1
  19. umap/static/umap/js/modules/form/fields.js +1 -1
  20. umap/static/umap/js/modules/importer.js +1 -1
  21. umap/static/umap/js/modules/managers.js +46 -0
  22. umap/static/umap/js/modules/permissions.js +1 -1
  23. umap/static/umap/js/modules/rendering/controls.js +251 -0
  24. umap/static/umap/js/modules/rendering/layers/heat.js +5 -0
  25. umap/static/umap/js/modules/rendering/map.js +21 -10
  26. umap/static/umap/js/modules/rendering/ui.js +0 -1
  27. umap/static/umap/js/modules/rules.js +56 -46
  28. umap/static/umap/js/modules/schema.js +5 -1
  29. umap/static/umap/js/modules/share.js +2 -2
  30. umap/static/umap/js/modules/slideshow.js +1 -1
  31. umap/static/umap/js/modules/sync/engine.js +23 -9
  32. umap/static/umap/js/modules/ui/bar.js +2 -2
  33. umap/static/umap/js/modules/ui/base.js +13 -0
  34. umap/static/umap/js/modules/umap.js +69 -111
  35. umap/static/umap/js/umap.controls.js +0 -310
  36. umap/static/umap/js/umap.core.js +0 -40
  37. umap/static/umap/locale/am_ET.js +8 -3
  38. umap/static/umap/locale/am_ET.json +8 -3
  39. umap/static/umap/locale/ar.js +8 -3
  40. umap/static/umap/locale/ar.json +8 -3
  41. umap/static/umap/locale/ast.js +8 -3
  42. umap/static/umap/locale/ast.json +8 -3
  43. umap/static/umap/locale/bg.js +8 -3
  44. umap/static/umap/locale/bg.json +8 -3
  45. umap/static/umap/locale/br.js +8 -3
  46. umap/static/umap/locale/br.json +8 -3
  47. umap/static/umap/locale/ca.js +20 -17
  48. umap/static/umap/locale/ca.json +20 -17
  49. umap/static/umap/locale/cs_CZ.js +5 -2
  50. umap/static/umap/locale/cs_CZ.json +5 -2
  51. umap/static/umap/locale/da.js +8 -3
  52. umap/static/umap/locale/da.json +8 -3
  53. umap/static/umap/locale/de.js +5 -2
  54. umap/static/umap/locale/de.json +5 -2
  55. umap/static/umap/locale/el.js +92 -87
  56. umap/static/umap/locale/el.json +92 -87
  57. umap/static/umap/locale/en.js +5 -2
  58. umap/static/umap/locale/en.json +5 -2
  59. umap/static/umap/locale/en_US.json +8 -3
  60. umap/static/umap/locale/es.js +18 -15
  61. umap/static/umap/locale/es.json +18 -15
  62. umap/static/umap/locale/et.js +8 -3
  63. umap/static/umap/locale/et.json +8 -3
  64. umap/static/umap/locale/eu.js +5 -2
  65. umap/static/umap/locale/eu.json +5 -2
  66. umap/static/umap/locale/fa_IR.js +5 -2
  67. umap/static/umap/locale/fa_IR.json +5 -2
  68. umap/static/umap/locale/fi.js +8 -3
  69. umap/static/umap/locale/fi.json +8 -3
  70. umap/static/umap/locale/fr.js +5 -2
  71. umap/static/umap/locale/fr.json +5 -2
  72. umap/static/umap/locale/gl.js +5 -2
  73. umap/static/umap/locale/gl.json +5 -2
  74. umap/static/umap/locale/he.js +8 -3
  75. umap/static/umap/locale/he.json +8 -3
  76. umap/static/umap/locale/hr.js +8 -3
  77. umap/static/umap/locale/hr.json +8 -3
  78. umap/static/umap/locale/hu.js +5 -2
  79. umap/static/umap/locale/hu.json +5 -2
  80. umap/static/umap/locale/id.js +8 -3
  81. umap/static/umap/locale/id.json +8 -3
  82. umap/static/umap/locale/is.js +8 -3
  83. umap/static/umap/locale/is.json +8 -3
  84. umap/static/umap/locale/it.js +5 -2
  85. umap/static/umap/locale/it.json +5 -2
  86. umap/static/umap/locale/ja.js +8 -3
  87. umap/static/umap/locale/ja.json +8 -3
  88. umap/static/umap/locale/ko.js +8 -3
  89. umap/static/umap/locale/ko.json +8 -3
  90. umap/static/umap/locale/lt.js +8 -3
  91. umap/static/umap/locale/lt.json +8 -3
  92. umap/static/umap/locale/ms.js +8 -3
  93. umap/static/umap/locale/ms.json +8 -3
  94. umap/static/umap/locale/nl.js +7 -4
  95. umap/static/umap/locale/nl.json +7 -4
  96. umap/static/umap/locale/no.js +8 -3
  97. umap/static/umap/locale/no.json +8 -3
  98. umap/static/umap/locale/pl.js +8 -3
  99. umap/static/umap/locale/pl.json +8 -3
  100. umap/static/umap/locale/pl_PL.json +8 -3
  101. umap/static/umap/locale/pt.js +5 -2
  102. umap/static/umap/locale/pt.json +5 -2
  103. umap/static/umap/locale/pt_BR.js +8 -3
  104. umap/static/umap/locale/pt_BR.json +8 -3
  105. umap/static/umap/locale/pt_PT.js +5 -2
  106. umap/static/umap/locale/pt_PT.json +5 -2
  107. umap/static/umap/locale/ro.js +8 -3
  108. umap/static/umap/locale/ro.json +8 -3
  109. umap/static/umap/locale/ru.js +8 -3
  110. umap/static/umap/locale/ru.json +8 -3
  111. umap/static/umap/locale/sk_SK.js +8 -3
  112. umap/static/umap/locale/sk_SK.json +8 -3
  113. umap/static/umap/locale/sl.js +8 -3
  114. umap/static/umap/locale/sl.json +8 -3
  115. umap/static/umap/locale/sr.js +8 -3
  116. umap/static/umap/locale/sr.json +8 -3
  117. umap/static/umap/locale/sv.js +8 -3
  118. umap/static/umap/locale/sv.json +8 -3
  119. umap/static/umap/locale/th_TH.js +8 -3
  120. umap/static/umap/locale/th_TH.json +8 -3
  121. umap/static/umap/locale/tr.js +8 -3
  122. umap/static/umap/locale/tr.json +8 -3
  123. umap/static/umap/locale/uk_UA.js +8 -3
  124. umap/static/umap/locale/uk_UA.json +8 -3
  125. umap/static/umap/locale/vi.js +8 -3
  126. umap/static/umap/locale/vi.json +8 -3
  127. umap/static/umap/locale/vi_VN.json +8 -3
  128. umap/static/umap/locale/zh.js +8 -3
  129. umap/static/umap/locale/zh.json +8 -3
  130. umap/static/umap/locale/zh_CN.json +8 -3
  131. umap/static/umap/locale/zh_TW.Big5.json +8 -3
  132. umap/static/umap/locale/zh_TW.js +5 -2
  133. umap/static/umap/locale/zh_TW.json +5 -2
  134. umap/static/umap/map.css +9 -31
  135. umap/static/umap/vendors/togeojson/togeojson.es.js +350 -177
  136. umap/static/umap/vendors/togeojson/togeojson.es.mjs.map +1 -1
  137. umap/templates/umap/design_system.html +355 -0
  138. umap/tests/base.py +2 -2
  139. umap/tests/fixtures/heatmap_data.json +1044 -0
  140. umap/tests/integration/test_browser.py +3 -3
  141. umap/tests/integration/test_conditional_rules.py +2 -2
  142. umap/tests/integration/test_datalayer.py +0 -1
  143. umap/tests/integration/test_edit_map.py +7 -7
  144. umap/tests/integration/test_facets_browser.py +2 -2
  145. umap/tests/integration/test_heatmap.py +41 -0
  146. umap/tests/integration/test_import.py +58 -1
  147. umap/tests/integration/test_map.py +7 -8
  148. umap/tests/integration/test_optimistic_merge.py +12 -4
  149. umap/tests/integration/test_querystring.py +1 -1
  150. umap/tests/integration/test_remote_data.py +79 -0
  151. umap/tests/integration/test_websocket_sync.py +2 -2
  152. umap/urls.py +1 -0
  153. umap/views.py +7 -0
  154. {umap_project-3.0.4.dist-info → umap_project-3.0.5.dist-info}/METADATA +8 -8
  155. {umap_project-3.0.4.dist-info → umap_project-3.0.5.dist-info}/RECORD +158 -152
  156. {umap_project-3.0.4.dist-info → umap_project-3.0.5.dist-info}/WHEEL +0 -0
  157. {umap_project-3.0.4.dist-info → umap_project-3.0.5.dist-info}/entry_points.txt +0 -0
  158. {umap_project-3.0.4.dist-info → umap_project-3.0.5.dist-info}/licenses/LICENSE +0 -0
@@ -45,7 +45,6 @@ const locale = {
45
45
  "Cache proxied request": "Pedido cache com proxy",
46
46
  "Caption": "Cabeçalho",
47
47
  "Center map on your location": "Centrar mapa na sua localização",
48
- "Change map background": "Mudar fundo do mapa",
49
48
  "Change tilelayers": "Alterar camadas de telas",
50
49
  "Change": "Alterar",
51
50
  "Choose the data format": "Escolha o formato dos dados",
@@ -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("pt_PT", locale)
546
549
  L.setLocale("pt_PT")
@@ -45,7 +45,6 @@
45
45
  "Cache proxied request": "Pedido cache com proxy",
46
46
  "Caption": "Cabeçalho",
47
47
  "Center map on your location": "Centrar mapa na sua localização",
48
- "Change map background": "Mudar fundo do mapa",
49
48
  "Change tilelayers": "Alterar camadas de telas",
50
49
  "Change": "Alterar",
51
50
  "Choose the data format": "Escolha o formato dos dados",
@@ -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("ro", locale)
544
549
  L.setLocale("ro")
@@ -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": "Кэшированный прокси-запрос",
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("ru", locale)
544
549
  L.setLocale("ru")
@@ -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": "Nadpis",
47
47
  "Center map on your location": "Vycentrovať mapu na vašu polohu",
48
- "Change map background": "Zmeniť pozadie mapy",
49
48
  "Change tilelayers": "Zmeniť pozadie mapy",
50
49
  "Change": "Change",
51
50
  "Choose the data format": "Zvoľte formát údajov",
@@ -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("sk_SK", locale)
544
549
  L.setLocale("sk_SK")
@@ -45,7 +45,6 @@
45
45
  "Cache proxied request": "Cache proxied request",
46
46
  "Caption": "Nadpis",
47
47
  "Center map on your location": "Vycentrovať mapu na vašu polohu",
48
- "Change map background": "Zmeniť pozadie mapy",
49
48
  "Change tilelayers": "Zmeniť pozadie mapy",
50
49
  "Change": "Change",
51
50
  "Choose the data format": "Zvoľte formát údajov",
@@ -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": "Naslov",
47
47
  "Center map on your location": "Postavi trenutno točko v središče zemljevida",
48
- "Change map background": "Zamenjaj ozadje zemljevida",
49
48
  "Change tilelayers": "Spremeni plasti",
50
49
  "Change": "Change",
51
50
  "Choose the data format": "Izbor zapisa podatkov",
@@ -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("sl", locale)
544
549
  L.setLocale("sl")
@@ -45,7 +45,6 @@
45
45
  "Cache proxied request": "Cache proxied request",
46
46
  "Caption": "Naslov",
47
47
  "Center map on your location": "Postavi trenutno točko v središče zemljevida",
48
- "Change map background": "Zamenjaj ozadje zemljevida",
49
48
  "Change tilelayers": "Spremeni plasti",
50
49
  "Change": "Change",
51
50
  "Choose the data format": "Izbor zapisa podatkov",
@@ -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": "Напомена",
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("sr", locale)
544
549
  L.setLocale("sr")
@@ -45,7 +45,6 @@
45
45
  "Cache proxied request": "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": "Cachelagra proxyförfrågan",
46
46
  "Caption": "Sidfotsfält",
47
47
  "Center map on your location": "Centrera kartan till din plats",
48
- "Change map background": "Ändra kartbakgrund",
49
48
  "Change tilelayers": "Byt bakgrundskarta",
50
49
  "Change": "Change",
51
50
  "Choose the data format": "Välj dataformat",
@@ -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("sv", locale)
544
549
  L.setLocale("sv")
@@ -45,7 +45,6 @@
45
45
  "Cache proxied request": "Cachelagra proxyförfrågan",
46
46
  "Caption": "Sidfotsfält",
47
47
  "Center map on your location": "Centrera kartan till din plats",
48
- "Change map background": "Ändra kartbakgrund",
49
48
  "Change tilelayers": "Byt bakgrundskarta",
50
49
  "Change": "Change",
51
50
  "Choose the data format": "Välj dataformat",
@@ -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": "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("th_TH", locale)
544
549
  L.setLocale("th_TH")
@@ -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": "Önbellek proxy isteği",
46
46
  "Caption": "Başlık",
47
47
  "Center map on your location": "Bulunduğunuz yere göre haritayı ortala",
48
- "Change map background": "Harita arkaplanını değiştir",
49
48
  "Change tilelayers": "Haritalama katmanlarını değiştir",
50
49
  "Change": "Change",
51
50
  "Choose the data format": "Veri biçimini seçin",
@@ -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("tr", locale)
544
549
  L.setLocale("tr")
@@ -45,7 +45,6 @@
45
45
  "Cache proxied request": "Önbellek proxy isteği",
46
46
  "Caption": "Başlık",
47
47
  "Center map on your location": "Bulunduğunuz yere göre haritayı ortala",
48
- "Change map background": "Harita arkaplanını değiştir",
49
48
  "Change tilelayers": "Haritalama katmanlarını değiştir",
50
49
  "Change": "Change",
51
50
  "Choose the data format": "Veri biçimini seçin",
@@ -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": "Кешувати запити",
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("uk_UA", locale)
544
549
  L.setLocale("uk_UA")
@@ -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
  }