umap-project 2.6.0__py3-none-any.whl → 2.6.0b0__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 (131) hide show
  1. umap/__init__.py +1 -1
  2. umap/locale/en/LC_MESSAGES/django.po +3 -3
  3. umap/locale/fa_IR/LC_MESSAGES/django.mo +0 -0
  4. umap/locale/fa_IR/LC_MESSAGES/django.po +9 -9
  5. umap/locale/hu/LC_MESSAGES/django.mo +0 -0
  6. umap/locale/hu/LC_MESSAGES/django.po +18 -18
  7. umap/settings/base.py +0 -6
  8. umap/static/umap/js/modules/autocomplete.js +9 -5
  9. umap/static/umap/js/modules/data/features.js +13 -12
  10. umap/static/umap/js/modules/data/layer.js +1 -1
  11. umap/static/umap/js/modules/importers/overpass.js +8 -22
  12. umap/static/umap/js/modules/rendering/ui.js +4 -41
  13. umap/static/umap/js/modules/rules.js +3 -16
  14. umap/static/umap/js/modules/schema.js +1 -1
  15. umap/static/umap/js/umap.controls.js +1 -2
  16. umap/static/umap/js/umap.forms.js +5 -9
  17. umap/static/umap/js/umap.js +2 -7
  18. umap/static/umap/locale/am_ET.js +2 -8
  19. umap/static/umap/locale/am_ET.json +2 -8
  20. umap/static/umap/locale/ar.js +2 -8
  21. umap/static/umap/locale/ar.json +2 -8
  22. umap/static/umap/locale/ast.js +2 -8
  23. umap/static/umap/locale/ast.json +2 -8
  24. umap/static/umap/locale/bg.js +2 -8
  25. umap/static/umap/locale/bg.json +2 -8
  26. umap/static/umap/locale/br.js +2 -8
  27. umap/static/umap/locale/br.json +2 -8
  28. umap/static/umap/locale/ca.js +12 -18
  29. umap/static/umap/locale/ca.json +12 -18
  30. umap/static/umap/locale/cs_CZ.js +2 -8
  31. umap/static/umap/locale/cs_CZ.json +2 -8
  32. umap/static/umap/locale/da.js +2 -8
  33. umap/static/umap/locale/da.json +2 -8
  34. umap/static/umap/locale/de.js +2 -8
  35. umap/static/umap/locale/de.json +2 -8
  36. umap/static/umap/locale/el.js +2 -8
  37. umap/static/umap/locale/el.json +2 -8
  38. umap/static/umap/locale/en.js +2 -4
  39. umap/static/umap/locale/en.json +2 -4
  40. umap/static/umap/locale/en_US.json +2 -8
  41. umap/static/umap/locale/es.js +2 -8
  42. umap/static/umap/locale/es.json +2 -8
  43. umap/static/umap/locale/et.js +2 -8
  44. umap/static/umap/locale/et.json +2 -8
  45. umap/static/umap/locale/eu.js +338 -346
  46. umap/static/umap/locale/eu.json +338 -346
  47. umap/static/umap/locale/fa_IR.js +365 -373
  48. umap/static/umap/locale/fa_IR.json +365 -373
  49. umap/static/umap/locale/fi.js +2 -8
  50. umap/static/umap/locale/fi.json +2 -8
  51. umap/static/umap/locale/fr.js +2 -4
  52. umap/static/umap/locale/fr.json +2 -4
  53. umap/static/umap/locale/gl.js +2 -8
  54. umap/static/umap/locale/gl.json +2 -8
  55. umap/static/umap/locale/he.js +2 -8
  56. umap/static/umap/locale/he.json +2 -8
  57. umap/static/umap/locale/hr.js +2 -8
  58. umap/static/umap/locale/hr.json +2 -8
  59. umap/static/umap/locale/hu.js +23 -31
  60. umap/static/umap/locale/hu.json +23 -31
  61. umap/static/umap/locale/id.js +2 -8
  62. umap/static/umap/locale/id.json +2 -8
  63. umap/static/umap/locale/is.js +2 -8
  64. umap/static/umap/locale/is.json +2 -8
  65. umap/static/umap/locale/it.js +2 -8
  66. umap/static/umap/locale/it.json +2 -8
  67. umap/static/umap/locale/ja.js +2 -8
  68. umap/static/umap/locale/ja.json +2 -8
  69. umap/static/umap/locale/ko.js +2 -8
  70. umap/static/umap/locale/ko.json +2 -8
  71. umap/static/umap/locale/lt.js +2 -8
  72. umap/static/umap/locale/lt.json +2 -8
  73. umap/static/umap/locale/ms.js +2 -8
  74. umap/static/umap/locale/ms.json +2 -8
  75. umap/static/umap/locale/nl.js +2 -8
  76. umap/static/umap/locale/nl.json +2 -8
  77. umap/static/umap/locale/no.js +2 -8
  78. umap/static/umap/locale/no.json +2 -8
  79. umap/static/umap/locale/pl.js +48 -54
  80. umap/static/umap/locale/pl.json +48 -54
  81. umap/static/umap/locale/pl_PL.json +2 -8
  82. umap/static/umap/locale/pt.js +2 -8
  83. umap/static/umap/locale/pt.json +2 -8
  84. umap/static/umap/locale/pt_BR.js +2 -8
  85. umap/static/umap/locale/pt_BR.json +2 -8
  86. umap/static/umap/locale/pt_PT.js +2 -8
  87. umap/static/umap/locale/pt_PT.json +2 -8
  88. umap/static/umap/locale/ro.js +2 -8
  89. umap/static/umap/locale/ro.json +2 -8
  90. umap/static/umap/locale/ru.js +2 -8
  91. umap/static/umap/locale/ru.json +2 -8
  92. umap/static/umap/locale/sk_SK.js +2 -8
  93. umap/static/umap/locale/sk_SK.json +2 -8
  94. umap/static/umap/locale/sl.js +2 -8
  95. umap/static/umap/locale/sl.json +2 -8
  96. umap/static/umap/locale/sr.js +2 -8
  97. umap/static/umap/locale/sr.json +2 -8
  98. umap/static/umap/locale/sv.js +2 -8
  99. umap/static/umap/locale/sv.json +2 -8
  100. umap/static/umap/locale/th_TH.js +2 -8
  101. umap/static/umap/locale/th_TH.json +2 -8
  102. umap/static/umap/locale/tr.js +2 -8
  103. umap/static/umap/locale/tr.json +2 -8
  104. umap/static/umap/locale/uk_UA.js +2 -8
  105. umap/static/umap/locale/uk_UA.json +2 -8
  106. umap/static/umap/locale/vi.js +2 -8
  107. umap/static/umap/locale/vi.json +2 -8
  108. umap/static/umap/locale/vi_VN.json +2 -8
  109. umap/static/umap/locale/zh.js +2 -8
  110. umap/static/umap/locale/zh.json +2 -8
  111. umap/static/umap/locale/zh_CN.json +2 -8
  112. umap/static/umap/locale/zh_TW.Big5.json +2 -8
  113. umap/static/umap/locale/zh_TW.js +96 -102
  114. umap/static/umap/locale/zh_TW.json +96 -102
  115. umap/static/umap/map.css +4 -4
  116. umap/static/umap/vars.css +0 -1
  117. umap/static/umap/vendors/editable/Leaflet.Editable.js +1937 -2079
  118. umap/static/umap/vendors/markercluster/MarkerCluster.Default.css +1 -1
  119. umap/templates/umap/content_footer.html +1 -1
  120. umap/templates/umap/map_list.html +1 -3
  121. umap/tests/integration/test_browser.py +0 -20
  122. umap/tests/integration/test_conditional_rules.py +17 -102
  123. umap/tests/integration/test_draw_polygon.py +0 -28
  124. umap/tests/integration/test_edit_datalayer.py +2 -2
  125. umap/tests/integration/test_import.py +0 -60
  126. umap/tests/integration/test_querystring.py +0 -7
  127. {umap_project-2.6.0.dist-info → umap_project-2.6.0b0.dist-info}/METADATA +10 -10
  128. {umap_project-2.6.0.dist-info → umap_project-2.6.0b0.dist-info}/RECORD +131 -131
  129. {umap_project-2.6.0.dist-info → umap_project-2.6.0b0.dist-info}/WHEEL +0 -0
  130. {umap_project-2.6.0.dist-info → umap_project-2.6.0b0.dist-info}/entry_points.txt +0 -0
  131. {umap_project-2.6.0.dist-info → umap_project-2.6.0b0.dist-info}/licenses/LICENSE +0 -0
