umap-project 1.4.4__py3-none-any.whl → 1.5.0__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 (132) 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 +8 -7
  4. umap/locale/cs_CZ/LC_MESSAGES/django.mo +0 -0
  5. umap/locale/cs_CZ/LC_MESSAGES/django.po +35 -35
  6. umap/locale/en/LC_MESSAGES/django.po +28 -28
  7. umap/migrations/0011_alter_map_edit_status_alter_map_share_status.py +24 -0
  8. umap/models.py +10 -2
  9. umap/settings/base.py +2 -0
  10. umap/static/umap/base.css +4 -4
  11. umap/static/umap/img/16-white.svg +18 -3
  12. umap/static/umap/img/logo_small.svg +14 -0
  13. umap/static/umap/img/source/16-white.svg +19 -5
  14. umap/static/umap/js/umap.controls.js +122 -132
  15. umap/static/umap/js/umap.core.js +12 -5
  16. umap/static/umap/js/umap.features.js +40 -14
  17. umap/static/umap/js/umap.forms.js +55 -5
  18. umap/static/umap/js/umap.js +59 -100
  19. umap/static/umap/js/umap.layer.js +69 -26
  20. umap/static/umap/js/umap.permissions.js +5 -0
  21. umap/static/umap/js/umap.popup.js +3 -6
  22. umap/static/umap/js/umap.xhr.js +2 -1
  23. umap/static/umap/locale/am_ET.js +14 -7
  24. umap/static/umap/locale/am_ET.json +14 -7
  25. umap/static/umap/locale/ar.js +14 -7
  26. umap/static/umap/locale/ar.json +14 -7
  27. umap/static/umap/locale/ast.js +14 -7
  28. umap/static/umap/locale/ast.json +14 -7
  29. umap/static/umap/locale/bg.js +14 -7
  30. umap/static/umap/locale/bg.json +14 -7
  31. umap/static/umap/locale/br.js +29 -22
  32. umap/static/umap/locale/br.json +29 -22
  33. umap/static/umap/locale/ca.js +14 -7
  34. umap/static/umap/locale/ca.json +14 -7
  35. umap/static/umap/locale/cs_CZ.js +42 -35
  36. umap/static/umap/locale/cs_CZ.json +42 -35
  37. umap/static/umap/locale/da.js +14 -7
  38. umap/static/umap/locale/da.json +14 -7
  39. umap/static/umap/locale/de.js +14 -7
  40. umap/static/umap/locale/de.json +14 -7
  41. umap/static/umap/locale/el.js +14 -7
  42. umap/static/umap/locale/el.json +14 -7
  43. umap/static/umap/locale/en.js +14 -7
  44. umap/static/umap/locale/en.json +14 -7
  45. umap/static/umap/locale/en_US.json +14 -7
  46. umap/static/umap/locale/es.js +14 -7
  47. umap/static/umap/locale/es.json +14 -7
  48. umap/static/umap/locale/et.js +14 -7
  49. umap/static/umap/locale/et.json +14 -7
  50. umap/static/umap/locale/eu.js +7 -7
  51. umap/static/umap/locale/eu.json +7 -7
  52. umap/static/umap/locale/fa_IR.js +14 -7
  53. umap/static/umap/locale/fa_IR.json +14 -7
  54. umap/static/umap/locale/fi.js +14 -7
  55. umap/static/umap/locale/fi.json +14 -7
  56. umap/static/umap/locale/fr.js +14 -7
  57. umap/static/umap/locale/fr.json +14 -7
  58. umap/static/umap/locale/gl.js +14 -7
  59. umap/static/umap/locale/gl.json +14 -7
  60. umap/static/umap/locale/he.js +14 -7
  61. umap/static/umap/locale/he.json +14 -7
  62. umap/static/umap/locale/hr.js +14 -7
  63. umap/static/umap/locale/hr.json +14 -7
  64. umap/static/umap/locale/hu.js +14 -7
  65. umap/static/umap/locale/hu.json +14 -7
  66. umap/static/umap/locale/id.js +14 -7
  67. umap/static/umap/locale/id.json +14 -7
  68. umap/static/umap/locale/is.js +14 -7
  69. umap/static/umap/locale/is.json +14 -7
  70. umap/static/umap/locale/it.js +14 -7
  71. umap/static/umap/locale/it.json +14 -7
  72. umap/static/umap/locale/ja.js +14 -7
  73. umap/static/umap/locale/ja.json +14 -7
  74. umap/static/umap/locale/ko.js +14 -7
  75. umap/static/umap/locale/ko.json +14 -7
  76. umap/static/umap/locale/lt.js +14 -7
  77. umap/static/umap/locale/lt.json +14 -7
  78. umap/static/umap/locale/ms.js +14 -7
  79. umap/static/umap/locale/ms.json +14 -7
  80. umap/static/umap/locale/nl.js +14 -7
  81. umap/static/umap/locale/nl.json +14 -7
  82. umap/static/umap/locale/no.js +14 -7
  83. umap/static/umap/locale/no.json +14 -7
  84. umap/static/umap/locale/pl.js +14 -7
  85. umap/static/umap/locale/pl.json +14 -7
  86. umap/static/umap/locale/pl_PL.json +14 -7
  87. umap/static/umap/locale/pt.js +14 -7
  88. umap/static/umap/locale/pt.json +14 -7
  89. umap/static/umap/locale/pt_BR.js +14 -7
  90. umap/static/umap/locale/pt_BR.json +14 -7
  91. umap/static/umap/locale/pt_PT.js +14 -7
  92. umap/static/umap/locale/pt_PT.json +14 -7
  93. umap/static/umap/locale/ro.js +14 -7
  94. umap/static/umap/locale/ro.json +14 -7
  95. umap/static/umap/locale/ru.js +14 -7
  96. umap/static/umap/locale/ru.json +14 -7
  97. umap/static/umap/locale/sk_SK.js +14 -7
  98. umap/static/umap/locale/sk_SK.json +14 -7
  99. umap/static/umap/locale/sl.js +14 -7
  100. umap/static/umap/locale/sl.json +14 -7
  101. umap/static/umap/locale/sr.js +14 -7
  102. umap/static/umap/locale/sr.json +14 -7
  103. umap/static/umap/locale/sv.js +38 -31
  104. umap/static/umap/locale/sv.json +38 -31
  105. umap/static/umap/locale/th_TH.js +14 -7
  106. umap/static/umap/locale/th_TH.json +14 -7
  107. umap/static/umap/locale/tr.js +14 -7
  108. umap/static/umap/locale/tr.json +14 -7
  109. umap/static/umap/locale/uk_UA.js +14 -7
  110. umap/static/umap/locale/uk_UA.json +14 -7
  111. umap/static/umap/locale/vi.js +14 -7
  112. umap/static/umap/locale/vi.json +14 -7
  113. umap/static/umap/locale/vi_VN.json +14 -7
  114. umap/static/umap/locale/zh.js +14 -7
  115. umap/static/umap/locale/zh.json +14 -7
  116. umap/static/umap/locale/zh_CN.json +14 -7
  117. umap/static/umap/locale/zh_TW.Big5.json +14 -7
  118. umap/static/umap/locale/zh_TW.js +14 -7
  119. umap/static/umap/locale/zh_TW.json +14 -7
  120. umap/static/umap/map.css +119 -47
  121. umap/static/umap/test/DataLayer.js +32 -6
  122. umap/static/umap/test/Util.js +7 -7
  123. umap/static/umap/vendors/leaflet/leaflet-src.js +7156 -7156
  124. umap/static/umap/vendors/togeojson/togeojson.js +2 -406
  125. umap/tests/test_map.py +16 -0
  126. umap/tests/test_views.py +18 -0
  127. umap/views.py +3 -1
  128. {umap_project-1.4.4.dist-info → umap_project-1.5.0.dist-info}/METADATA +3 -3
  129. {umap_project-1.4.4.dist-info → umap_project-1.5.0.dist-info}/RECORD +132 -130
  130. {umap_project-1.4.4.dist-info → umap_project-1.5.0.dist-info}/WHEEL +0 -0
  131. {umap_project-1.4.4.dist-info → umap_project-1.5.0.dist-info}/entry_points.txt +0 -0
  132. {umap_project-1.4.4.dist-info → umap_project-1.5.0.dist-info}/licenses/LICENSE +0 -0
