umap-project 3.4.2__py3-none-any.whl → 3.6.1__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.
Files changed (170) hide show
  1. umap/__init__.py +1 -1
  2. umap/locale/br/LC_MESSAGES/django.mo +0 -0
  3. umap/locale/br/LC_MESSAGES/django.po +71 -57
  4. umap/locale/de/LC_MESSAGES/django.mo +0 -0
  5. umap/locale/de/LC_MESSAGES/django.po +20 -16
  6. umap/locale/en/LC_MESSAGES/django.po +14 -14
  7. umap/locale/hu/LC_MESSAGES/django.mo +0 -0
  8. umap/locale/hu/LC_MESSAGES/django.po +20 -16
  9. umap/locale/pl/LC_MESSAGES/django.mo +0 -0
  10. umap/locale/pl/LC_MESSAGES/django.po +32 -27
  11. umap/locale/zh_TW/LC_MESSAGES/django.mo +0 -0
  12. umap/locale/zh_TW/LC_MESSAGES/django.po +20 -16
  13. umap/management/commands/clean_tilelayer.py +0 -1
  14. umap/management/commands/search_maps.py +95 -0
  15. umap/settings/__init__.py +9 -1
  16. umap/settings/base.py +7 -6
  17. umap/static/umap/css/icon.css +8 -0
  18. umap/static/umap/img/16-white.svg +5 -2
  19. umap/static/umap/img/16.svg +1 -1
  20. umap/static/umap/img/source/16-white.svg +7 -4
  21. umap/static/umap/img/source/16.svg +1 -1
  22. umap/static/umap/js/modules/autocomplete.js +1 -9
  23. umap/static/umap/js/modules/browser.js +27 -10
  24. umap/static/umap/js/modules/data/features.js +3 -2
  25. umap/static/umap/js/modules/data/fields.js +12 -2
  26. umap/static/umap/js/modules/data/layer.js +13 -9
  27. umap/static/umap/js/modules/domutils.js +4 -0
  28. umap/static/umap/js/modules/filters.js +11 -10
  29. umap/static/umap/js/modules/form/builder.js +17 -16
  30. umap/static/umap/js/modules/form/fields.js +16 -16
  31. umap/static/umap/js/modules/permissions.js +10 -2
  32. umap/static/umap/js/modules/rendering/controls.js +202 -9
  33. umap/static/umap/js/modules/rendering/layers/classified.js +1 -1
  34. umap/static/umap/js/modules/rendering/map.js +45 -35
  35. umap/static/umap/js/modules/rendering/template.js +12 -6
  36. umap/static/umap/js/modules/rules.js +1 -1
  37. umap/static/umap/js/modules/ui/bar.js +2 -1
  38. umap/static/umap/js/modules/ui/hash.js +36 -0
  39. umap/static/umap/js/modules/ui/loader.js +26 -0
  40. umap/static/umap/js/modules/ui/panel.js +7 -0
  41. umap/static/umap/js/modules/umap.js +6 -0
  42. umap/static/umap/js/modules/utils.js +5 -4
  43. umap/static/umap/js/umap.controls.js +0 -182
  44. umap/static/umap/locale/am_ET.js +2 -5
  45. umap/static/umap/locale/am_ET.json +2 -5
  46. umap/static/umap/locale/ar.js +2 -5
  47. umap/static/umap/locale/ar.json +2 -5
  48. umap/static/umap/locale/ast.js +2 -5
  49. umap/static/umap/locale/ast.json +2 -5
  50. umap/static/umap/locale/bg.js +2 -5
  51. umap/static/umap/locale/bg.json +2 -5
  52. umap/static/umap/locale/br.js +40 -43
  53. umap/static/umap/locale/br.json +40 -43
  54. umap/static/umap/locale/ca.js +2 -5
  55. umap/static/umap/locale/ca.json +2 -5
  56. umap/static/umap/locale/cs_CZ.js +0 -3
  57. umap/static/umap/locale/cs_CZ.json +0 -3
  58. umap/static/umap/locale/da.js +1 -4
  59. umap/static/umap/locale/da.json +1 -4
  60. umap/static/umap/locale/de.js +27 -30
  61. umap/static/umap/locale/de.json +27 -30
  62. umap/static/umap/locale/el.js +0 -3
  63. umap/static/umap/locale/el.json +0 -3
  64. umap/static/umap/locale/en.js +0 -3
  65. umap/static/umap/locale/en.json +0 -3
  66. umap/static/umap/locale/en_US.json +2 -5
  67. umap/static/umap/locale/es.js +0 -3
  68. umap/static/umap/locale/es.json +0 -3
  69. umap/static/umap/locale/et.js +0 -3
  70. umap/static/umap/locale/et.json +0 -3
  71. umap/static/umap/locale/eu.js +0 -3
  72. umap/static/umap/locale/eu.json +0 -3
  73. umap/static/umap/locale/fa_IR.js +0 -3
  74. umap/static/umap/locale/fa_IR.json +0 -3
  75. umap/static/umap/locale/fi.js +2 -5
  76. umap/static/umap/locale/fi.json +2 -5
  77. umap/static/umap/locale/fr.js +3 -6
  78. umap/static/umap/locale/fr.json +3 -6
  79. umap/static/umap/locale/gl.js +0 -3
  80. umap/static/umap/locale/gl.json +0 -3
  81. umap/static/umap/locale/he.js +2 -5
  82. umap/static/umap/locale/he.json +2 -5
  83. umap/static/umap/locale/hr.js +2 -5
  84. umap/static/umap/locale/hr.json +2 -5
  85. umap/static/umap/locale/hu.js +7 -10
  86. umap/static/umap/locale/hu.json +7 -10
  87. umap/static/umap/locale/id.js +2 -5
  88. umap/static/umap/locale/id.json +2 -5
  89. umap/static/umap/locale/is.js +0 -3
  90. umap/static/umap/locale/is.json +0 -3
  91. umap/static/umap/locale/it.js +0 -3
  92. umap/static/umap/locale/it.json +0 -3
  93. umap/static/umap/locale/ja.js +2 -5
  94. umap/static/umap/locale/ja.json +2 -5
  95. umap/static/umap/locale/ko.js +2 -5
  96. umap/static/umap/locale/ko.json +2 -5
  97. umap/static/umap/locale/lt.js +2 -5
  98. umap/static/umap/locale/lt.json +2 -5
  99. umap/static/umap/locale/ms.js +0 -3
  100. umap/static/umap/locale/ms.json +0 -3
  101. umap/static/umap/locale/nl.js +0 -3
  102. umap/static/umap/locale/nl.json +0 -3
  103. umap/static/umap/locale/no.js +2 -5
  104. umap/static/umap/locale/no.json +2 -5
  105. umap/static/umap/locale/pl.js +2 -5
  106. umap/static/umap/locale/pl.json +2 -5
  107. umap/static/umap/locale/pl_PL.json +2 -5
  108. umap/static/umap/locale/pt.js +0 -3
  109. umap/static/umap/locale/pt.json +0 -3
  110. umap/static/umap/locale/pt_BR.js +2 -5
  111. umap/static/umap/locale/pt_BR.json +2 -5
  112. umap/static/umap/locale/pt_PT.js +2 -5
  113. umap/static/umap/locale/pt_PT.json +2 -5
  114. umap/static/umap/locale/ro.js +2 -5
  115. umap/static/umap/locale/ro.json +2 -5
  116. umap/static/umap/locale/ru.js +2 -5
  117. umap/static/umap/locale/ru.json +2 -5
  118. umap/static/umap/locale/sk_SK.js +2 -5
  119. umap/static/umap/locale/sk_SK.json +2 -5
  120. umap/static/umap/locale/sl.js +2 -5
  121. umap/static/umap/locale/sl.json +2 -5
  122. umap/static/umap/locale/sr.js +2 -5
  123. umap/static/umap/locale/sr.json +2 -5
  124. umap/static/umap/locale/sv.js +2 -5
  125. umap/static/umap/locale/sv.json +2 -5
  126. umap/static/umap/locale/th_TH.js +2 -5
  127. umap/static/umap/locale/th_TH.json +2 -5
  128. umap/static/umap/locale/tr.js +2 -5
  129. umap/static/umap/locale/tr.json +2 -5
  130. umap/static/umap/locale/uk_UA.js +2 -5
  131. umap/static/umap/locale/uk_UA.json +2 -5
  132. umap/static/umap/locale/vi.js +2 -5
  133. umap/static/umap/locale/vi.json +2 -5
  134. umap/static/umap/locale/vi_VN.json +2 -5
  135. umap/static/umap/locale/zh.js +2 -5
  136. umap/static/umap/locale/zh.json +2 -5
  137. umap/static/umap/locale/zh_CN.json +2 -5
  138. umap/static/umap/locale/zh_TW.Big5.json +2 -5
  139. umap/static/umap/locale/zh_TW.js +1 -4
  140. umap/static/umap/locale/zh_TW.json +1 -4
  141. umap/static/umap/map.css +1 -17
  142. umap/static/umap/vendors/locatecontrol/L.Control.Locate.esm.js +942 -0
  143. umap/static/umap/vendors/photon/leaflet.photon.esm.js +472 -0
  144. umap/sync/app.py +4 -1
  145. umap/templates/umap/css.html +0 -2
  146. umap/templates/umap/js.html +0 -5
  147. umap/templates/umap/team_form.html +2 -1
  148. umap/tests/fixtures/test_upload_data_with_enum.umap +151 -0
  149. umap/tests/integration/test_edit_map.py +2 -0
  150. umap/tests/integration/test_filters.py +24 -0
  151. umap/tests/integration/test_import.py +40 -23
  152. umap/tests/integration/test_map.py +1 -1
  153. umap/tests/integration/test_optimistic_merge.py +7 -1
  154. umap/tests/integration/test_remote_data.py +1 -1
  155. umap/tests/test_search_maps_command.py +44 -0
  156. umap/utils.py +9 -3
  157. umap/views.py +17 -4
  158. {umap_project-3.4.2.dist-info → umap_project-3.6.1.dist-info}/METADATA +24 -18
  159. {umap_project-3.4.2.dist-info → umap_project-3.6.1.dist-info}/RECORD +162 -163
  160. {umap_project-3.4.2.dist-info → umap_project-3.6.1.dist-info}/WHEEL +1 -1
  161. umap/static/umap/vendors/hash/leaflet-hash.js +0 -162
  162. umap/static/umap/vendors/loading/Control.Loading.css +0 -26
  163. umap/static/umap/vendors/loading/Control.Loading.js +0 -351
  164. umap/static/umap/vendors/locatecontrol/L.Control.Locate.min.css +0 -1
  165. umap/static/umap/vendors/locatecontrol/L.Control.Locate.min.css.map +0 -1
  166. umap/static/umap/vendors/locatecontrol/L.Control.Locate.min.js +0 -4
  167. umap/static/umap/vendors/locatecontrol/L.Control.Locate.min.js.map +0 -1
  168. umap/static/umap/vendors/photon/leaflet.photon.js +0 -487
  169. {umap_project-3.4.2.dist-info → umap_project-3.6.1.dist-info}/entry_points.txt +0 -0
  170. {umap_project-3.4.2.dist-info → umap_project-3.6.1.dist-info}/licenses/LICENSE +0 -0