@@ -115,6 +115,7 @@
115
115
  "display name": "ስሙን አሳይ",
116
116
  "Display on load": "በመጫን ላይ እያለ አሳይ",
117
117
  "Display the control to open OpenStreetMap editor": "Display the control to open OpenStreetMap editor",
118
+ "Display the data layers control": "Display the data layers control",
118
119
  "Display the embed control": "Display the embed control",
119
120
  "Display the fullscreen control": "Display the fullscreen control",
120
121
  "Display the locate control": "Display the locate control",
@@ -497,12 +498,5 @@
497
498
  "Found {count} rows. Are you sure you want to delete all?": "Found {count} rows. Are you sure you want to delete all?",
498
499
  "Expression is empty": "Expression is empty",
499
500
  "OK": "OK",
500
- "Cancel": "Cancel",
501
- "Attach map to a team": "Attach map to a team",
502
- "Display the polygon inverted": "Display the polygon inverted",
503
- "Proportional circles": "Proportional circles",
504
- "Property name to compute circles": "Property name to compute circles",
505
- "Min circle radius": "Min circle radius",
506
- "Max circle radius": "Max circle radius",
507
- "Display the open browser control": "Display the open browser control"
501
+ "Cancel": "Cancel"
508
502
  }
@@ -115,6 +115,7 @@ const locale = {
115
115
  "display name": "display name",
116
116
  "Display on load": "Display on load",
117
117
  "Display the control to open OpenStreetMap editor": "Display the control to open OpenStreetMap editor",
118
+ "Display the data layers control": "Display the data layers control",
118
119
  "Display the embed control": "Display the embed control",
119
120
  "Display the fullscreen control": "Display the fullscreen control",
120
121
  "Display the locate control": "Display the locate control",
@@ -497,14 +498,7 @@ const locale = {
497
498
  "Found {count} rows. Are you sure you want to delete all?": "Found {count} rows. Are you sure you want to delete all?",
498
499
  "Expression is empty": "Expression is empty",
499
500
  "OK": "OK",
500
- "Cancel": "Cancel",
501
- "Attach map to a team": "Attach map to a team",
502
- "Display the polygon inverted": "Display the polygon inverted",
503
- "Proportional circles": "Proportional circles",
504
- "Property name to compute circles": "Property name to compute circles",
505
- "Min circle radius": "Min circle radius",
506
- "Max circle radius": "Max circle radius",
507
- "Display the open browser control": "Display the open browser control"
501
+ "Cancel": "Cancel"
508
502
  }
509
503
  L.registerLocale("ar", locale)
510
504
  L.setLocale("ar")
@@ -115,6 +115,7 @@
115
115
  "display name": "display name",
116
116
  "Display on load": "Display on load",
117
117
  "Display the control to open OpenStreetMap editor": "Display the control to open OpenStreetMap editor",
118
+ "Display the data layers control": "Display the data layers control",
118
119
  "Display the embed control": "Display the embed control",
119
120
  "Display the fullscreen control": "Display the fullscreen control",
120
121
  "Display the locate control": "Display the locate control",
@@ -497,12 +498,5 @@
497
498
  "Found {count} rows. Are you sure you want to delete all?": "Found {count} rows. Are you sure you want to delete all?",
498
499
  "Expression is empty": "Expression is empty",
499
500
  "OK": "OK",
500
- "Cancel": "Cancel",
501
- "Attach map to a team": "Attach map to a team",
502
- "Display the polygon inverted": "Display the polygon inverted",
503
- "Proportional circles": "Proportional circles",
504
- "Property name to compute circles": "Property name to compute circles",
505
- "Min circle radius": "Min circle radius",
506
- "Max circle radius": "Max circle radius",
507
- "Display the open browser control": "Display the open browser control"
501
+ "Cancel": "Cancel"
508
502
  }