@@ -164,7 +164,6 @@
164
164
  "Edit map settings": "Edit map settings",
165
165
  "Edit properties in a table": "Edit properties in a table",
166
166
  "Edit this feature": "Edit this feature",
167
- "Editing": "Editing",
168
167
  "Embed and share this map": "Embed and share this map",
169
168
  "Embed the map": "Embed the map",
170
169
  "Empty": "Empty",
@@ -349,14 +348,10 @@
349
348
  "Open current feature on load": "Open current feature on load",
350
349
  "Permalink": "Permalink",
351
350
  "The name of the property to use as feature unique identifier.": "The name of the property to use as feature unique identifier.",
352
- "Advanced filter keys": "Advanced filter keys",
353
- "Comma separated list of properties to use for checkbox filtering": "Comma separated list of properties to use for checkbox filtering",
354
- "Data filters": "Data filters",
355
351
  "Do you want to display caption menus?": "Do you want to display caption menus?",
356
352
  "Example: key1,key2,key3": "Example: key1,key2,key3",
357
353
  "Invalid latitude or longitude": "Invalid latitude or longitude",
358
354
  "Invalide property name: {name}": "Invalide property name: {name}",
359
- "No results for these filters": "No results for these filters",
360
355
  "Permanent credits": "Permanent credits",
361
356
  "Permanent credits background": "Permanent credits background",
362
357
  "Select data": "Select data",
@@ -393,10 +388,22 @@
393
388
  "Send me the link": "Send me the link",
394
389
  "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:",
395
390
  "Comma separated list of properties to use for sorting features. To reverse the sort, put a minus sign (-) before. Eg. mykey,-otherkey.": "Comma separated list of properties to use for sorting features. To reverse the sort, put a minus sign (-) before. Eg. mykey,-otherkey.",
396
- "Issue reaching that URL (network problem or CORS protection)": "Issue reaching that URL (network problem or CORS protection)",
397
391
  "Toggle edit mode (⇧+Click)": "Toggle edit mode (⇧+Click)",
398
392
  "icon opacity": "icon opacity",
399
393
  "*single star for italic*": "*single star for italic*",
400
394
  "--- for a horizontal rule": "--- for a horizontal rule",
401
- "The name of the property to use as feature label (eg.: \"nom\"). You can also use properties inside brackets to use more than one or mix with static content (eg.: \"{name} in {place}\")": "The name of the property to use as feature label (eg.: \"nom\"). You can also use properties inside brackets to use more than one or mix with static content (eg.: \"{name} in {place}\")"
395
+ "The name of the property to use as feature label (eg.: \"nom\"). You can also use properties inside brackets to use more than one or mix with static content (eg.: \"{name} in {place}\")": "The name of the property to use as feature label (eg.: \"nom\"). You can also use properties inside brackets to use more than one or mix with static content (eg.: \"{name} in {place}\")",
396
+ "Cancel all": "Cancel all",
397
+ "Comma separated list of properties to use for facet search (eg.: mykey,otherkey). To control label, add it after a | (eg.: mykey|My Key,otherkey|Other Key)": "Comma separated list of properties to use for facet search (eg.: mykey,otherkey). To control label, add it after a | (eg.: mykey|My Key,otherkey|Other Key)",
398
+ "Default view": "Default view",
399
+ "Facet keys": "Facet keys",
400
+ "Facet search": "Facet search",
401
+ "Feature properties": "Feature properties",
402
+ "Issue reaching that URL (network problem or CORS protection): {url}": "Issue reaching that URL (network problem or CORS protection): {url}",
403
+ "Latest feature": "Latest feature",
404
+ "Layers bounds": "Layers bounds",
405
+ "No results for these facets": "No results for these facets",
406
+ "Saved center and zoom": "Saved center and zoom",
407
+ "User location": "User location",
408
+ "Visibility: {status}": "Visibility: {status}"
402
409
  }