@@ -104,7 +104,6 @@ const locale = {
104
104
  "Display measure": "نمایش اندازه‌گیری",
105
105
  "display name": "نام نمایشی",
106
106
  "Display on load": "نمایش هنگام بارشدن",
107
- "Display the control to open OpenStreetMap editor": "نمایش دکمه برای بازکردن ویرایشگر اوپن‌استریت‌مپ ",
108
107
  "Display the embed control": "نمایش دکمهٔ همرسانی",
109
108
  "Display the fullscreen control": "نمایش دکمهٔ تمام‌صفحه",
110
109
  "Display the locate control": "نمایش دکمهٔ مکان‌یابی",
@@ -163,7 +162,6 @@ const locale = {
163
162
  "Help": "راهنما",
164
163
  "hidden": "پنهان",
165
164
  "Hide controls": "مخفی‌کردن دکمه‌ها",
166
- "Home": "خانه",
167
165
  "How much to simplify the polyline on each zoom level (more = better performance and smoother look, less = more accurate)": "میزان ساده‌‌سازی چندخطی در هر سطح بزرگنمایی (بیشتر = اجرای روان‌تر، کمتر = دقیق‌تر)",
168
166
  "icon opacity": "شفافیت نشانگر",
169
167
  "Icon shape": "شکل نشانگر",
@@ -249,7 +247,6 @@ const locale = {
249
247
  "Open current feature on load": "عنصر فعلی هنگام بارشدن باز شود",
250
248
  "Open link in…": "بازکردن پیوند در…",
251
249
  "Open share & download panel": "پنجرهٔ همرسانی و بارگیری باز شود",
252
- "Open this map extent in a map editor to provide more accurate data to OpenStreetMap": "این محدوده از نقشه را در یکی از ویرایشگرهای نقشه باز کنید تا داده‌های درست‌تری در اوپن‌استریت‌مپ ارائه کنید",
253
250
  "OpenStreetMap": "اوپن‌استریت‌مپ",
254
251
  "Optional. Same as color if not set.": "اختیاری. اگر تنظیم نشود با رنگ یکسان است.",
255
252
  "Optional.": "اختیاری.",
@@ -104,7 +104,6 @@
104
104
  "Display measure": "نمایش اندازه‌گیری",
105
105
  "display name": "نام نمایشی",
106
106
  "Display on load": "نمایش هنگام بارشدن",
107
- "Display the control to open OpenStreetMap editor": "نمایش دکمه برای بازکردن ویرایشگر اوپن‌استریت‌مپ ",
108
107
  "Display the embed control": "نمایش دکمهٔ همرسانی",
109
108
  "Display the fullscreen control": "نمایش دکمهٔ تمام‌صفحه",
110
109
  "Display the locate control": "نمایش دکمهٔ مکان‌یابی",
@@ -163,7 +162,6 @@
163
162
  "Help": "راهنما",
164
163
  "hidden": "پنهان",
165
164
  "Hide controls": "مخفی‌کردن دکمه‌ها",
166
- "Home": "خانه",
167
165
  "How much to simplify the polyline on each zoom level (more = better performance and smoother look, less = more accurate)": "میزان ساده‌‌سازی چندخطی در هر سطح بزرگنمایی (بیشتر = اجرای روان‌تر، کمتر = دقیق‌تر)",
168
166
  "icon opacity": "شفافیت نشانگر",
169
167
  "Icon shape": "شکل نشانگر",
@@ -249,7 +247,6 @@
249
247
  "Open current feature on load": "عنصر فعلی هنگام بارشدن باز شود",
250
248
  "Open link in…": "بازکردن پیوند در…",
251
249
  "Open share & download panel": "پنجرهٔ همرسانی و بارگیری باز شود",
252
- "Open this map extent in a map editor to provide more accurate data to OpenStreetMap": "این محدوده از نقشه را در یکی از ویرایشگرهای نقشه باز کنید تا داده‌های درست‌تری در اوپن‌استریت‌مپ ارائه کنید",
253
250
  "OpenStreetMap": "اوپن‌استریت‌مپ",
254
251
  "Optional. Same as color if not set.": "اختیاری. اگر تنظیم نشود با رنگ یکسان است.",
255
252
  "Optional.": "اختیاری.",
@@ -104,7 +104,6 @@ const locale = {
104
104
  "Display measure": "Display measure",
105
105
  "display name": "näytettävä nimi",
106
106
  "Display on load": "Näytä ladattaessa",
107
- "Display the control to open OpenStreetMap editor": "Display the control to open OpenStreetMap editor",
108
107
  "Display the embed control": "Display the embed control",
109
108
  "Display the fullscreen control": "Display the fullscreen control",
110
109
  "Display the locate control": "Display the locate control",
@@ -163,7 +162,6 @@ const locale = {
163
162
  "Help": "Apua",
164
163
  "hidden": "piilotettu",
165
164
  "Hide controls": "Piilota ohjaimet",
166
- "Home": "Alku",
167
165
  "How much to simplify the polyline on each zoom level (more = better performance and smoother look, less = more accurate)": "Kuinka paljon viivaa yleistetäänkullakin zoomaustasolla (enemmän = parempi suorituskyky, vähemmän = suurempi tarkkuus)",
168
166
  "icon opacity": "icon opacity",
169
167
  "Icon shape": "Ikonin muoto",
@@ -237,7 +235,6 @@ const locale = {
237
235
  "No licence has been set": "Lisenssiä ei ole määritetty",
238
236
  "No results": "Ei tuloksia",
239
237
  "no": "ei",
240
- "No.": "No.",
241
238
  "None": "Ei mitään",
242
239
  "Number of desired classes (default 5)": "Number of desired classes (default 5)",
243
240
  "On the bottom": "Alhaalla",
@@ -250,7 +247,6 @@ const locale = {
250
247
  "Open current feature on load": "Open current feature on load",
251
248
  "Open link in…": "Open link in…",
252
249
  "Open share & download panel": "Open share & download panel",
253
- "Open this map extent in a map editor to provide more accurate data to OpenStreetMap": "Avaa rajauksen mukainen alue editorissa parantaaksesi OpenStreetMapin tietosisältöä.",
254
250
  "OpenStreetMap": "OpenStreetMap",
255
251
  "Optional. Same as color if not set.": "Valinnainen. Sama kuin väri jos ei asetettu.",
256
252
  "Optional.": "Optional.",
@@ -652,7 +648,8 @@ const locale = {
652
648
  "Comma separated list of values": "Comma separated list of values",
653
649
  "Share": "Share",
654
650
  "Customized link": "Customized link",
655
- "Iframe": "Iframe"
651
+ "Iframe": "Iframe",
652
+ "№": "№"
656
653
  }
657
654
  L.registerLocale("fi", locale)
658
655
  L.setLocale("fi")
@@ -104,7 +104,6 @@
104
104
  "Display measure": "Display measure",
105
105
  "display name": "näytettävä nimi",
106
106
  "Display on load": "Näytä ladattaessa",
107
- "Display the control to open OpenStreetMap editor": "Display the control to open OpenStreetMap editor",
108
107
  "Display the embed control": "Display the embed control",
109
108
  "Display the fullscreen control": "Display the fullscreen control",
110
109
  "Display the locate control": "Display the locate control",
@@ -163,7 +162,6 @@
163
162
  "Help": "Apua",
164
163
  "hidden": "piilotettu",
165
164
  "Hide controls": "Piilota ohjaimet",
166
- "Home": "Alku",
167
165
  "How much to simplify the polyline on each zoom level (more = better performance and smoother look, less = more accurate)": "Kuinka paljon viivaa yleistetäänkullakin zoomaustasolla (enemmän = parempi suorituskyky, vähemmän = suurempi tarkkuus)",
168
166
  "icon opacity": "icon opacity",
169
167
  "Icon shape": "Ikonin muoto",
@@ -237,7 +235,6 @@
237
235
  "No licence has been set": "Lisenssiä ei ole määritetty",
238
236
  "No results": "Ei tuloksia",
239
237
  "no": "ei",
240
- "No.": "No.",
241
238
  "None": "Ei mitään",
242
239
  "Number of desired classes (default 5)": "Number of desired classes (default 5)",
243
240
  "On the bottom": "Alhaalla",
@@ -250,7 +247,6 @@
250
247
  "Open current feature on load": "Open current feature on load",
251
248
  "Open link in…": "Open link in…",
252
249
  "Open share & download panel": "Open share & download panel",
253
- "Open this map extent in a map editor to provide more accurate data to OpenStreetMap": "Avaa rajauksen mukainen alue editorissa parantaaksesi OpenStreetMapin tietosisältöä.",
254
250
  "OpenStreetMap": "OpenStreetMap",
255
251
  "Optional. Same as color if not set.": "Valinnainen. Sama kuin väri jos ei asetettu.",
256
252
  "Optional.": "Optional.",
@@ -652,5 +648,6 @@
652
648
  "Comma separated list of values": "Comma separated list of values",
653
649
  "Share": "Share",
654
650
  "Customized link": "Customized link",
655
- "Iframe": "Iframe"
651
+ "Iframe": "Iframe",
652
+ "№": "№"
656
653
  }
@@ -104,7 +104,6 @@ const locale = {
104
104
  "Display measure": "Afficher les dimensions",
105
105
  "display name": "nom",
106
106
  "Display on load": "Afficher au chargement",
107
- "Display the control to open OpenStreetMap editor": "Afficher le bouton pour ouvrir l'éditeur d'OpenStreetMap",
108
107
  "Display the embed control": "Afficher le bouton de partage",
109
108
  "Display the fullscreen control": "Afficher le bouton de plein écran",
110
109
  "Display the locate control": "Afficher le bouton de localisation",
@@ -163,17 +162,16 @@ const locale = {
163
162
  "Help": "Aide",
164
163
  "hidden": "caché",
165
164
  "Hide controls": "Masquer les outils",
166
- "Home": "Accueil",
167
165
  "How much to simplify the polyline on each zoom level (more = better performance and smoother look, less = more accurate)": "Valeur de simplification des lignes pour chaque niveau de zoom (grand nombre = meilleure performance, petit nombre = plus précis)",
168
166
  "icon opacity": "Opacité de l'icône",
169
167
  "Icon shape": "Forme de l'icône",
170
168
  "Icon symbol": "Image de l'icône",
171
169
  "If false, the polygon or line will act as a part of the underlying map.": "Désactiver pour que le polygone ou la ligne ne réagisse plus aux interactions.",
172
- "Iframe with custom height (in px): {{{https://iframe.url.com|height}}}": "Iframe avec hauteur (en pixels) : {{{https://iframe.url.com|height}}}",
173
- "Iframe with custom height and width (in px): {{{https://iframe.url.com|height*width}}}": "Iframe avec hauteur et largeur (en px) : {{{https://iframe.url.com|height*width}}}",
170
+ "Iframe with custom height (in px): {{{https://iframe.url.com|height}}}": "Iframe avec hauteur (en pixels) : {{{https://iframe.url.com|hauteur}}}",
171
+ "Iframe with custom height and width (in px): {{{https://iframe.url.com|height*width}}}": "Iframe avec hauteur et largeur (en px) : {{{https://iframe.url.com|hauteur*largeur}}}",
174
172
  "iframe": "iframe",
175
173
  "Iframe: {{{https://iframe.url.com}}}": "Iframe : {{{https://iframe.url.com}}}",
176
- "Image with custom width (in px): {{https://image.url.com|width}}": "Image avec largeur (en pixels) : {{https://image.url.com|width}}",
174
+ "Image with custom width (in px): {{https://image.url.com|width}}": "Image avec largeur (en pixels) : {{https://image.url.com|largeur}}",
177
175
  "Image: {{https://image.url.com}}": "Image : {{https://image.url.com}}",
178
176
  "Import data": "Importer des données",
179
177
  "Import in a new layer": "Importer dans un nouveau calque",
@@ -249,7 +247,6 @@ const locale = {
249
247
  "Open current feature on load": "Ouvrir l'élément courant au chargement",
250
248
  "Open link in…": "Ouvrir le lien dans…",
251
249
  "Open share & download panel": "Ouvrir le panneau de partage",
252
- "Open this map extent in a map editor to provide more accurate data to OpenStreetMap": "Ouvrir cette carte dans un éditeur OpenStreetMap pour améliorer les données",
253
250
  "OpenStreetMap": "OpenStreetMap",
254
251
  "Optional. Same as color if not set.": "Optionnel. La couleur principale sera utilisée si laissé vide.",
255
252
  "Optional.": "Facultatif",
@@ -104,7 +104,6 @@
104
104
  "Display measure": "Afficher les dimensions",
105
105
  "display name": "nom",
106
106
  "Display on load": "Afficher au chargement",
107
- "Display the control to open OpenStreetMap editor": "Afficher le bouton pour ouvrir l'éditeur d'OpenStreetMap",
108
107
  "Display the embed control": "Afficher le bouton de partage",
109
108
  "Display the fullscreen control": "Afficher le bouton de plein écran",
110
109
  "Display the locate control": "Afficher le bouton de localisation",
@@ -163,17 +162,16 @@
163
162
  "Help": "Aide",
164
163
  "hidden": "caché",
165
164
  "Hide controls": "Masquer les outils",
166
- "Home": "Accueil",
167
165
  "How much to simplify the polyline on each zoom level (more = better performance and smoother look, less = more accurate)": "Valeur de simplification des lignes pour chaque niveau de zoom (grand nombre = meilleure performance, petit nombre = plus précis)",
168
166
  "icon opacity": "Opacité de l'icône",
169
167
  "Icon shape": "Forme de l'icône",
170
168
  "Icon symbol": "Image de l'icône",
171
169
  "If false, the polygon or line will act as a part of the underlying map.": "Désactiver pour que le polygone ou la ligne ne réagisse plus aux interactions.",
172
- "Iframe with custom height (in px): {{{https://iframe.url.com|height}}}": "Iframe avec hauteur (en pixels) : {{{https://iframe.url.com|height}}}",
173
- "Iframe with custom height and width (in px): {{{https://iframe.url.com|height*width}}}": "Iframe avec hauteur et largeur (en px) : {{{https://iframe.url.com|height*width}}}",
170
+ "Iframe with custom height (in px): {{{https://iframe.url.com|height}}}": "Iframe avec hauteur (en pixels) : {{{https://iframe.url.com|hauteur}}}",
171
+ "Iframe with custom height and width (in px): {{{https://iframe.url.com|height*width}}}": "Iframe avec hauteur et largeur (en px) : {{{https://iframe.url.com|hauteur*largeur}}}",
174
172
  "iframe": "iframe",
175
173
  "Iframe: {{{https://iframe.url.com}}}": "Iframe : {{{https://iframe.url.com}}}",
176
- "Image with custom width (in px): {{https://image.url.com|width}}": "Image avec largeur (en pixels) : {{https://image.url.com|width}}",
174
+ "Image with custom width (in px): {{https://image.url.com|width}}": "Image avec largeur (en pixels) : {{https://image.url.com|largeur}}",
177
175
  "Image: {{https://image.url.com}}": "Image : {{https://image.url.com}}",
178
176
  "Import data": "Importer des données",
179
177
  "Import in a new layer": "Importer dans un nouveau calque",
@@ -249,7 +247,6 @@
249
247
  "Open current feature on load": "Ouvrir l'élément courant au chargement",
250
248
  "Open link in…": "Ouvrir le lien dans…",
251
249
  "Open share & download panel": "Ouvrir le panneau de partage",
252
- "Open this map extent in a map editor to provide more accurate data to OpenStreetMap": "Ouvrir cette carte dans un éditeur OpenStreetMap pour améliorer les données",
253
250
  "OpenStreetMap": "OpenStreetMap",
254
251
  "Optional. Same as color if not set.": "Optionnel. La couleur principale sera utilisée si laissé vide.",
255
252
  "Optional.": "Facultatif",
@@ -104,7 +104,6 @@ const locale = {
104
104
  "Display measure": "Amosar a medida",
105
105
  "display name": "amosar o nome",
106
106
  "Display on load": "Amosar ao cargar",
107
- "Display the control to open OpenStreetMap editor": "Amosar o control para abrir o editor de OpenStreetMap",
108
107
  "Display the embed control": "Amosar o control de incrustado",
109
108
  "Display the fullscreen control": "Amosar o control de pantalla completa",
110
109
  "Display the locate control": "Amosar o control de posición",
@@ -163,7 +162,6 @@ const locale = {
163
162
  "Help": "Axuda",
164
163
  "hidden": "agochar",
165
164
  "Hide controls": "Agochar os controis",
166
- "Home": "Inicio",
167
165
  "How much to simplify the polyline on each zoom level (more = better performance and smoother look, less = more accurate)": "Canto se simplificará a poliliña en cada nivel de zoom (máis = mellor comportamento e aparencia máis feble, menos = máis preciso)",
168
166
  "icon opacity": "opacidade da icona",
169
167
  "Icon shape": "Forma da icona",
@@ -249,7 +247,6 @@ const locale = {
249
247
  "Open current feature on load": "Abrir o elemento actual na carga",
250
248
  "Open link in…": "Abrir a ligazón en…",
251
249
  "Open share & download panel": "Abrir o panel de compartición e descarga",
252
- "Open this map extent in a map editor to provide more accurate data to OpenStreetMap": "Abrir esta extensión do mapa nun editor de mapas para fornecer datos máis precisos a OpenStreetMap",
253
250
  "OpenStreetMap": "OpenStreetMap",
254
251
  "Optional. Same as color if not set.": "Opcional. A mesma cor se non se define.",
255
252
  "Optional.": "Opcional.",
@@ -104,7 +104,6 @@
104
104
  "Display measure": "Amosar a medida",
105
105
  "display name": "amosar o nome",
106
106
  "Display on load": "Amosar ao cargar",
107
- "Display the control to open OpenStreetMap editor": "Amosar o control para abrir o editor de OpenStreetMap",
108
107
  "Display the embed control": "Amosar o control de incrustado",
109
108
  "Display the fullscreen control": "Amosar o control de pantalla completa",
110
109
  "Display the locate control": "Amosar o control de posición",
@@ -163,7 +162,6 @@
163
162
  "Help": "Axuda",
164
163
  "hidden": "agochar",
165
164
  "Hide controls": "Agochar os controis",
166
- "Home": "Inicio",
167
165
  "How much to simplify the polyline on each zoom level (more = better performance and smoother look, less = more accurate)": "Canto se simplificará a poliliña en cada nivel de zoom (máis = mellor comportamento e aparencia máis feble, menos = máis preciso)",
168
166
  "icon opacity": "opacidade da icona",
169
167
  "Icon shape": "Forma da icona",
@@ -249,7 +247,6 @@
249
247
  "Open current feature on load": "Abrir o elemento actual na carga",
250
248
  "Open link in…": "Abrir a ligazón en…",
251
249
  "Open share & download panel": "Abrir o panel de compartición e descarga",
252
- "Open this map extent in a map editor to provide more accurate data to OpenStreetMap": "Abrir esta extensión do mapa nun editor de mapas para fornecer datos máis precisos a OpenStreetMap",
253
250
  "OpenStreetMap": "OpenStreetMap",
254
251
  "Optional. Same as color if not set.": "Opcional. A mesma cor se non se define.",
255
252
  "Optional.": "Opcional.",
@@ -104,7 +104,6 @@ const locale = {
104
104
  "Display measure": "הצגת מדידה",
105
105
  "display name": "שם תצוגה",
106
106
  "Display on load": "הצגה עם הטעינה",
107
- "Display the control to open OpenStreetMap editor": "יש להציג את הפקד לפתיחת העורך של OpenStreetMap",
108
107
  "Display the embed control": "הצגת פקד ההטמעה",
109
108
  "Display the fullscreen control": "הצגת פקד מסך מלא",
110
109
  "Display the locate control": "הצגת פקד האיתור",
@@ -163,7 +162,6 @@ const locale = {
163
162
  "Help": "עזרה",
164
163
  "hidden": "מוסתר",
165
164
  "Hide controls": "הסתרת פקדים",
166
- "Home": "בית",
167
165
  "How much to simplify the polyline on each zoom level (more = better performance and smoother look, less = more accurate)": "כמה לפשט את הקו השבור בכל רמת תקריב (יותר = ביצועים משופרים ומראה חלק יותר, פחות = דיוק גבוה יותר)",
168
166
  "icon opacity": "icon opacity",
169
167
  "Icon shape": "צורת סמל",
@@ -237,7 +235,6 @@ const locale = {
237
235
  "No licence has been set": "לא הוגדר רישיון",
238
236
  "No results": "אין תוצאות",
239
237
  "no": "לא",
240
- "No.": "No.",
241
238
  "None": "ללא",
242
239
  "Number of desired classes (default 5)": "Number of desired classes (default 5)",
243
240
  "On the bottom": "בתחתית",
@@ -250,7 +247,6 @@ const locale = {
250
247
  "Open current feature on load": "Open current feature on load",
251
248
  "Open link in…": "פתיחת קישור עם…",
252
249
  "Open share & download panel": "Open share & download panel",
253
- "Open this map extent in a map editor to provide more accurate data to OpenStreetMap": "פתיחת היקף מפה זו בעורך מפות כדי לספק נתונים מדויקים יותר ל־OpenStreetMap",
254
250
  "OpenStreetMap": "OpenStreetMap",
255
251
  "Optional. Same as color if not set.": "רשות. כנ״ל לגבי צבע אם לא הוגדר.",
256
252
  "Optional.": "רשות.",
@@ -652,7 +648,8 @@ const locale = {
652
648
  "Comma separated list of values": "Comma separated list of values",
653
649
  "Share": "Share",
654
650
  "Customized link": "Customized link",
655
- "Iframe": "Iframe"
651
+ "Iframe": "Iframe",
652
+ "№": "№"
656
653
  }
657
654
  L.registerLocale("he", locale)
658
655
  L.setLocale("he")
@@ -104,7 +104,6 @@
104
104
  "Display measure": "הצגת מדידה",
105
105
  "display name": "שם תצוגה",
106
106
  "Display on load": "הצגה עם הטעינה",
107
- "Display the control to open OpenStreetMap editor": "יש להציג את הפקד לפתיחת העורך של OpenStreetMap",
108
107
  "Display the embed control": "הצגת פקד ההטמעה",
109
108
  "Display the fullscreen control": "הצגת פקד מסך מלא",
110
109
  "Display the locate control": "הצגת פקד האיתור",
@@ -163,7 +162,6 @@
163
162
  "Help": "עזרה",
164
163
  "hidden": "מוסתר",
165
164
  "Hide controls": "הסתרת פקדים",
166
- "Home": "בית",
167
165
  "How much to simplify the polyline on each zoom level (more = better performance and smoother look, less = more accurate)": "כמה לפשט את הקו השבור בכל רמת תקריב (יותר = ביצועים משופרים ומראה חלק יותר, פחות = דיוק גבוה יותר)",
168
166
  "icon opacity": "icon opacity",
169
167
  "Icon shape": "צורת סמל",
@@ -237,7 +235,6 @@
237
235
  "No licence has been set": "לא הוגדר רישיון",
238
236
  "No results": "אין תוצאות",
239
237
  "no": "לא",
240
- "No.": "No.",
241
238
  "None": "ללא",
242
239
  "Number of desired classes (default 5)": "Number of desired classes (default 5)",
243
240
  "On the bottom": "בתחתית",
@@ -250,7 +247,6 @@
250
247
  "Open current feature on load": "Open current feature on load",
251
248
  "Open link in…": "פתיחת קישור עם…",
252
249
  "Open share & download panel": "Open share & download panel",
253
- "Open this map extent in a map editor to provide more accurate data to OpenStreetMap": "פתיחת היקף מפה זו בעורך מפות כדי לספק נתונים מדויקים יותר ל־OpenStreetMap",
254
250
  "OpenStreetMap": "OpenStreetMap",
255
251
  "Optional. Same as color if not set.": "רשות. כנ״ל לגבי צבע אם לא הוגדר.",
256
252
  "Optional.": "רשות.",
@@ -652,5 +648,6 @@
652
648
  "Comma separated list of values": "Comma separated list of values",
653
649
  "Share": "Share",
654
650
  "Customized link": "Customized link",
655
- "Iframe": "Iframe"
651
+ "Iframe": "Iframe",
652
+ "№": "№"
656
653
  }
@@ -104,7 +104,6 @@ const locale = {
104
104
  "Display measure": "Display measure",
105
105
  "display name": "display name",
106
106
  "Display on load": "Prikaži kod učitavanja",
107
- "Display the control to open OpenStreetMap editor": "Display the control to open OpenStreetMap editor",
108
107
  "Display the embed control": "Display the embed control",
109
108
  "Display the fullscreen control": "Display the fullscreen control",
110
109
  "Display the locate control": "Display the locate control",
@@ -163,7 +162,6 @@ const locale = {
163
162
  "Help": "Pomoć",
164
163
  "hidden": "hidden",
165
164
  "Hide controls": "Sakrij kontrole",
166
- "Home": "Home",
167
165
  "How much to simplify the polyline on each zoom level (more = better performance and smoother look, less = more accurate)": "How much to simplify the polyline on each zoom level (more = better performance and smoother look, less = more accurate)",
168
166
  "icon opacity": "icon opacity",
169
167
  "Icon shape": "Icon shape",
@@ -237,7 +235,6 @@ const locale = {
237
235
  "No licence has been set": "Licenca nije postavljenja",
238
236
  "No results": "No results",
239
237
  "no": "ne",
240
- "No.": "No.",
241
238
  "None": "None",
242
239
  "Number of desired classes (default 5)": "Number of desired classes (default 5)",
243
240
  "On the bottom": "On the bottom",
@@ -250,7 +247,6 @@ const locale = {
250
247
  "Open current feature on load": "Open current feature on load",
251
248
  "Open link in…": "Open link in…",
252
249
  "Open share & download panel": "Open share & download panel",
253
- "Open this map extent in a map editor to provide more accurate data to OpenStreetMap": "Open this map extent in a map editor to provide more accurate data to OpenStreetMap",
254
250
  "OpenStreetMap": "OpenStreetMap",
255
251
  "Optional. Same as color if not set.": "Optional. Same as color if not set.",
256
252
  "Optional.": "Optional.",
@@ -652,7 +648,8 @@ const locale = {
652
648
  "Comma separated list of values": "Comma separated list of values",
653
649
  "Share": "Share",
654
650
  "Customized link": "Customized link",
655
- "Iframe": "Iframe"
651
+ "Iframe": "Iframe",
652
+ "№": "№"
656
653
  }
657
654
  L.registerLocale("hr", locale)
658
655
  L.setLocale("hr")
@@ -104,7 +104,6 @@
104
104
  "Display measure": "Display measure",
105
105
  "display name": "display name",
106
106
  "Display on load": "Prikaži kod učitavanja",
107
- "Display the control to open OpenStreetMap editor": "Display the control to open OpenStreetMap editor",
108
107
  "Display the embed control": "Display the embed control",
109
108
  "Display the fullscreen control": "Display the fullscreen control",
110
109
  "Display the locate control": "Display the locate control",
@@ -163,7 +162,6 @@
163
162
  "Help": "Pomoć",
164
163
  "hidden": "hidden",
165
164
  "Hide controls": "Sakrij kontrole",
166
- "Home": "Home",
167
165
  "How much to simplify the polyline on each zoom level (more = better performance and smoother look, less = more accurate)": "How much to simplify the polyline on each zoom level (more = better performance and smoother look, less = more accurate)",
168
166
  "icon opacity": "icon opacity",
169
167
  "Icon shape": "Icon shape",
@@ -237,7 +235,6 @@
237
235
  "No licence has been set": "Licenca nije postavljenja",
238
236
  "No results": "No results",
239
237
  "no": "ne",
240
- "No.": "No.",
241
238
  "None": "None",
242
239
  "Number of desired classes (default 5)": "Number of desired classes (default 5)",
243
240
  "On the bottom": "On the bottom",
@@ -250,7 +247,6 @@
250
247
  "Open current feature on load": "Open current feature on load",
251
248
  "Open link in…": "Open link in…",
252
249
  "Open share & download panel": "Open share & download panel",
253
- "Open this map extent in a map editor to provide more accurate data to OpenStreetMap": "Open this map extent in a map editor to provide more accurate data to OpenStreetMap",
254
250
  "OpenStreetMap": "OpenStreetMap",
255
251
  "Optional. Same as color if not set.": "Optional. Same as color if not set.",
256
252
  "Optional.": "Optional.",
@@ -652,5 +648,6 @@
652
648
  "Comma separated list of values": "Comma separated list of values",
653
649
  "Share": "Share",
654
650
  "Customized link": "Customized link",
655
- "Iframe": "Iframe"
651
+ "Iframe": "Iframe",
652
+ "№": "№"
656
653
  }
@@ -104,7 +104,6 @@ const locale = {
104
104
  "Display measure": "Távolságmérő megjelenítése",
105
105
  "display name": "név megjelenítése",
106
106
  "Display on load": "Megjelenítés betöltéskor",
107
- "Display the control to open OpenStreetMap editor": "Az OpenStreetMap szerkesztő megnyitása vezérlő megjelenítése",
108
107
  "Display the embed control": "Beágyazás vezérlő megjelenítése",
109
108
  "Display the fullscreen control": "Teljes képernyő vezérlő megjelenítése",
110
109
  "Display the locate control": "Saját pozícióhoz igazítás vezérlő megjelenítése",
@@ -163,7 +162,6 @@ const locale = {
163
162
  "Help": "Súgó",
164
163
  "hidden": "rejtett",
165
164
  "Hide controls": "Vezérlők elrejtése",
166
- "Home": "uMap kezdőlap",
167
165
  "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)",
168
166
  "icon opacity": "Ikon átlátszósága",
169
167
  "Icon shape": "Ikon alakja",
@@ -249,7 +247,6 @@ const locale = {
249
247
  "Open current feature on load": "Jelenlegi objektum megnyitása betöltéskor",
250
248
  "Open link in…": "Link megnyitása itt:",
251
249
  "Open share & download panel": "„Megosztás & letöltés” panel megnyitása",
252
- "Open this map extent in a map editor to provide more accurate data to OpenStreetMap": "A térképkivágás megnyitása egy térképszerkesztőben, hogy az OpenStreetMapbe pontosabb adatokat lehessen előállítani",
253
250
  "OpenStreetMap": "OpenStreetMap",
254
251
  "Optional. Same as color if not set.": "Nem kötelező. Ha nincs beállítva, akkor ugyanaz, mint a szín.",
255
252
  "Optional.": "Nem kötelező.",
@@ -645,13 +642,13 @@ const locale = {
645
642
  "Date and time": "Dátum és idő",
646
643
  "List of values": "Értékek felsorolása",
647
644
  "Yes / No": "igen / nem",
648
- "Select field to compute intensity": "Select field to compute intensity",
649
- "Optional intensity field to compute heatmap": "Optional intensity field to compute heatmap",
650
- "All layers": "All layers",
651
- "Comma separated list of values": "Comma separated list of values",
652
- "Share": "Share",
653
- "Customized link": "Customized link",
654
- "Iframe": "Iframe",
645
+ "Select field to compute intensity": "Jelöljön ki egy mezőt az intenzitás kiszámításához",
646
+ "Optional intensity field to compute heatmap": "Nem kötelező intenzitásmező hőtérkép kiszámításához",
647
+ "All layers": "Minden réteg",
648
+ "Comma separated list of values": "Értékek vesszővel elválasztott listája (CSV)",
649
+ "Share": "Megosztás",
650
+ "Customized link": "Testreszabott link",
651
+ "Iframe": "iFrame",
655
652
  "№": "№"
656
653
  }
657
654
  L.registerLocale("hu", locale)
@@ -104,7 +104,6 @@
104
104
  "Display measure": "Távolságmérő megjelenítése",
105
105
  "display name": "név megjelenítése",
106
106
  "Display on load": "Megjelenítés betöltéskor",
107
- "Display the control to open OpenStreetMap editor": "Az OpenStreetMap szerkesztő megnyitása vezérlő megjelenítése",
108
107
  "Display the embed control": "Beágyazás vezérlő megjelenítése",
109
108
  "Display the fullscreen control": "Teljes képernyő vezérlő megjelenítése",
110
109
  "Display the locate control": "Saját pozícióhoz igazítás vezérlő megjelenítése",
@@ -163,7 +162,6 @@
163
162
  "Help": "Súgó",
164
163
  "hidden": "rejtett",
165
164
  "Hide controls": "Vezérlők elrejtése",
166
- "Home": "uMap kezdőlap",
167
165
  "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)",
168
166
  "icon opacity": "Ikon átlátszósága",
169
167
  "Icon shape": "Ikon alakja",
@@ -249,7 +247,6 @@
249
247
  "Open current feature on load": "Jelenlegi objektum megnyitása betöltéskor",
250
248
  "Open link in…": "Link megnyitása itt:",
251
249
  "Open share & download panel": "„Megosztás & letöltés” panel megnyitása",
252
- "Open this map extent in a map editor to provide more accurate data to OpenStreetMap": "A térképkivágás megnyitása egy térképszerkesztőben, hogy az OpenStreetMapbe pontosabb adatokat lehessen előállítani",
253
250
  "OpenStreetMap": "OpenStreetMap",
254
251
  "Optional. Same as color if not set.": "Nem kötelező. Ha nincs beállítva, akkor ugyanaz, mint a szín.",
255
252
  "Optional.": "Nem kötelező.",
@@ -645,12 +642,12 @@
645
642
  "Date and time": "Dátum és idő",
646
643
  "List of values": "Értékek felsorolása",
647
644
  "Yes / No": "igen / nem",
648
- "Select field to compute intensity": "Select field to compute intensity",
649
- "Optional intensity field to compute heatmap": "Optional intensity field to compute heatmap",
650
- "All layers": "All layers",
651
- "Comma separated list of values": "Comma separated list of values",
652
- "Share": "Share",
653
- "Customized link": "Customized link",
654
- "Iframe": "Iframe",
645
+ "Select field to compute intensity": "Jelöljön ki egy mezőt az intenzitás kiszámításához",
646
+ "Optional intensity field to compute heatmap": "Nem kötelező intenzitásmező hőtérkép kiszámításához",
647
+ "All layers": "Minden réteg",
648
+ "Comma separated list of values": "Értékek vesszővel elválasztott listája (CSV)",
649
+ "Share": "Megosztás",
650
+ "Customized link": "Testreszabott link",
651
+ "Iframe": "iFrame",
655
652
  "№": "№"
656
653
  }
@@ -104,7 +104,6 @@ const locale = {
104
104
  "Display measure": "Display measure",
105
105
  "display name": "display name",
106
106
  "Display on load": "Display on load",
107
- "Display the control to open OpenStreetMap editor": "Display the control to open OpenStreetMap editor",
108
107
  "Display the embed control": "Display the embed control",
109
108
  "Display the fullscreen control": "Display the fullscreen control",
110
109
  "Display the locate control": "Display the locate control",
@@ -163,7 +162,6 @@ const locale = {
163
162
  "Help": "Help",
164
163
  "hidden": "hidden",
165
164
  "Hide controls": "Hide controls",
166
- "Home": "Home",
167
165
  "How much to simplify the polyline on each zoom level (more = better performance and smoother look, less = more accurate)": "How much to simplify the polyline on each zoom level (more = better performance and smoother look, less = more accurate)",
168
166
  "icon opacity": "icon opacity",
169
167
  "Icon shape": "Icon shape",
@@ -237,7 +235,6 @@ const locale = {
237
235
  "No licence has been set": "No licence has been set",
238
236
  "No results": "No results",
239
237
  "no": "no",
240
- "No.": "No.",
241
238
  "None": "None",
242
239
  "Number of desired classes (default 5)": "Number of desired classes (default 5)",
243
240
  "On the bottom": "On the bottom",
@@ -250,7 +247,6 @@ const locale = {
250
247
  "Open current feature on load": "Open current feature on load",
251
248
  "Open link in…": "Open link in…",
252
249
  "Open share & download panel": "Open share & download panel",
253
- "Open this map extent in a map editor to provide more accurate data to OpenStreetMap": "Open this map extent in a map editor to provide more accurate data to OpenStreetMap",
254
250
  "OpenStreetMap": "OpenStreetMap",
255
251
  "Optional. Same as color if not set.": "Optional. Same as color if not set.",
256
252
  "Optional.": "Optional.",
@@ -652,7 +648,8 @@ const locale = {
652
648
  "Comma separated list of values": "Comma separated list of values",
653
649
  "Share": "Share",
654
650
  "Customized link": "Customized link",
655
- "Iframe": "Iframe"
651
+ "Iframe": "Iframe",
652
+ "№": "№"
656
653
  }
657
654
  L.registerLocale("id", locale)
658
655
  L.setLocale("id")
@@ -104,7 +104,6 @@
104
104
  "Display measure": "Display measure",
105
105
  "display name": "display name",
106
106
  "Display on load": "Display on load",
107
- "Display the control to open OpenStreetMap editor": "Display the control to open OpenStreetMap editor",
108
107
  "Display the embed control": "Display the embed control",
109
108
  "Display the fullscreen control": "Display the fullscreen control",
110
109
  "Display the locate control": "Display the locate control",
@@ -163,7 +162,6 @@
163
162
  "Help": "Help",
164
163
  "hidden": "hidden",
165
164
  "Hide controls": "Hide controls",
166
- "Home": "Home",
167
165
  "How much to simplify the polyline on each zoom level (more = better performance and smoother look, less = more accurate)": "How much to simplify the polyline on each zoom level (more = better performance and smoother look, less = more accurate)",
168
166
  "icon opacity": "icon opacity",
169
167
  "Icon shape": "Icon shape",
@@ -237,7 +235,6 @@
237
235
  "No licence has been set": "No licence has been set",
238
236
  "No results": "No results",
239
237
  "no": "no",
240
- "No.": "No.",
241
238
  "None": "None",
242
239
  "Number of desired classes (default 5)": "Number of desired classes (default 5)",
243
240
  "On the bottom": "On the bottom",
@@ -250,7 +247,6 @@
250
247
  "Open current feature on load": "Open current feature on load",
251
248
  "Open link in…": "Open link in…",
252
249
  "Open share & download panel": "Open share & download panel",
253
- "Open this map extent in a map editor to provide more accurate data to OpenStreetMap": "Open this map extent in a map editor to provide more accurate data to OpenStreetMap",
254
250
  "OpenStreetMap": "OpenStreetMap",
255
251
  "Optional. Same as color if not set.": "Optional. Same as color if not set.",
256
252
  "Optional.": "Optional.",
@@ -652,5 +648,6 @@
652
648
  "Comma separated list of values": "Comma separated list of values",
653
649
  "Share": "Share",
654
650
  "Customized link": "Customized link",
655
- "Iframe": "Iframe"
651
+ "Iframe": "Iframe",
652
+ "№": "№"
656
653
  }
@@ -104,7 +104,6 @@ const locale = {
104
104
  "Display measure": "Birta mælingar",
105
105
  "display name": "birtingarnafn",
106
106
  "Display on load": "Birta við innhleðslu",
107
- "Display the control to open OpenStreetMap editor": "Birta hnapp til að opna OpenStreetMap-ritill",
108
107
  "Display the embed control": "Birta hnapp fyrir ígræðslukóða",
109
108
  "Display the fullscreen control": "Birta hnapp fyrir skjáfylli",
110
109
  "Display the locate control": "Birta staðsetningarhnapp",
@@ -163,7 +162,6 @@ const locale = {
163
162
  "Help": "Hjálp",
164
163
  "hidden": "falið",
165
164
  "Hide controls": "Fela hnappa",
166
- "Home": "Heim",
167
165
  "How much to simplify the polyline on each zoom level (more = better performance and smoother look, less = more accurate)": "Hve mikið eigi að einfalda fjölpunktalínu á hverju aðdráttarstigi (meira = betri afköst og mýkra útlit, minna = nákvæmara)",
168
166
  "icon opacity": "ógegnsæi tákns",
169
167
  "Icon shape": "Lögun táknmyndar",
@@ -249,7 +247,6 @@ const locale = {
249
247
  "Open current feature on load": "Opna fyrirliggjandi fitju við innhleðslu",
250
248
  "Open link in…": "Opna tengil í…",
251
249
  "Open share & download panel": "Opna deilingar- og niðurhalsspjald",
252
- "Open this map extent in a map editor to provide more accurate data to OpenStreetMap": "Opna umfang þessa korts í kortavinnsluforriti til að gefa nákvæmari kortagögn til OpenStreetMap",
253
250
  "OpenStreetMap": "OpenStreetMap",
254
251
  "Optional. Same as color if not set.": "Valfrjálst. Sama og litur ef ekkert er skilgreint.",
255
252
  "Optional.": "Valfrjálst.",