@@ -115,6 +115,7 @@ const locale = {
115
115
  "display name": "display name",
116
116
  "Display on load": "Display on load",
117
117
  "Display the control to open OpenStreetMap editor": "Display the control to open OpenStreetMap editor",
118
+ "Display the data layers control": "Display the data layers control",
118
119
  "Display the embed control": "Display the embed control",
119
120
  "Display the fullscreen control": "Display the fullscreen control",
120
121
  "Display the locate control": "Display the locate control",
@@ -497,14 +498,7 @@ const locale = {
497
498
  "Found {count} rows. Are you sure you want to delete all?": "Found {count} rows. Are you sure you want to delete all?",
498
499
  "Expression is empty": "Expression is empty",
499
500
  "OK": "OK",
500
- "Cancel": "Cancel",
501
- "Attach map to a team": "Attach map to a team",
502
- "Display the polygon inverted": "Display the polygon inverted",
503
- "Proportional circles": "Proportional circles",
504
- "Property name to compute circles": "Property name to compute circles",
505
- "Min circle radius": "Min circle radius",
506
- "Max circle radius": "Max circle radius",
507
- "Display the open browser control": "Display the open browser control"
501
+ "Cancel": "Cancel"
508
502
  }
509
503
  L.registerLocale("ast", locale)
510
504
  L.setLocale("ast")
@@ -115,6 +115,7 @@
115
115
  "display name": "display name",
116
116
  "Display on load": "Display on load",
117
117
  "Display the control to open OpenStreetMap editor": "Display the control to open OpenStreetMap editor",
118
+ "Display the data layers control": "Display the data layers control",
118
119
  "Display the embed control": "Display the embed control",
119
120
  "Display the fullscreen control": "Display the fullscreen control",
120
121
  "Display the locate control": "Display the locate control",
@@ -497,12 +498,5 @@
497
498
  "Found {count} rows. Are you sure you want to delete all?": "Found {count} rows. Are you sure you want to delete all?",
498
499
  "Expression is empty": "Expression is empty",
499
500
  "OK": "OK",
500
- "Cancel": "Cancel",
501
- "Attach map to a team": "Attach map to a team",
502
- "Display the polygon inverted": "Display the polygon inverted",
503
- "Proportional circles": "Proportional circles",
504
- "Property name to compute circles": "Property name to compute circles",
505
- "Min circle radius": "Min circle radius",
506
- "Max circle radius": "Max circle radius",
507
- "Display the open browser control": "Display the open browser control"
501
+ "Cancel": "Cancel"
508
502
  }
@@ -115,6 +115,7 @@ const locale = {
115
115
  "display name": "показвано име",
116
116
  "Display on load": "Дисплей на зареждане",
117
117
  "Display the control to open OpenStreetMap editor": "Display the control to open OpenStreetMap editor",
118
+ "Display the data layers control": "Display the data layers control",
118
119
  "Display the embed control": "Display the embed control",
119
120
  "Display the fullscreen control": "Показване управлението за цял екран",
120
121
  "Display the locate control": "Display the locate control",
@@ -497,14 +498,7 @@ const locale = {
497
498
  "Found {count} rows. Are you sure you want to delete all?": "Found {count} rows. Are you sure you want to delete all?",
498
499
  "Expression is empty": "Expression is empty",
499
500
  "OK": "OK",
500
- "Cancel": "Cancel",
501
- "Attach map to a team": "Attach map to a team",
502
- "Display the polygon inverted": "Display the polygon inverted",
503
- "Proportional circles": "Proportional circles",
504
- "Property name to compute circles": "Property name to compute circles",
505
- "Min circle radius": "Min circle radius",
506
- "Max circle radius": "Max circle radius",
507
- "Display the open browser control": "Display the open browser control"
501
+ "Cancel": "Cancel"
508
502
  }
509
503
  L.registerLocale("bg", locale)
510
504
  L.setLocale("bg")
@@ -115,6 +115,7 @@
115
115
  "display name": "показвано име",
116
116
  "Display on load": "Дисплей на зареждане",
117
117
  "Display the control to open OpenStreetMap editor": "Display the control to open OpenStreetMap editor",
118
+ "Display the data layers control": "Display the data layers control",
118
119
  "Display the embed control": "Display the embed control",
119
120
  "Display the fullscreen control": "Показване управлението за цял екран",
120
121
  "Display the locate control": "Display the locate control",
@@ -497,12 +498,5 @@
497
498
  "Found {count} rows. Are you sure you want to delete all?": "Found {count} rows. Are you sure you want to delete all?",
498
499
  "Expression is empty": "Expression is empty",
499
500
  "OK": "OK",
500
- "Cancel": "Cancel",
501
- "Attach map to a team": "Attach map to a team",
502
- "Display the polygon inverted": "Display the polygon inverted",
503
- "Proportional circles": "Proportional circles",
504
- "Property name to compute circles": "Property name to compute circles",
505
- "Min circle radius": "Min circle radius",
506
- "Max circle radius": "Max circle radius",
507
- "Display the open browser control": "Display the open browser control"
501
+ "Cancel": "Cancel"
508
502
  }