@@ -164,7 +164,6 @@ const locale = {
164
164
  "Edit map settings": "Keisti žemėlapio nustatymus",
165
165
  "Edit properties in a table": "Redaguoti savybes lentelėje",
166
166
  "Edit this feature": "Redaguoti šį objektą",
167
- "Editing": "Redaguojama",
168
167
  "Embed and share this map": "Įkelti ir dalintis šiuo žemėlapiu",
169
168
  "Embed the map": "Įsikelti šį žemėlapį",
170
169
  "Empty": "Tuščias",
@@ -349,14 +348,10 @@ const locale = {
349
348
  "Open current feature on load": "Open current feature on load",
350
349
  "Permalink": "Permalink",
351
350
  "The name of the property to use as feature unique identifier.": "The name of the property to use as feature unique identifier.",
352
- "Advanced filter keys": "Advanced filter keys",
353
- "Comma separated list of properties to use for checkbox filtering": "Comma separated list of properties to use for checkbox filtering",
354
- "Data filters": "Data filters",
355
351
  "Do you want to display caption menus?": "Do you want to display caption menus?",
356
352
  "Example: key1,key2,key3": "Example: key1,key2,key3",
357
353
  "Invalid latitude or longitude": "Invalid latitude or longitude",
358
354
  "Invalide property name: {name}": "Invalide property name: {name}",
359
- "No results for these filters": "No results for these filters",
360
355
  "Permanent credits": "Permanent credits",
361
356
  "Permanent credits background": "Permanent credits background",
362
357
  "Select data": "Select data",
@@ -393,12 +388,24 @@ const locale = {
393
388
  "Send me the link": "Send me the link",
394
389
  "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:",
395
390
  "Comma separated list of properties to use for sorting features. To reverse the sort, put a minus sign (-) before. Eg. mykey,-otherkey.": "Comma separated list of properties to use for sorting features. To reverse the sort, put a minus sign (-) before. Eg. mykey,-otherkey.",
396
- "Issue reaching that URL (network problem or CORS protection)": "Issue reaching that URL (network problem or CORS protection)",
397
391
  "Toggle edit mode (⇧+Click)": "Toggle edit mode (⇧+Click)",
398
392
  "icon opacity": "icon opacity",
399
393
  "*single star for italic*": "*single star for italic*",
400
394
  "--- for a horizontal rule": "--- for a horizontal rule",
401
- "The name of the property to use as feature label (eg.: \"nom\"). You can also use properties inside brackets to use more than one or mix with static content (eg.: \"{name} in {place}\")": "The name of the property to use as feature label (eg.: \"nom\"). You can also use properties inside brackets to use more than one or mix with static content (eg.: \"{name} in {place}\")"
395
+ "The name of the property to use as feature label (eg.: \"nom\"). You can also use properties inside brackets to use more than one or mix with static content (eg.: \"{name} in {place}\")": "The name of the property to use as feature label (eg.: \"nom\"). You can also use properties inside brackets to use more than one or mix with static content (eg.: \"{name} in {place}\")",
396
+ "Cancel all": "Cancel all",
397
+ "Comma separated list of properties to use for facet search (eg.: mykey,otherkey). To control label, add it after a | (eg.: mykey|My Key,otherkey|Other Key)": "Comma separated list of properties to use for facet search (eg.: mykey,otherkey). To control label, add it after a | (eg.: mykey|My Key,otherkey|Other Key)",
398
+ "Default view": "Default view",
399
+ "Facet keys": "Facet keys",
400
+ "Facet search": "Facet search",
401
+ "Feature properties": "Feature properties",
402
+ "Issue reaching that URL (network problem or CORS protection): {url}": "Issue reaching that URL (network problem or CORS protection): {url}",
403
+ "Latest feature": "Latest feature",
404
+ "Layers bounds": "Layers bounds",
405
+ "No results for these facets": "No results for these facets",
406
+ "Saved center and zoom": "Saved center and zoom",
407
+ "User location": "User location",
408
+ "Visibility: {status}": "Visibility: {status}"
402
409
  }
403
410
  L.registerLocale("lt", locale)
404
411
  L.setLocale("lt")
@@ -164,7 +164,6 @@
164
164
  "Edit map settings": "Keisti žemėlapio nustatymus",
165
165
  "Edit properties in a table": "Redaguoti savybes lentelėje",
166
166
  "Edit this feature": "Redaguoti šį objektą",
167
- "Editing": "Redaguojama",
168
167
  "Embed and share this map": "Įkelti ir dalintis šiuo žemėlapiu",
169
168
  "Embed the map": "Įsikelti šį žemėlapį",
170
169
  "Empty": "Tuščias",
@@ -349,14 +348,10 @@
349
348
  "Open current feature on load": "Open current feature on load",
350
349
  "Permalink": "Permalink",
351
350
  "The name of the property to use as feature unique identifier.": "The name of the property to use as feature unique identifier.",
352
- "Advanced filter keys": "Advanced filter keys",
353
- "Comma separated list of properties to use for checkbox filtering": "Comma separated list of properties to use for checkbox filtering",
354
- "Data filters": "Data filters",
355
351
  "Do you want to display caption menus?": "Do you want to display caption menus?",
356
352
  "Example: key1,key2,key3": "Example: key1,key2,key3",
357
353
  "Invalid latitude or longitude": "Invalid latitude or longitude",
358
354
  "Invalide property name: {name}": "Invalide property name: {name}",
359
- "No results for these filters": "No results for these filters",
360
355
  "Permanent credits": "Permanent credits",
361
356
  "Permanent credits background": "Permanent credits background",
362
357
  "Select data": "Select data",
@@ -393,10 +388,22 @@
393
388
  "Send me the link": "Send me the link",
394
389
  "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:",
395
390
  "Comma separated list of properties to use for sorting features. To reverse the sort, put a minus sign (-) before. Eg. mykey,-otherkey.": "Comma separated list of properties to use for sorting features. To reverse the sort, put a minus sign (-) before. Eg. mykey,-otherkey.",
396
- "Issue reaching that URL (network problem or CORS protection)": "Issue reaching that URL (network problem or CORS protection)",
397
391
  "Toggle edit mode (⇧+Click)": "Toggle edit mode (⇧+Click)",
398
392
  "icon opacity": "icon opacity",
399
393
  "*single star for italic*": "*single star for italic*",
400
394
  "--- for a horizontal rule": "--- for a horizontal rule",
401
- "The name of the property to use as feature label (eg.: \"nom\"). You can also use properties inside brackets to use more than one or mix with static content (eg.: \"{name} in {place}\")": "The name of the property to use as feature label (eg.: \"nom\"). You can also use properties inside brackets to use more than one or mix with static content (eg.: \"{name} in {place}\")"
395
+ "The name of the property to use as feature label (eg.: \"nom\"). You can also use properties inside brackets to use more than one or mix with static content (eg.: \"{name} in {place}\")": "The name of the property to use as feature label (eg.: \"nom\"). You can also use properties inside brackets to use more than one or mix with static content (eg.: \"{name} in {place}\")",
396
+ "Cancel all": "Cancel all",
397
+ "Comma separated list of properties to use for facet search (eg.: mykey,otherkey). To control label, add it after a | (eg.: mykey|My Key,otherkey|Other Key)": "Comma separated list of properties to use for facet search (eg.: mykey,otherkey). To control label, add it after a | (eg.: mykey|My Key,otherkey|Other Key)",
398
+ "Default view": "Default view",
399
+ "Facet keys": "Facet keys",
400
+ "Facet search": "Facet search",
401
+ "Feature properties": "Feature properties",
402
+ "Issue reaching that URL (network problem or CORS protection): {url}": "Issue reaching that URL (network problem or CORS protection): {url}",
403
+ "Latest feature": "Latest feature",
404
+ "Layers bounds": "Layers bounds",
405
+ "No results for these facets": "No results for these facets",
406
+ "Saved center and zoom": "Saved center and zoom",
407
+ "User location": "User location",
408
+ "Visibility: {status}": "Visibility: {status}"
402
409
  }
@@ -164,7 +164,6 @@ const locale = {
164
164
  "Edit map settings": "Sunting tetapan peta",
165
165
  "Edit properties in a table": "Sunting ciri-ciri dalam jadual",
166
166
  "Edit this feature": "Sunting sifat ini",
167
- "Editing": "Suntingan",
168
167
  "Embed and share this map": "Benam dan kongsi peta ini",
169
168
  "Embed the map": "Benamkan peta",
170
169
  "Empty": "Kosongkan",
@@ -349,14 +348,10 @@ const locale = {
349
348
  "Open current feature on load": "Buka sifat semasa ketika dimuatkan",
350
349
  "Permalink": "Pautan kekal",
351
350
  "The name of the property to use as feature unique identifier.": "Nama ciri-ciri untuk digunakan sebagai pengenalpastian unik sifat.",
352
- "Advanced filter keys": "Kekunci tapisan lanjutan",
353
- "Comma separated list of properties to use for checkbox filtering": "Senarai berpisahkan koma bagi ciri-ciri untuk digunakan bagi penapisan kotak pilihan",
354
- "Data filters": "Penapis data",
355
351
  "Do you want to display caption menus?": "Adakah anda ingin paparkan menu keterangan?",
356
352
  "Example: key1,key2,key3": "Contoh: kekunci1,kekunci2,kekunci3",
357
353
  "Invalid latitude or longitude": "Latitud atau longitud tidak sah",
358
354
  "Invalide property name: {name}": "Nama ciri tidak sah: {name}",
359
- "No results for these filters": "Tiada hasil bagi tapisan ini",
360
355
  "Permanent credits": "Penghargaan kekal",
361
356
  "Permanent credits background": "Latar penghargaan kekal",
362
357
  "Select data": "Pilih data",
@@ -393,12 +388,24 @@ const locale = {
393
388
  "Send me the link": "Hantarkan pautan kepada saya",
394
389
  "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "Peta anda telah berjaya dicipta! Memandangkan anda tidak log masuk, ini pautan rahsia anda untuk menyunting peta, sila simpannya dengan selamat:",
395
390
  "Comma separated list of properties to use for sorting features. To reverse the sort, put a minus sign (-) before. Eg. mykey,-otherkey.": "Senarai ciri-ciri untuk digunakan bagi sifat isihan, dipisahkan dengan koma. Untuk mengundur isihan, letak tanda tolak (-) sebelumnya. Cth. kekuncisaya,-kekuncilain.",
396
- "Issue reaching that URL (network problem or CORS protection)": "Ada isu ketika mencapai URL tersebut (masalah rangkaian atau perlindungan CORS)",
397
391
  "Toggle edit mode (⇧+Click)": "Togol mod suntingan (⇧+Klik)",
398
392
  "icon opacity": "kelegapan ikon",
399
393
  "*single star for italic*": "*bintang tunggal untuk tulisan condong*",
400
394
  "--- for a horizontal rule": "--- untuk garis melintang",
401
- "The name of the property to use as feature label (eg.: \"nom\"). You can also use properties inside brackets to use more than one or mix with static content (eg.: \"{name} in {place}\")": "Nama bagi ciri untuk digunakan sebagai label sifat (cth.: \"nom\"). Anda juga boleh gunakan ciri-ciri dalam kurungan dakap untuk guna lebih daripada satu ciri atau untuk gabung dengan kandungan statik (cth.: \"{name} di {place}\")"
395
+ "The name of the property to use as feature label (eg.: \"nom\"). You can also use properties inside brackets to use more than one or mix with static content (eg.: \"{name} in {place}\")": "Nama bagi ciri untuk digunakan sebagai label sifat (cth.: \"nom\"). Anda juga boleh gunakan ciri-ciri dalam kurungan dakap untuk guna lebih daripada satu ciri atau untuk gabung dengan kandungan statik (cth.: \"{name} di {place}\")",
396
+ "Cancel all": "Cancel all",
397
+ "Comma separated list of properties to use for facet search (eg.: mykey,otherkey). To control label, add it after a | (eg.: mykey|My Key,otherkey|Other Key)": "Comma separated list of properties to use for facet search (eg.: mykey,otherkey). To control label, add it after a | (eg.: mykey|My Key,otherkey|Other Key)",
398
+ "Default view": "Default view",
399
+ "Facet keys": "Facet keys",
400
+ "Facet search": "Facet search",
401
+ "Feature properties": "Feature properties",
402
+ "Issue reaching that URL (network problem or CORS protection): {url}": "Issue reaching that URL (network problem or CORS protection): {url}",
403
+ "Latest feature": "Latest feature",
404
+ "Layers bounds": "Layers bounds",
405
+ "No results for these facets": "No results for these facets",
406
+ "Saved center and zoom": "Saved center and zoom",
407
+ "User location": "User location",
408
+ "Visibility: {status}": "Visibility: {status}"
402
409
  }
403
410
  L.registerLocale("ms", locale)
404
411
  L.setLocale("ms")
@@ -164,7 +164,6 @@
164
164
  "Edit map settings": "Sunting tetapan peta",
165
165
  "Edit properties in a table": "Sunting ciri-ciri dalam jadual",
166
166
  "Edit this feature": "Sunting sifat ini",
167
- "Editing": "Suntingan",
168
167
  "Embed and share this map": "Benam dan kongsi peta ini",
169
168
  "Embed the map": "Benamkan peta",
170
169
  "Empty": "Kosongkan",
@@ -349,14 +348,10 @@
349
348
  "Open current feature on load": "Buka sifat semasa ketika dimuatkan",
350
349
  "Permalink": "Pautan kekal",
351
350
  "The name of the property to use as feature unique identifier.": "Nama ciri-ciri untuk digunakan sebagai pengenalpastian unik sifat.",
352
- "Advanced filter keys": "Kekunci tapisan lanjutan",
353
- "Comma separated list of properties to use for checkbox filtering": "Senarai berpisahkan koma bagi ciri-ciri untuk digunakan bagi penapisan kotak pilihan",
354
- "Data filters": "Penapis data",
355
351
  "Do you want to display caption menus?": "Adakah anda ingin paparkan menu keterangan?",
356
352
  "Example: key1,key2,key3": "Contoh: kekunci1,kekunci2,kekunci3",
357
353
  "Invalid latitude or longitude": "Latitud atau longitud tidak sah",
358
354
  "Invalide property name: {name}": "Nama ciri tidak sah: {name}",
359
- "No results for these filters": "Tiada hasil bagi tapisan ini",
360
355
  "Permanent credits": "Penghargaan kekal",
361
356
  "Permanent credits background": "Latar penghargaan kekal",
362
357
  "Select data": "Pilih data",
@@ -393,10 +388,22 @@
393
388
  "Send me the link": "Hantarkan pautan kepada saya",
394
389
  "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "Peta anda telah berjaya dicipta! Memandangkan anda tidak log masuk, ini pautan rahsia anda untuk menyunting peta, sila simpannya dengan selamat:",
395
390
  "Comma separated list of properties to use for sorting features. To reverse the sort, put a minus sign (-) before. Eg. mykey,-otherkey.": "Senarai ciri-ciri untuk digunakan bagi sifat isihan, dipisahkan dengan koma. Untuk mengundur isihan, letak tanda tolak (-) sebelumnya. Cth. kekuncisaya,-kekuncilain.",
396
- "Issue reaching that URL (network problem or CORS protection)": "Ada isu ketika mencapai URL tersebut (masalah rangkaian atau perlindungan CORS)",
397
391
  "Toggle edit mode (⇧+Click)": "Togol mod suntingan (⇧+Klik)",
398
392
  "icon opacity": "kelegapan ikon",
399
393
  "*single star for italic*": "*bintang tunggal untuk tulisan condong*",
400
394
  "--- for a horizontal rule": "--- untuk garis melintang",
401
- "The name of the property to use as feature label (eg.: \"nom\"). You can also use properties inside brackets to use more than one or mix with static content (eg.: \"{name} in {place}\")": "Nama bagi ciri untuk digunakan sebagai label sifat (cth.: \"nom\"). Anda juga boleh gunakan ciri-ciri dalam kurungan dakap untuk guna lebih daripada satu ciri atau untuk gabung dengan kandungan statik (cth.: \"{name} di {place}\")"
395
+ "The name of the property to use as feature label (eg.: \"nom\"). You can also use properties inside brackets to use more than one or mix with static content (eg.: \"{name} in {place}\")": "Nama bagi ciri untuk digunakan sebagai label sifat (cth.: \"nom\"). Anda juga boleh gunakan ciri-ciri dalam kurungan dakap untuk guna lebih daripada satu ciri atau untuk gabung dengan kandungan statik (cth.: \"{name} di {place}\")",
396
+ "Cancel all": "Cancel all",
397
+ "Comma separated list of properties to use for facet search (eg.: mykey,otherkey). To control label, add it after a | (eg.: mykey|My Key,otherkey|Other Key)": "Comma separated list of properties to use for facet search (eg.: mykey,otherkey). To control label, add it after a | (eg.: mykey|My Key,otherkey|Other Key)",
398
+ "Default view": "Default view",
399
+ "Facet keys": "Facet keys",
400
+ "Facet search": "Facet search",
401
+ "Feature properties": "Feature properties",
402
+ "Issue reaching that URL (network problem or CORS protection): {url}": "Issue reaching that URL (network problem or CORS protection): {url}",
403
+ "Latest feature": "Latest feature",
404
+ "Layers bounds": "Layers bounds",
405
+ "No results for these facets": "No results for these facets",
406
+ "Saved center and zoom": "Saved center and zoom",
407
+ "User location": "User location",
408
+ "Visibility: {status}": "Visibility: {status}"
402
409
  }
@@ -164,7 +164,6 @@ const locale = {
164
164
  "Edit map settings": "Kaartinstellingen aanpassen",
165
165
  "Edit properties in a table": "Edit properties in a table",
166
166
  "Edit this feature": "Dit object bewerken",
167
- "Editing": "Bewerken",
168
167
  "Embed and share this map": "Deze kaart insluiten en delen",
169
168
  "Embed the map": "Kaart inbedden",
170
169
  "Empty": "Leeg",
@@ -349,14 +348,10 @@ const locale = {
349
348
  "Open current feature on load": "Dit object openen bij laden",
350
349
  "Permalink": "Permalink",
351
350
  "The name of the property to use as feature unique identifier.": "De naam van de eigenschap die als unieke identificator van objecten geldt",
352
- "Advanced filter keys": "Advanced filter keys",
353
- "Comma separated list of properties to use for checkbox filtering": "Comma separated list of properties to use for checkbox filtering",
354
- "Data filters": "Data filters",
355
351
  "Do you want to display caption menus?": "Do you want to display caption menus?",
356
352
  "Example: key1,key2,key3": "Example: key1,key2,key3",
357
353
  "Invalid latitude or longitude": "Invalid latitude or longitude",
358
354
  "Invalide property name: {name}": "Invalide property name: {name}",
359
- "No results for these filters": "No results for these filters",
360
355
  "Permanent credits": "Permanent credits",
361
356
  "Permanent credits background": "Permanent credits background",
362
357
  "Select data": "Select data",
@@ -393,12 +388,24 @@ const locale = {
393
388
  "Send me the link": "Send me the link",
394
389
  "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:",
395
390
  "Comma separated list of properties to use for sorting features. To reverse the sort, put a minus sign (-) before. Eg. mykey,-otherkey.": "Comma separated list of properties to use for sorting features. To reverse the sort, put a minus sign (-) before. Eg. mykey,-otherkey.",
396
- "Issue reaching that URL (network problem or CORS protection)": "Issue reaching that URL (network problem or CORS protection)",
397
391
  "Toggle edit mode (⇧+Click)": "Toggle edit mode (⇧+Click)",
398
392
  "icon opacity": "icon opacity",
399
393
  "*single star for italic*": "*single star for italic*",
400
394
  "--- for a horizontal rule": "--- for a horizontal rule",
401
- "The name of the property to use as feature label (eg.: \"nom\"). You can also use properties inside brackets to use more than one or mix with static content (eg.: \"{name} in {place}\")": "The name of the property to use as feature label (eg.: \"nom\"). You can also use properties inside brackets to use more than one or mix with static content (eg.: \"{name} in {place}\")"
395
+ "The name of the property to use as feature label (eg.: \"nom\"). You can also use properties inside brackets to use more than one or mix with static content (eg.: \"{name} in {place}\")": "The name of the property to use as feature label (eg.: \"nom\"). You can also use properties inside brackets to use more than one or mix with static content (eg.: \"{name} in {place}\")",
396
+ "Cancel all": "Cancel all",
397
+ "Comma separated list of properties to use for facet search (eg.: mykey,otherkey). To control label, add it after a | (eg.: mykey|My Key,otherkey|Other Key)": "Comma separated list of properties to use for facet search (eg.: mykey,otherkey). To control label, add it after a | (eg.: mykey|My Key,otherkey|Other Key)",
398
+ "Default view": "Default view",
399
+ "Facet keys": "Facet keys",
400
+ "Facet search": "Facet search",
401
+ "Feature properties": "Feature properties",
402
+ "Issue reaching that URL (network problem or CORS protection): {url}": "Issue reaching that URL (network problem or CORS protection): {url}",
403
+ "Latest feature": "Latest feature",
404
+ "Layers bounds": "Layers bounds",
405
+ "No results for these facets": "No results for these facets",
406
+ "Saved center and zoom": "Saved center and zoom",
407
+ "User location": "User location",
408
+ "Visibility: {status}": "Visibility: {status}"
402
409
  }
403
410
  L.registerLocale("nl", locale)
404
411
  L.setLocale("nl")
@@ -164,7 +164,6 @@
164
164
  "Edit map settings": "Kaartinstellingen aanpassen",
165
165
  "Edit properties in a table": "Edit properties in a table",
166
166
  "Edit this feature": "Dit object bewerken",
167
- "Editing": "Bewerken",
168
167
  "Embed and share this map": "Deze kaart insluiten en delen",
169
168
  "Embed the map": "Kaart inbedden",
170
169
  "Empty": "Leeg",
@@ -349,14 +348,10 @@
349
348
  "Open current feature on load": "Dit object openen bij laden",
350
349
  "Permalink": "Permalink",
351
350
  "The name of the property to use as feature unique identifier.": "De naam van de eigenschap die als unieke identificator van objecten geldt",
352
- "Advanced filter keys": "Advanced filter keys",
353
- "Comma separated list of properties to use for checkbox filtering": "Comma separated list of properties to use for checkbox filtering",
354
- "Data filters": "Data filters",
355
351
  "Do you want to display caption menus?": "Do you want to display caption menus?",
356
352
  "Example: key1,key2,key3": "Example: key1,key2,key3",
357
353
  "Invalid latitude or longitude": "Invalid latitude or longitude",
358
354
  "Invalide property name: {name}": "Invalide property name: {name}",
359
- "No results for these filters": "No results for these filters",
360
355
  "Permanent credits": "Permanent credits",
361
356
  "Permanent credits background": "Permanent credits background",
362
357
  "Select data": "Select data",
@@ -393,10 +388,22 @@
393
388
  "Send me the link": "Send me the link",
394
389
  "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:",
395
390
  "Comma separated list of properties to use for sorting features. To reverse the sort, put a minus sign (-) before. Eg. mykey,-otherkey.": "Comma separated list of properties to use for sorting features. To reverse the sort, put a minus sign (-) before. Eg. mykey,-otherkey.",
396
- "Issue reaching that URL (network problem or CORS protection)": "Issue reaching that URL (network problem or CORS protection)",
397
391
  "Toggle edit mode (⇧+Click)": "Toggle edit mode (⇧+Click)",
398
392
  "icon opacity": "icon opacity",
399
393
  "*single star for italic*": "*single star for italic*",
400
394
  "--- for a horizontal rule": "--- for a horizontal rule",
401
- "The name of the property to use as feature label (eg.: \"nom\"). You can also use properties inside brackets to use more than one or mix with static content (eg.: \"{name} in {place}\")": "The name of the property to use as feature label (eg.: \"nom\"). You can also use properties inside brackets to use more than one or mix with static content (eg.: \"{name} in {place}\")"
395
+ "The name of the property to use as feature label (eg.: \"nom\"). You can also use properties inside brackets to use more than one or mix with static content (eg.: \"{name} in {place}\")": "The name of the property to use as feature label (eg.: \"nom\"). You can also use properties inside brackets to use more than one or mix with static content (eg.: \"{name} in {place}\")",
396
+ "Cancel all": "Cancel all",
397
+ "Comma separated list of properties to use for facet search (eg.: mykey,otherkey). To control label, add it after a | (eg.: mykey|My Key,otherkey|Other Key)": "Comma separated list of properties to use for facet search (eg.: mykey,otherkey). To control label, add it after a | (eg.: mykey|My Key,otherkey|Other Key)",
398
+ "Default view": "Default view",
399
+ "Facet keys": "Facet keys",
400
+ "Facet search": "Facet search",
401
+ "Feature properties": "Feature properties",
402
+ "Issue reaching that URL (network problem or CORS protection): {url}": "Issue reaching that URL (network problem or CORS protection): {url}",
403
+ "Latest feature": "Latest feature",
404
+ "Layers bounds": "Layers bounds",
405
+ "No results for these facets": "No results for these facets",
406
+ "Saved center and zoom": "Saved center and zoom",
407
+ "User location": "User location",
408
+ "Visibility: {status}": "Visibility: {status}"
402
409
  }
@@ -164,7 +164,6 @@ const locale = {
164
164
  "Edit map settings": "Rediger kartinnstillinger",
165
165
  "Edit properties in a table": "Rediger egenskaper i en tabell",
166
166
  "Edit this feature": "Rediger dette objektet",
167
- "Editing": "Redigering",
168
167
  "Embed and share this map": "Bygg inn og del dette kartet",
169
168
  "Embed the map": "Bygg inn kartet",
170
169
  "Empty": "Tøm",
@@ -349,14 +348,10 @@ const locale = {
349
348
  "Open current feature on load": "Open current feature on load",
350
349
  "Permalink": "Permalink",
351
350
  "The name of the property to use as feature unique identifier.": "The name of the property to use as feature unique identifier.",
352
- "Advanced filter keys": "Advanced filter keys",
353
- "Comma separated list of properties to use for checkbox filtering": "Comma separated list of properties to use for checkbox filtering",
354
- "Data filters": "Data filters",
355
351
  "Do you want to display caption menus?": "Do you want to display caption menus?",
356
352
  "Example: key1,key2,key3": "Example: key1,key2,key3",
357
353
  "Invalid latitude or longitude": "Invalid latitude or longitude",
358
354
  "Invalide property name: {name}": "Invalide property name: {name}",
359
- "No results for these filters": "No results for these filters",
360
355
  "Permanent credits": "Permanent credits",
361
356
  "Permanent credits background": "Permanent credits background",
362
357
  "Select data": "Select data",
@@ -393,12 +388,24 @@ const locale = {
393
388
  "Send me the link": "Send me the link",
394
389
  "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:",
395
390
  "Comma separated list of properties to use for sorting features. To reverse the sort, put a minus sign (-) before. Eg. mykey,-otherkey.": "Comma separated list of properties to use for sorting features. To reverse the sort, put a minus sign (-) before. Eg. mykey,-otherkey.",
396
- "Issue reaching that URL (network problem or CORS protection)": "Issue reaching that URL (network problem or CORS protection)",
397
391
  "Toggle edit mode (⇧+Click)": "Toggle edit mode (⇧+Click)",
398
392
  "icon opacity": "icon opacity",
399
393
  "*single star for italic*": "*single star for italic*",
400
394
  "--- for a horizontal rule": "--- for a horizontal rule",
401
- "The name of the property to use as feature label (eg.: \"nom\"). You can also use properties inside brackets to use more than one or mix with static content (eg.: \"{name} in {place}\")": "The name of the property to use as feature label (eg.: \"nom\"). You can also use properties inside brackets to use more than one or mix with static content (eg.: \"{name} in {place}\")"
395
+ "The name of the property to use as feature label (eg.: \"nom\"). You can also use properties inside brackets to use more than one or mix with static content (eg.: \"{name} in {place}\")": "The name of the property to use as feature label (eg.: \"nom\"). You can also use properties inside brackets to use more than one or mix with static content (eg.: \"{name} in {place}\")",
396
+ "Cancel all": "Cancel all",
397
+ "Comma separated list of properties to use for facet search (eg.: mykey,otherkey). To control label, add it after a | (eg.: mykey|My Key,otherkey|Other Key)": "Comma separated list of properties to use for facet search (eg.: mykey,otherkey). To control label, add it after a | (eg.: mykey|My Key,otherkey|Other Key)",
398
+ "Default view": "Default view",
399
+ "Facet keys": "Facet keys",
400
+ "Facet search": "Facet search",
401
+ "Feature properties": "Feature properties",
402
+ "Issue reaching that URL (network problem or CORS protection): {url}": "Issue reaching that URL (network problem or CORS protection): {url}",
403
+ "Latest feature": "Latest feature",
404
+ "Layers bounds": "Layers bounds",
405
+ "No results for these facets": "No results for these facets",
406
+ "Saved center and zoom": "Saved center and zoom",
407
+ "User location": "User location",
408
+ "Visibility: {status}": "Visibility: {status}"
402
409
  }
403
410
  L.registerLocale("no", locale)
404
411
  L.setLocale("no")
@@ -164,7 +164,6 @@
164
164
  "Edit map settings": "Rediger kartinnstillinger",
165
165
  "Edit properties in a table": "Rediger egenskaper i en tabell",
166
166
  "Edit this feature": "Rediger dette objektet",
167
- "Editing": "Redigering",
168
167
  "Embed and share this map": "Bygg inn og del dette kartet",
169
168
  "Embed the map": "Bygg inn kartet",
170
169
  "Empty": "Tøm",
@@ -349,14 +348,10 @@
349
348
  "Open current feature on load": "Open current feature on load",
350
349
  "Permalink": "Permalink",
351
350
  "The name of the property to use as feature unique identifier.": "The name of the property to use as feature unique identifier.",
352
- "Advanced filter keys": "Advanced filter keys",
353
- "Comma separated list of properties to use for checkbox filtering": "Comma separated list of properties to use for checkbox filtering",
354
- "Data filters": "Data filters",
355
351
  "Do you want to display caption menus?": "Do you want to display caption menus?",
356
352
  "Example: key1,key2,key3": "Example: key1,key2,key3",
357
353
  "Invalid latitude or longitude": "Invalid latitude or longitude",
358
354
  "Invalide property name: {name}": "Invalide property name: {name}",
359
- "No results for these filters": "No results for these filters",
360
355
  "Permanent credits": "Permanent credits",
361
356
  "Permanent credits background": "Permanent credits background",
362
357
  "Select data": "Select data",
@@ -393,10 +388,22 @@
393
388
  "Send me the link": "Send me the link",
394
389
  "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:",
395
390
  "Comma separated list of properties to use for sorting features. To reverse the sort, put a minus sign (-) before. Eg. mykey,-otherkey.": "Comma separated list of properties to use for sorting features. To reverse the sort, put a minus sign (-) before. Eg. mykey,-otherkey.",
396
- "Issue reaching that URL (network problem or CORS protection)": "Issue reaching that URL (network problem or CORS protection)",
397
391
  "Toggle edit mode (⇧+Click)": "Toggle edit mode (⇧+Click)",
398
392
  "icon opacity": "icon opacity",
399
393
  "*single star for italic*": "*single star for italic*",
400
394
  "--- for a horizontal rule": "--- for a horizontal rule",
401
- "The name of the property to use as feature label (eg.: \"nom\"). You can also use properties inside brackets to use more than one or mix with static content (eg.: \"{name} in {place}\")": "The name of the property to use as feature label (eg.: \"nom\"). You can also use properties inside brackets to use more than one or mix with static content (eg.: \"{name} in {place}\")"
395
+ "The name of the property to use as feature label (eg.: \"nom\"). You can also use properties inside brackets to use more than one or mix with static content (eg.: \"{name} in {place}\")": "The name of the property to use as feature label (eg.: \"nom\"). You can also use properties inside brackets to use more than one or mix with static content (eg.: \"{name} in {place}\")",
396
+ "Cancel all": "Cancel all",
397
+ "Comma separated list of properties to use for facet search (eg.: mykey,otherkey). To control label, add it after a | (eg.: mykey|My Key,otherkey|Other Key)": "Comma separated list of properties to use for facet search (eg.: mykey,otherkey). To control label, add it after a | (eg.: mykey|My Key,otherkey|Other Key)",
398
+ "Default view": "Default view",
399
+ "Facet keys": "Facet keys",
400
+ "Facet search": "Facet search",
401
+ "Feature properties": "Feature properties",
402
+ "Issue reaching that URL (network problem or CORS protection): {url}": "Issue reaching that URL (network problem or CORS protection): {url}",
403
+ "Latest feature": "Latest feature",
404
+ "Layers bounds": "Layers bounds",
405
+ "No results for these facets": "No results for these facets",
406
+ "Saved center and zoom": "Saved center and zoom",
407
+ "User location": "User location",
408
+ "Visibility: {status}": "Visibility: {status}"
402
409
  }
@@ -164,7 +164,6 @@ const locale = {
164
164
  "Edit map settings": "Edytuj ustawienia mapy",
165
165
  "Edit properties in a table": "Edytuj właściwości w tabeli",
166
166
  "Edit this feature": "Edytuj ten obiekt",
167
- "Editing": "Edycja",
168
167
  "Embed and share this map": "Osadź i udostępnij tę mapę",
169
168
  "Embed the map": "Osadź mapę na stronie",
170
169
  "Empty": "Wyczyść",
@@ -349,14 +348,10 @@ const locale = {
349
348
  "Open current feature on load": "Otwórz bieżący obiekt po załadowaniu",
350
349
  "Permalink": "Bezpośredni odnośnik.",
351
350
  "The name of the property to use as feature unique identifier.": "Nazwa właściwości używana jako unikalny identyfikator obiektu.",
352
- "Advanced filter keys": "Advanced filter keys",
353
- "Comma separated list of properties to use for checkbox filtering": "Comma separated list of properties to use for checkbox filtering",
354
- "Data filters": "Data filters",
355
351
  "Do you want to display caption menus?": "Do you want to display caption menus?",
356
352
  "Example: key1,key2,key3": "Example: key1,key2,key3",
357
353
  "Invalid latitude or longitude": "Invalid latitude or longitude",
358
354
  "Invalide property name: {name}": "Invalide property name: {name}",
359
- "No results for these filters": "No results for these filters",
360
355
  "Permanent credits": "Permanent credits",
361
356
  "Permanent credits background": "Permanent credits background",
362
357
  "Select data": "Select data",
@@ -393,12 +388,24 @@ const locale = {
393
388
  "Send me the link": "Send me the link",
394
389
  "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:",
395
390
  "Comma separated list of properties to use for sorting features. To reverse the sort, put a minus sign (-) before. Eg. mykey,-otherkey.": "Comma separated list of properties to use for sorting features. To reverse the sort, put a minus sign (-) before. Eg. mykey,-otherkey.",
396
- "Issue reaching that URL (network problem or CORS protection)": "Issue reaching that URL (network problem or CORS protection)",
397
391
  "Toggle edit mode (⇧+Click)": "Toggle edit mode (⇧+Click)",
398
392
  "icon opacity": "icon opacity",
399
393
  "*single star for italic*": "*single star for italic*",
400
394
  "--- for a horizontal rule": "--- for a horizontal rule",
401
- "The name of the property to use as feature label (eg.: \"nom\"). You can also use properties inside brackets to use more than one or mix with static content (eg.: \"{name} in {place}\")": "The name of the property to use as feature label (eg.: \"nom\"). You can also use properties inside brackets to use more than one or mix with static content (eg.: \"{name} in {place}\")"
395
+ "The name of the property to use as feature label (eg.: \"nom\"). You can also use properties inside brackets to use more than one or mix with static content (eg.: \"{name} in {place}\")": "The name of the property to use as feature label (eg.: \"nom\"). You can also use properties inside brackets to use more than one or mix with static content (eg.: \"{name} in {place}\")",
396
+ "Cancel all": "Cancel all",
397
+ "Comma separated list of properties to use for facet search (eg.: mykey,otherkey). To control label, add it after a | (eg.: mykey|My Key,otherkey|Other Key)": "Comma separated list of properties to use for facet search (eg.: mykey,otherkey). To control label, add it after a | (eg.: mykey|My Key,otherkey|Other Key)",
398
+ "Default view": "Default view",
399
+ "Facet keys": "Facet keys",
400
+ "Facet search": "Facet search",
401
+ "Feature properties": "Feature properties",
402
+ "Issue reaching that URL (network problem or CORS protection): {url}": "Issue reaching that URL (network problem or CORS protection): {url}",
403
+ "Latest feature": "Latest feature",
404
+ "Layers bounds": "Layers bounds",
405
+ "No results for these facets": "No results for these facets",
406
+ "Saved center and zoom": "Saved center and zoom",
407
+ "User location": "User location",
408
+ "Visibility: {status}": "Visibility: {status}"
402
409
  }
403
410
  L.registerLocale("pl", locale)
404
411
  L.setLocale("pl")
@@ -164,7 +164,6 @@
164
164
  "Edit map settings": "Edytuj ustawienia mapy",
165
165
  "Edit properties in a table": "Edytuj właściwości w tabeli",
166
166
  "Edit this feature": "Edytuj ten obiekt",
167
- "Editing": "Edycja",
168
167
  "Embed and share this map": "Osadź i udostępnij tę mapę",
169
168
  "Embed the map": "Osadź mapę na stronie",
170
169
  "Empty": "Wyczyść",
@@ -349,14 +348,10 @@
349
348
  "Open current feature on load": "Otwórz bieżący obiekt po załadowaniu",
350
349
  "Permalink": "Bezpośredni odnośnik.",
351
350
  "The name of the property to use as feature unique identifier.": "Nazwa właściwości używana jako unikalny identyfikator obiektu.",
352
- "Advanced filter keys": "Advanced filter keys",
353
- "Comma separated list of properties to use for checkbox filtering": "Comma separated list of properties to use for checkbox filtering",
354
- "Data filters": "Data filters",
355
351
  "Do you want to display caption menus?": "Do you want to display caption menus?",
356
352
  "Example: key1,key2,key3": "Example: key1,key2,key3",
357
353
  "Invalid latitude or longitude": "Invalid latitude or longitude",
358
354
  "Invalide property name: {name}": "Invalide property name: {name}",
359
- "No results for these filters": "No results for these filters",
360
355
  "Permanent credits": "Permanent credits",
361
356
  "Permanent credits background": "Permanent credits background",
362
357
  "Select data": "Select data",
@@ -393,10 +388,22 @@
393
388
  "Send me the link": "Send me the link",
394
389
  "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:",
395
390
  "Comma separated list of properties to use for sorting features. To reverse the sort, put a minus sign (-) before. Eg. mykey,-otherkey.": "Comma separated list of properties to use for sorting features. To reverse the sort, put a minus sign (-) before. Eg. mykey,-otherkey.",
396
- "Issue reaching that URL (network problem or CORS protection)": "Issue reaching that URL (network problem or CORS protection)",
397
391
  "Toggle edit mode (⇧+Click)": "Toggle edit mode (⇧+Click)",
398
392
  "icon opacity": "icon opacity",
399
393
  "*single star for italic*": "*single star for italic*",
400
394
  "--- for a horizontal rule": "--- for a horizontal rule",
401
- "The name of the property to use as feature label (eg.: \"nom\"). You can also use properties inside brackets to use more than one or mix with static content (eg.: \"{name} in {place}\")": "The name of the property to use as feature label (eg.: \"nom\"). You can also use properties inside brackets to use more than one or mix with static content (eg.: \"{name} in {place}\")"
395
+ "The name of the property to use as feature label (eg.: \"nom\"). You can also use properties inside brackets to use more than one or mix with static content (eg.: \"{name} in {place}\")": "The name of the property to use as feature label (eg.: \"nom\"). You can also use properties inside brackets to use more than one or mix with static content (eg.: \"{name} in {place}\")",
396
+ "Cancel all": "Cancel all",
397
+ "Comma separated list of properties to use for facet search (eg.: mykey,otherkey). To control label, add it after a | (eg.: mykey|My Key,otherkey|Other Key)": "Comma separated list of properties to use for facet search (eg.: mykey,otherkey). To control label, add it after a | (eg.: mykey|My Key,otherkey|Other Key)",
398
+ "Default view": "Default view",
399
+ "Facet keys": "Facet keys",
400
+ "Facet search": "Facet search",
401
+ "Feature properties": "Feature properties",
402
+ "Issue reaching that URL (network problem or CORS protection): {url}": "Issue reaching that URL (network problem or CORS protection): {url}",
403
+ "Latest feature": "Latest feature",
404
+ "Layers bounds": "Layers bounds",
405
+ "No results for these facets": "No results for these facets",
406
+ "Saved center and zoom": "Saved center and zoom",
407
+ "User location": "User location",
408
+ "Visibility: {status}": "Visibility: {status}"
402
409
  }
@@ -164,7 +164,6 @@
164
164
  "Edit map settings": "Edit map settings",
165
165
  "Edit properties in a table": "Edit properties in a table",
166
166
  "Edit this feature": "Edit this feature",
167
- "Editing": "Editing",
168
167
  "Embed and share this map": "Embed and share this map",
169
168
  "Embed the map": "Embed the map",
170
169
  "Empty": "Empty",
@@ -349,14 +348,10 @@
349
348
  "Open current feature on load": "Open current feature on load",
350
349
  "Permalink": "Permalink",
351
350
  "The name of the property to use as feature unique identifier.": "The name of the property to use as feature unique identifier.",
352
- "Advanced filter keys": "Advanced filter keys",
353
- "Comma separated list of properties to use for checkbox filtering": "Comma separated list of properties to use for checkbox filtering",
354
- "Data filters": "Data filters",
355
351
  "Do you want to display caption menus?": "Do you want to display caption menus?",
356
352
  "Example: key1,key2,key3": "Example: key1,key2,key3",
357
353
  "Invalid latitude or longitude": "Invalid latitude or longitude",
358
354
  "Invalide property name: {name}": "Invalide property name: {name}",
359
- "No results for these filters": "No results for these filters",
360
355
  "Permanent credits": "Permanent credits",
361
356
  "Permanent credits background": "Permanent credits background",
362
357
  "Select data": "Select data",
@@ -393,10 +388,22 @@
393
388
  "Send me the link": "Send me the link",
394
389
  "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:",
395
390
  "Comma separated list of properties to use for sorting features. To reverse the sort, put a minus sign (-) before. Eg. mykey,-otherkey.": "Comma separated list of properties to use for sorting features. To reverse the sort, put a minus sign (-) before. Eg. mykey,-otherkey.",
396
- "Issue reaching that URL (network problem or CORS protection)": "Issue reaching that URL (network problem or CORS protection)",
397
391
  "Toggle edit mode (⇧+Click)": "Toggle edit mode (⇧+Click)",
398
392
  "icon opacity": "icon opacity",
399
393
  "*single star for italic*": "*single star for italic*",
400
394
  "--- for a horizontal rule": "--- for a horizontal rule",
401
- "The name of the property to use as feature label (eg.: \"nom\"). You can also use properties inside brackets to use more than one or mix with static content (eg.: \"{name} in {place}\")": "The name of the property to use as feature label (eg.: \"nom\"). You can also use properties inside brackets to use more than one or mix with static content (eg.: \"{name} in {place}\")"
395
+ "The name of the property to use as feature label (eg.: \"nom\"). You can also use properties inside brackets to use more than one or mix with static content (eg.: \"{name} in {place}\")": "The name of the property to use as feature label (eg.: \"nom\"). You can also use properties inside brackets to use more than one or mix with static content (eg.: \"{name} in {place}\")",
396
+ "Cancel all": "Cancel all",
397
+ "Comma separated list of properties to use for facet search (eg.: mykey,otherkey). To control label, add it after a | (eg.: mykey|My Key,otherkey|Other Key)": "Comma separated list of properties to use for facet search (eg.: mykey,otherkey). To control label, add it after a | (eg.: mykey|My Key,otherkey|Other Key)",
398
+ "Default view": "Default view",
399
+ "Facet keys": "Facet keys",
400
+ "Facet search": "Facet search",
401
+ "Feature properties": "Feature properties",
402
+ "Issue reaching that URL (network problem or CORS protection): {url}": "Issue reaching that URL (network problem or CORS protection): {url}",
403
+ "Latest feature": "Latest feature",
404
+ "Layers bounds": "Layers bounds",
405
+ "No results for these facets": "No results for these facets",
406
+ "Saved center and zoom": "Saved center and zoom",
407
+ "User location": "User location",
408
+ "Visibility: {status}": "Visibility: {status}"
402
409
  }