@@ -115,6 +115,7 @@ const locale = {
115
115
  "display name": "anv diskwel",
116
116
  "Display on load": "Diskwel en ur gargañ",
117
117
  "Display the control to open OpenStreetMap editor": "Diskwel an afell evit digeriñ an aozer OpenStreetMap",
118
+ "Display the data layers control": "Diskwel panell ar gwiskadoù roadennoù",
118
119
  "Display the embed control": "Diskwel an afell \"enframmañ\"",
119
120
  "Display the fullscreen control": "Diskwel an afell \"skramm a-bezh\"",
120
121
  "Display the locate control": "Diskwel an afell \"lec'hiañ\"",
@@ -497,14 +498,7 @@ const locale = {
497
498
  "Found {count} rows. Are you sure you want to delete all?": "Found {count} rows. Are you sure you want to delete all?",
498
499
  "Expression is empty": "Expression is empty",
499
500
  "OK": "Mat eo",
500
- "Cancel": "Nullañ",
501
- "Attach map to a team": "Attach map to a team",
502
- "Display the polygon inverted": "Display the polygon inverted",
503
- "Proportional circles": "Proportional circles",
504
- "Property name to compute circles": "Property name to compute circles",
505
- "Min circle radius": "Min circle radius",
506
- "Max circle radius": "Max circle radius",
507
- "Display the open browser control": "Display the open browser control"
501
+ "Cancel": "Nullañ"
508
502
  }
509
503
  L.registerLocale("br", locale)
510
504
  L.setLocale("br")
@@ -115,6 +115,7 @@
115
115
  "display name": "anv diskwel",
116
116
  "Display on load": "Diskwel en ur gargañ",
117
117
  "Display the control to open OpenStreetMap editor": "Diskwel an afell evit digeriñ an aozer OpenStreetMap",
118
+ "Display the data layers control": "Diskwel panell ar gwiskadoù roadennoù",
118
119
  "Display the embed control": "Diskwel an afell \"enframmañ\"",
119
120
  "Display the fullscreen control": "Diskwel an afell \"skramm a-bezh\"",
120
121
  "Display the locate control": "Diskwel an afell \"lec'hiañ\"",
@@ -497,12 +498,5 @@
497
498
  "Found {count} rows. Are you sure you want to delete all?": "Found {count} rows. Are you sure you want to delete all?",
498
499
  "Expression is empty": "Expression is empty",
499
500
  "OK": "Mat eo",
500
- "Cancel": "Nullañ",
501
- "Attach map to a team": "Attach map to a team",
502
- "Display the polygon inverted": "Display the polygon inverted",
503
- "Proportional circles": "Proportional circles",
504
- "Property name to compute circles": "Property name to compute circles",
505
- "Min circle radius": "Min circle radius",
506
- "Max circle radius": "Max circle radius",
507
- "Display the open browser control": "Display the open browser control"
501
+ "Cancel": "Nullañ"
508
502
  }
@@ -92,13 +92,13 @@ const locale = {
92
92
  "dash array": "matriu de guions",
93
93
  "Data is browsable": "Data is browsable",
94
94
  "Datalayers": "Datalayers",
95
- "Default interaction options": "Opcions d'interacció predeterminades",
95
+ "Default interaction options": "Default interaction options",
96
96
  "Default properties": "Propietats predeterminades",
97
97
  "Default shape properties": "Propietats de forma per defecte",
98
98
  "Default view": "Vista per defecte",
99
99
  "Default zoom level": "Nivell de l'escala per defecte",
100
100
  "Default": "Per defecte",
101
- "Default: name": "Per defecte: name",
101
+ "Default: name": "Default: name",
102
102
  "Define link to open in a new window on polygon click.": "Define link to open in a new window on polygon click.",
103
103
  "define": "definir",
104
104
  "Delay between two transitions when in play mode": "Delay between two transitions when in play mode",
@@ -110,11 +110,12 @@ const locale = {
110
110
  "description": "descripció",
111
111
  "Direct link": "Enllaç directe",
112
112
  "Directions from here": "Direccions des d'aquí",
113
- "Display label": "Mostra l'etiqueta",
113
+ "Display label": "Display label",
114
114
  "Display measure": "Display measure",
115
115
  "display name": "mostra el nom",
116
116
  "Display on load": "Mostrar en carregar",
117
117
  "Display the control to open OpenStreetMap editor": "Mostra el botó per obrir l'editor d'OpenStreetMap",
118
+ "Display the data layers control": "Mostra el control de les capes de dades",
118
119
  "Display the embed control": "Mostra el control d'inserció",
119
120
  "Display the fullscreen control": "Mostrar el control de la pantalla completa",
120
121
  "Display the locate control": "Mostra el control de ubicar",
@@ -137,7 +138,7 @@ const locale = {
137
138
  "Draw a polyline": "Dibuixa una polilínia",
138
139
  "Drawing": "Drawing",
139
140
  "Drop": "Deixar",
140
- "Dynamic properties": "Propietats dinàmiques",
141
+ "Dynamic properties": "Dynamic properties",
141
142
  "Dynamic": "Dinàmic",
142
143
  "Edit feature's layer": "Edita la capa de la característica",
143
144
  "Edit properties in a table": "Edita les propietats en una taula",
@@ -154,7 +155,7 @@ const locale = {
154
155
  "Exit Fullscreen": "Exit Fullscreen",
155
156
  "expanded": "expanded",
156
157
  "Extract shape to separate feature": "Extract shape to separate feature",
157
- "Feature identifier key": "Clau identificadora de element",
158
+ "Feature identifier key": "Feature identifier key",
158
159
  "Feature properties": "Feature properties",
159
160
  "Fetch data each time map view changes.": "Fetch data each time map view changes.",
160
161
  "fill color": "emplena el color",
@@ -204,7 +205,7 @@ const locale = {
204
205
  "Keep current visible layers": "Mantenir les capes visibles actuals",
205
206
  "kilometers": "quilòmetres",
206
207
  "km": "km",
207
- "Label direction": "Direcció de l'etiqueta",
208
+ "Label direction": "Label direction",
208
209
  "Label key": "Clau d'etiqueta",
209
210
  "Labels are clickable": "Labels are clickable",
210
211
  "Latest feature": "Darrera característica",
@@ -284,7 +285,7 @@ const locale = {
284
285
  "Please save the map first": "Abans deseu el mapa",
285
286
  "Popup (large)": "Finestra emergent (gran)",
286
287
  "Popup content style": "Estil del contingut de la finestra emergent",
287
- "Popup content template": "Plantilla de contingut de la finestra emergent",
288
+ "Popup content template": "Popup content template",
288
289
  "Popup shape": "Forma de la finestra emergent",
289
290
  "Popup": "Finestra emergent",
290
291
  "Powered by uMap": "Powered by uMap",
@@ -362,7 +363,7 @@ const locale = {
362
363
  "Url": "URL",
363
364
  "URL": "URL",
364
365
  "Use current bounds": "Usa els límits actuals",
365
- "Use placeholders with feature properties between brackets, eg. {name}, they will be dynamically replaced by the corresponding values.": "Utilitzeu marcadors de posició amb propietats de característiques entre claudàtors, ex. {name}, seran substituïts dinàmicament pels valors corresponents.",
366
+ "Use placeholders with feature properties between brackets, eg. {name}, they will be dynamically replaced by the corresponding values.": "Use placeholders with feature properties between brackets, eg. {name}, they will be dynamically replaced by the corresponding values.",
366
367
  "User content credits": "Crèdits dels continguts de l'usuari",
367
368
  "User interface options": "Opcions de la interfície d'usuari",
368
369
  "User location": "Ubicació de l'usuari",
@@ -414,14 +415,14 @@ const locale = {
414
415
  "Max": "Max",
415
416
  "From": "From",
416
417
  "Until": "Until",
417
- "Example: key1,key2|Label 2,key3|Label 3|checkbox": "Exemple: key1,key2|Label 2,key3|Label 3|checkbox",
418
+ "Example: key1,key2|Label 2,key3|Label 3|checkbox": "Example: key1,key2|Label 2,key3|Label 3|checkbox",
418
419
  "Edit in OpenStreetMap": "Edita a OpenStreetMap",
419
420
  "Cannot determine latitude and longitude columns.": "Cannot determine latitude and longitude columns.",
420
421
  "Back to layers": "Back to layers",
421
422
  "Filters": "Filtres",
422
423
  "Comma separated list of properties to use when filtering features by text input": "Comma separated list of properties to use when filtering features by text input",
423
424
  "Comma separated list of properties to use for filters (eg.: mykey,otherkey). To control label, add it after a | (eg.: mykey|My Key,otherkey|Other Key). To control input field type, add it after another | (eg.: mykey|My Key|checkbox,otherkey|Other Key|datetime). Allowed values for the input field type are checkbox (default), radio, number, date and datetime.": "Comma separated list of properties to use for filters (eg.: mykey,otherkey). To control label, add it after a | (eg.: mykey|My Key,otherkey|Other Key). To control input field type, add it after another | (eg.: mykey|My Key|checkbox,otherkey|Other Key|datetime). Allowed values for the input field type are checkbox (default), radio, number, date and datetime.",
424
- "Search keys": "Claus de cerca",
425
+ "Search keys": "Search keys",
425
426
  "Filters keys": "Filters keys",
426
427
  "Filter data": "Filter data",
427
428
  "Search map features…": "Buscar elements del mapa…",
@@ -497,14 +498,7 @@ const locale = {
497
498
  "Found {count} rows. Are you sure you want to delete all?": "Found {count} rows. Are you sure you want to delete all?",
498
499
  "Expression is empty": "Expression is empty",
499
500
  "OK": "OK",
500
- "Cancel": "Cancel",
501
- "Attach map to a team": "Attach map to a team",
502
- "Display the polygon inverted": "Display the polygon inverted",
503
- "Proportional circles": "Proportional circles",
504
- "Property name to compute circles": "Property name to compute circles",
505
- "Min circle radius": "Min circle radius",
506
- "Max circle radius": "Max circle radius",
507
- "Display the open browser control": "Display the open browser control"
501
+ "Cancel": "Cancel"
508
502
  }
509
503
  L.registerLocale("ca", locale)
510
504
  L.setLocale("ca")
@@ -92,13 +92,13 @@
92
92
  "dash array": "matriu de guions",
93
93
  "Data is browsable": "Data is browsable",
94
94
  "Datalayers": "Datalayers",
95
- "Default interaction options": "Opcions d'interacció predeterminades",
95
+ "Default interaction options": "Default interaction options",
96
96
  "Default properties": "Propietats predeterminades",
97
97
  "Default shape properties": "Propietats de forma per defecte",
98
98
  "Default view": "Vista per defecte",
99
99
  "Default zoom level": "Nivell de l'escala per defecte",
100
100
  "Default": "Per defecte",
101
- "Default: name": "Per defecte: name",
101
+ "Default: name": "Default: name",
102
102
  "Define link to open in a new window on polygon click.": "Define link to open in a new window on polygon click.",
103
103
  "define": "definir",
104
104
  "Delay between two transitions when in play mode": "Delay between two transitions when in play mode",
@@ -110,11 +110,12 @@
110
110
  "description": "descripció",
111
111
  "Direct link": "Enllaç directe",
112
112
  "Directions from here": "Direccions des d'aquí",
113
- "Display label": "Mostra l'etiqueta",
113
+ "Display label": "Display label",
114
114
  "Display measure": "Display measure",
115
115
  "display name": "mostra el nom",
116
116
  "Display on load": "Mostrar en carregar",
117
117
  "Display the control to open OpenStreetMap editor": "Mostra el botó per obrir l'editor d'OpenStreetMap",
118
+ "Display the data layers control": "Mostra el control de les capes de dades",
118
119
  "Display the embed control": "Mostra el control d'inserció",
119
120
  "Display the fullscreen control": "Mostrar el control de la pantalla completa",
120
121
  "Display the locate control": "Mostra el control de ubicar",
@@ -137,7 +138,7 @@
137
138
  "Draw a polyline": "Dibuixa una polilínia",
138
139
  "Drawing": "Drawing",
139
140
  "Drop": "Deixar",
140
- "Dynamic properties": "Propietats dinàmiques",
141
+ "Dynamic properties": "Dynamic properties",
141
142
  "Dynamic": "Dinàmic",
142
143
  "Edit feature's layer": "Edita la capa de la característica",
143
144
  "Edit properties in a table": "Edita les propietats en una taula",
@@ -154,7 +155,7 @@
154
155
  "Exit Fullscreen": "Exit Fullscreen",
155
156
  "expanded": "expanded",
156
157
  "Extract shape to separate feature": "Extract shape to separate feature",
157
- "Feature identifier key": "Clau identificadora de element",
158
+ "Feature identifier key": "Feature identifier key",
158
159
  "Feature properties": "Feature properties",
159
160
  "Fetch data each time map view changes.": "Fetch data each time map view changes.",
160
161
  "fill color": "emplena el color",
@@ -204,7 +205,7 @@
204
205
  "Keep current visible layers": "Mantenir les capes visibles actuals",
205
206
  "kilometers": "quilòmetres",
206
207
  "km": "km",
207
- "Label direction": "Direcció de l'etiqueta",
208
+ "Label direction": "Label direction",
208
209
  "Label key": "Clau d'etiqueta",
209
210
  "Labels are clickable": "Labels are clickable",
210
211
  "Latest feature": "Darrera característica",
@@ -284,7 +285,7 @@
284
285
  "Please save the map first": "Abans deseu el mapa",
285
286
  "Popup (large)": "Finestra emergent (gran)",
286
287
  "Popup content style": "Estil del contingut de la finestra emergent",
287
- "Popup content template": "Plantilla de contingut de la finestra emergent",
288
+ "Popup content template": "Popup content template",
288
289
  "Popup shape": "Forma de la finestra emergent",
289
290
  "Popup": "Finestra emergent",
290
291
  "Powered by uMap": "Powered by uMap",
@@ -362,7 +363,7 @@
362
363
  "Url": "URL",
363
364
  "URL": "URL",
364
365
  "Use current bounds": "Usa els límits actuals",
365
- "Use placeholders with feature properties between brackets, eg. {name}, they will be dynamically replaced by the corresponding values.": "Utilitzeu marcadors de posició amb propietats de característiques entre claudàtors, ex. {name}, seran substituïts dinàmicament pels valors corresponents.",
366
+ "Use placeholders with feature properties between brackets, eg. {name}, they will be dynamically replaced by the corresponding values.": "Use placeholders with feature properties between brackets, eg. {name}, they will be dynamically replaced by the corresponding values.",
366
367
  "User content credits": "Crèdits dels continguts de l'usuari",
367
368
  "User interface options": "Opcions de la interfície d'usuari",
368
369
  "User location": "Ubicació de l'usuari",
@@ -414,14 +415,14 @@
414
415
  "Max": "Max",
415
416
  "From": "From",
416
417
  "Until": "Until",
417
- "Example: key1,key2|Label 2,key3|Label 3|checkbox": "Exemple: key1,key2|Label 2,key3|Label 3|checkbox",
418
+ "Example: key1,key2|Label 2,key3|Label 3|checkbox": "Example: key1,key2|Label 2,key3|Label 3|checkbox",
418
419
  "Edit in OpenStreetMap": "Edita a OpenStreetMap",
419
420
  "Cannot determine latitude and longitude columns.": "Cannot determine latitude and longitude columns.",
420
421
  "Back to layers": "Back to layers",
421
422
  "Filters": "Filtres",
422
423
  "Comma separated list of properties to use when filtering features by text input": "Comma separated list of properties to use when filtering features by text input",
423
424
  "Comma separated list of properties to use for filters (eg.: mykey,otherkey). To control label, add it after a | (eg.: mykey|My Key,otherkey|Other Key). To control input field type, add it after another | (eg.: mykey|My Key|checkbox,otherkey|Other Key|datetime). Allowed values for the input field type are checkbox (default), radio, number, date and datetime.": "Comma separated list of properties to use for filters (eg.: mykey,otherkey). To control label, add it after a | (eg.: mykey|My Key,otherkey|Other Key). To control input field type, add it after another | (eg.: mykey|My Key|checkbox,otherkey|Other Key|datetime). Allowed values for the input field type are checkbox (default), radio, number, date and datetime.",
424
- "Search keys": "Claus de cerca",
425
+ "Search keys": "Search keys",
425
426
  "Filters keys": "Filters keys",
426
427
  "Filter data": "Filter data",
427
428
  "Search map features…": "Buscar elements del mapa…",
@@ -497,12 +498,5 @@
497
498
  "Found {count} rows. Are you sure you want to delete all?": "Found {count} rows. Are you sure you want to delete all?",
498
499
  "Expression is empty": "Expression is empty",
499
500
  "OK": "OK",
500
- "Cancel": "Cancel",
501
- "Attach map to a team": "Attach map to a team",
502
- "Display the polygon inverted": "Display the polygon inverted",
503
- "Proportional circles": "Proportional circles",
504
- "Property name to compute circles": "Property name to compute circles",
505
- "Min circle radius": "Min circle radius",
506
- "Max circle radius": "Max circle radius",
507
- "Display the open browser control": "Display the open browser control"
501
+ "Cancel": "Cancel"
508
502
  }
@@ -115,6 +115,7 @@ const locale = {
115
115
  "display name": "zobrazit název",
116
116
  "Display on load": "Zobrazit při startu",
117
117
  "Display the control to open OpenStreetMap editor": "Zobrazit možnost upravit mapu v OpenStreetMap editoru",
118
+ "Display the data layers control": "Zobrazit tlačítko nastavení datových vrstev",
118
119
  "Display the embed control": "Zobrazit tlačítko pro sdílení mapy",
119
120
  "Display the fullscreen control": "Zobrazit tlačítko pro celoobrazovkový režim",
120
121
  "Display the locate control": "Zobrazit tlačítko pro určení polohy",
@@ -497,14 +498,7 @@ const locale = {
497
498
  "Found {count} rows. Are you sure you want to delete all?": "Found {count} rows. Are you sure you want to delete all?",
498
499
  "Expression is empty": "Expression is empty",
499
500
  "OK": "OK",
500
- "Cancel": "Cancel",
501
- "Attach map to a team": "Attach map to a team",
502
- "Display the polygon inverted": "Display the polygon inverted",
503
- "Proportional circles": "Proportional circles",
504
- "Property name to compute circles": "Property name to compute circles",
505
- "Min circle radius": "Min circle radius",
506
- "Max circle radius": "Max circle radius",
507
- "Display the open browser control": "Display the open browser control"
501
+ "Cancel": "Cancel"
508
502
  }
509
503
  L.registerLocale("cs_CZ", locale)
510
504
  L.setLocale("cs_CZ")
@@ -115,6 +115,7 @@
115
115
  "display name": "zobrazit název",
116
116
  "Display on load": "Zobrazit při startu",
117
117
  "Display the control to open OpenStreetMap editor": "Zobrazit možnost upravit mapu v OpenStreetMap editoru",
118
+ "Display the data layers control": "Zobrazit tlačítko nastavení datových vrstev",
118
119
  "Display the embed control": "Zobrazit tlačítko pro sdílení mapy",
119
120
  "Display the fullscreen control": "Zobrazit tlačítko pro celoobrazovkový režim",
120
121
  "Display the locate control": "Zobrazit tlačítko pro určení polohy",
@@ -497,12 +498,5 @@
497
498
  "Found {count} rows. Are you sure you want to delete all?": "Found {count} rows. Are you sure you want to delete all?",
498
499
  "Expression is empty": "Expression is empty",
499
500
  "OK": "OK",
500
- "Cancel": "Cancel",
501
- "Attach map to a team": "Attach map to a team",
502
- "Display the polygon inverted": "Display the polygon inverted",
503
- "Proportional circles": "Proportional circles",
504
- "Property name to compute circles": "Property name to compute circles",
505
- "Min circle radius": "Min circle radius",
506
- "Max circle radius": "Max circle radius",
507
- "Display the open browser control": "Display the open browser control"
501
+ "Cancel": "Cancel"
508
502
  }
@@ -115,6 +115,7 @@ const locale = {
115
115
  "display name": "visningsnavn",
116
116
  "Display on load": "Vis ved indlæsning",
117
117
  "Display the control to open OpenStreetMap editor": "Vis kontrollen til åbning af OpenStreetMap-editoren",
118
+ "Display the data layers control": "Vis datalagkontrollen",
118
119
  "Display the embed control": "Vis indlejringskontrollen",
119
120
  "Display the fullscreen control": "Vis fuldskærmskontrollen",
120
121
  "Display the locate control": "Vis lokaliseringskontrollen",
@@ -497,14 +498,7 @@ const locale = {
497
498
  "Found {count} rows. Are you sure you want to delete all?": "Found {count} rows. Are you sure you want to delete all?",
498
499
  "Expression is empty": "Expression is empty",
499
500
  "OK": "OK",
500
- "Cancel": "Cancel",
501
- "Attach map to a team": "Attach map to a team",
502
- "Display the polygon inverted": "Display the polygon inverted",
503
- "Proportional circles": "Proportional circles",
504
- "Property name to compute circles": "Property name to compute circles",
505
- "Min circle radius": "Min circle radius",
506
- "Max circle radius": "Max circle radius",
507
- "Display the open browser control": "Display the open browser control"
501
+ "Cancel": "Cancel"
508
502
  }
509
503
  L.registerLocale("da", locale)
510
504
  L.setLocale("da")
@@ -115,6 +115,7 @@
115
115
  "display name": "visningsnavn",
116
116
  "Display on load": "Vis ved indlæsning",
117
117
  "Display the control to open OpenStreetMap editor": "Vis kontrollen til åbning af OpenStreetMap-editoren",
118
+ "Display the data layers control": "Vis datalagkontrollen",
118
119
  "Display the embed control": "Vis indlejringskontrollen",
119
120
  "Display the fullscreen control": "Vis fuldskærmskontrollen",
120
121
  "Display the locate control": "Vis lokaliseringskontrollen",
@@ -497,12 +498,5 @@
497
498
  "Found {count} rows. Are you sure you want to delete all?": "Found {count} rows. Are you sure you want to delete all?",
498
499
  "Expression is empty": "Expression is empty",
499
500
  "OK": "OK",
500
- "Cancel": "Cancel",
501
- "Attach map to a team": "Attach map to a team",
502
- "Display the polygon inverted": "Display the polygon inverted",
503
- "Proportional circles": "Proportional circles",
504
- "Property name to compute circles": "Property name to compute circles",
505
- "Min circle radius": "Min circle radius",
506
- "Max circle radius": "Max circle radius",
507
- "Display the open browser control": "Display the open browser control"
501
+ "Cancel": "Cancel"
508
502
  }
@@ -115,6 +115,7 @@ const locale = {
115
115
  "display name": "Namen anzeigen",
116
116
  "Display on load": "Beim Seitenaufruf anzeigen.",
117
117
  "Display the control to open OpenStreetMap editor": "Den Button zum OpenStreetMap-Editor anzeigen",
118
+ "Display the data layers control": "Datenebenensteuerung anzeigen",
118
119
  "Display the embed control": "Eingebettete Steuerung anzeigen",
119
120
  "Display the fullscreen control": "Vollbildsteuerung anzeigen",
120
121
  "Display the locate control": "Den Ortungsbutton anzeigen.",
@@ -497,14 +498,7 @@ const locale = {
497
498
  "Found {count} rows. Are you sure you want to delete all?": "{count} Zeilen gefunden. Bist du sicher, dass du diese löschen willst?",
498
499
  "Expression is empty": "Ausdruck ist leer",
499
500
  "OK": "OK",
500
- "Cancel": "Abbrechen",
501
- "Attach map to a team": "Attach map to a team",
502
- "Display the polygon inverted": "Display the polygon inverted",
503
- "Proportional circles": "Proportional circles",
504
- "Property name to compute circles": "Property name to compute circles",
505
- "Min circle radius": "Min circle radius",
506
- "Max circle radius": "Max circle radius",
507
- "Display the open browser control": "Display the open browser control"
501
+ "Cancel": "Abbrechen"
508
502
  }
509
503
  L.registerLocale("de", locale)
510
504
  L.setLocale("de")
@@ -115,6 +115,7 @@
115
115
  "display name": "Namen anzeigen",
116
116
  "Display on load": "Beim Seitenaufruf anzeigen.",
117
117
  "Display the control to open OpenStreetMap editor": "Den Button zum OpenStreetMap-Editor anzeigen",
118
+ "Display the data layers control": "Datenebenensteuerung anzeigen",
118
119
  "Display the embed control": "Eingebettete Steuerung anzeigen",
119
120
  "Display the fullscreen control": "Vollbildsteuerung anzeigen",
120
121
  "Display the locate control": "Den Ortungsbutton anzeigen.",
@@ -497,12 +498,5 @@
497
498
  "Found {count} rows. Are you sure you want to delete all?": "{count} Zeilen gefunden. Bist du sicher, dass du diese löschen willst?",
498
499
  "Expression is empty": "Ausdruck ist leer",
499
500
  "OK": "OK",
500
- "Cancel": "Abbrechen",
501
- "Attach map to a team": "Attach map to a team",
502
- "Display the polygon inverted": "Display the polygon inverted",
503
- "Proportional circles": "Proportional circles",
504
- "Property name to compute circles": "Property name to compute circles",
505
- "Min circle radius": "Min circle radius",
506
- "Max circle radius": "Max circle radius",
507
- "Display the open browser control": "Display the open browser control"
501
+ "Cancel": "Abbrechen"
508
502
  }
@@ -115,6 +115,7 @@ const locale = {
115
115
  "display name": "Όνομα που εμφανίζεται",
116
116
  "Display on load": "Εμφάνιση κατά την φόρτωση",
117
117
  "Display the control to open OpenStreetMap editor": "Εμφάνιση εικονιδίου επεξεργασίας OpenStreetMap",
118
+ "Display the data layers control": "Εμφάνιση εικονιδίου επιπέδων με δεδομένα",
118
119
  "Display the embed control": "Εμφάνιση εικονιδίου διαμοιρασμού",
119
120
  "Display the fullscreen control": "Εμφάνιση εικονιδίου πλήρους οθόνης",
120
121
  "Display the locate control": "Εμφάνιση εικονιδίου γεωεντοπισμού",
@@ -497,14 +498,7 @@ const locale = {
497
498
  "Found {count} rows. Are you sure you want to delete all?": "Found {count} rows. Are you sure you want to delete all?",
498
499
  "Expression is empty": "Η έκφραση είναι κενή",
499
500
  "OK": "OK",
500
- "Cancel": "Άκυρο",
501
- "Attach map to a team": "Attach map to a team",
502
- "Display the polygon inverted": "Display the polygon inverted",
503
- "Proportional circles": "Proportional circles",
504
- "Property name to compute circles": "Property name to compute circles",
505
- "Min circle radius": "Min circle radius",
506
- "Max circle radius": "Max circle radius",
507
- "Display the open browser control": "Display the open browser control"
501
+ "Cancel": "Άκυρο"
508
502
  }
509
503
  L.registerLocale("el", locale)
510
504
  L.setLocale("el")
@@ -115,6 +115,7 @@
115
115
  "display name": "Όνομα που εμφανίζεται",
116
116
  "Display on load": "Εμφάνιση κατά την φόρτωση",
117
117
  "Display the control to open OpenStreetMap editor": "Εμφάνιση εικονιδίου επεξεργασίας OpenStreetMap",
118
+ "Display the data layers control": "Εμφάνιση εικονιδίου επιπέδων με δεδομένα",
118
119
  "Display the embed control": "Εμφάνιση εικονιδίου διαμοιρασμού",
119
120
  "Display the fullscreen control": "Εμφάνιση εικονιδίου πλήρους οθόνης",
120
121
  "Display the locate control": "Εμφάνιση εικονιδίου γεωεντοπισμού",
@@ -497,12 +498,5 @@
497
498
  "Found {count} rows. Are you sure you want to delete all?": "Found {count} rows. Are you sure you want to delete all?",
498
499
  "Expression is empty": "Η έκφραση είναι κενή",
499
500
  "OK": "OK",
500
- "Cancel": "Άκυρο",
501
- "Attach map to a team": "Attach map to a team",
502
- "Display the polygon inverted": "Display the polygon inverted",
503
- "Proportional circles": "Proportional circles",
504
- "Property name to compute circles": "Property name to compute circles",
505
- "Min circle radius": "Min circle radius",
506
- "Max circle radius": "Max circle radius",
507
- "Display the open browser control": "Display the open browser control"
501
+ "Cancel": "Άκυρο"
508
502
  }