umap-project 2.6.0b0__py3-none-any.whl → 2.6.0b2__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (127) hide show
  1. umap/__init__.py +1 -1
  2. umap/locale/en/LC_MESSAGES/django.po +3 -3
  3. umap/locale/hu/LC_MESSAGES/django.mo +0 -0
  4. umap/locale/hu/LC_MESSAGES/django.po +18 -18
  5. umap/settings/base.py +6 -0
  6. umap/static/umap/js/modules/autocomplete.js +5 -9
  7. umap/static/umap/js/modules/data/features.js +6 -12
  8. umap/static/umap/js/modules/importers/overpass.js +22 -8
  9. umap/static/umap/js/modules/rendering/ui.js +41 -4
  10. umap/static/umap/js/modules/rules.js +16 -3
  11. umap/static/umap/js/modules/schema.js +1 -1
  12. umap/static/umap/js/umap.controls.js +2 -1
  13. umap/static/umap/js/umap.forms.js +9 -5
  14. umap/static/umap/js/umap.js +7 -2
  15. umap/static/umap/locale/am_ET.js +8 -2
  16. umap/static/umap/locale/am_ET.json +8 -2
  17. umap/static/umap/locale/ar.js +8 -2
  18. umap/static/umap/locale/ar.json +8 -2
  19. umap/static/umap/locale/ast.js +8 -2
  20. umap/static/umap/locale/ast.json +8 -2
  21. umap/static/umap/locale/bg.js +8 -2
  22. umap/static/umap/locale/bg.json +8 -2
  23. umap/static/umap/locale/br.js +8 -2
  24. umap/static/umap/locale/br.json +8 -2
  25. umap/static/umap/locale/ca.js +18 -12
  26. umap/static/umap/locale/ca.json +18 -12
  27. umap/static/umap/locale/cs_CZ.js +8 -2
  28. umap/static/umap/locale/cs_CZ.json +8 -2
  29. umap/static/umap/locale/da.js +8 -2
  30. umap/static/umap/locale/da.json +8 -2
  31. umap/static/umap/locale/de.js +8 -2
  32. umap/static/umap/locale/de.json +8 -2
  33. umap/static/umap/locale/el.js +8 -2
  34. umap/static/umap/locale/el.json +8 -2
  35. umap/static/umap/locale/en.js +4 -2
  36. umap/static/umap/locale/en.json +4 -2
  37. umap/static/umap/locale/en_US.json +8 -2
  38. umap/static/umap/locale/es.js +8 -2
  39. umap/static/umap/locale/es.json +8 -2
  40. umap/static/umap/locale/et.js +8 -2
  41. umap/static/umap/locale/et.json +8 -2
  42. umap/static/umap/locale/eu.js +344 -338
  43. umap/static/umap/locale/eu.json +344 -338
  44. umap/static/umap/locale/fa_IR.js +368 -362
  45. umap/static/umap/locale/fa_IR.json +368 -362
  46. umap/static/umap/locale/fi.js +8 -2
  47. umap/static/umap/locale/fi.json +8 -2
  48. umap/static/umap/locale/fr.js +4 -2
  49. umap/static/umap/locale/fr.json +4 -2
  50. umap/static/umap/locale/gl.js +8 -2
  51. umap/static/umap/locale/gl.json +8 -2
  52. umap/static/umap/locale/he.js +8 -2
  53. umap/static/umap/locale/he.json +8 -2
  54. umap/static/umap/locale/hr.js +8 -2
  55. umap/static/umap/locale/hr.json +8 -2
  56. umap/static/umap/locale/hu.js +31 -23
  57. umap/static/umap/locale/hu.json +31 -23
  58. umap/static/umap/locale/id.js +8 -2
  59. umap/static/umap/locale/id.json +8 -2
  60. umap/static/umap/locale/is.js +8 -2
  61. umap/static/umap/locale/is.json +8 -2
  62. umap/static/umap/locale/it.js +8 -2
  63. umap/static/umap/locale/it.json +8 -2
  64. umap/static/umap/locale/ja.js +8 -2
  65. umap/static/umap/locale/ja.json +8 -2
  66. umap/static/umap/locale/ko.js +8 -2
  67. umap/static/umap/locale/ko.json +8 -2
  68. umap/static/umap/locale/lt.js +8 -2
  69. umap/static/umap/locale/lt.json +8 -2
  70. umap/static/umap/locale/ms.js +8 -2
  71. umap/static/umap/locale/ms.json +8 -2
  72. umap/static/umap/locale/nl.js +8 -2
  73. umap/static/umap/locale/nl.json +8 -2
  74. umap/static/umap/locale/no.js +8 -2
  75. umap/static/umap/locale/no.json +8 -2
  76. umap/static/umap/locale/pl.js +54 -48
  77. umap/static/umap/locale/pl.json +54 -48
  78. umap/static/umap/locale/pl_PL.json +8 -2
  79. umap/static/umap/locale/pt.js +8 -2
  80. umap/static/umap/locale/pt.json +8 -2
  81. umap/static/umap/locale/pt_BR.js +8 -2
  82. umap/static/umap/locale/pt_BR.json +8 -2
  83. umap/static/umap/locale/pt_PT.js +8 -2
  84. umap/static/umap/locale/pt_PT.json +8 -2
  85. umap/static/umap/locale/ro.js +8 -2
  86. umap/static/umap/locale/ro.json +8 -2
  87. umap/static/umap/locale/ru.js +8 -2
  88. umap/static/umap/locale/ru.json +8 -2
  89. umap/static/umap/locale/sk_SK.js +8 -2
  90. umap/static/umap/locale/sk_SK.json +8 -2
  91. umap/static/umap/locale/sl.js +8 -2
  92. umap/static/umap/locale/sl.json +8 -2
  93. umap/static/umap/locale/sr.js +8 -2
  94. umap/static/umap/locale/sr.json +8 -2
  95. umap/static/umap/locale/sv.js +8 -2
  96. umap/static/umap/locale/sv.json +8 -2
  97. umap/static/umap/locale/th_TH.js +8 -2
  98. umap/static/umap/locale/th_TH.json +8 -2
  99. umap/static/umap/locale/tr.js +8 -2
  100. umap/static/umap/locale/tr.json +8 -2
  101. umap/static/umap/locale/uk_UA.js +8 -2
  102. umap/static/umap/locale/uk_UA.json +8 -2
  103. umap/static/umap/locale/vi.js +8 -2
  104. umap/static/umap/locale/vi.json +8 -2
  105. umap/static/umap/locale/vi_VN.json +8 -2
  106. umap/static/umap/locale/zh.js +8 -2
  107. umap/static/umap/locale/zh.json +8 -2
  108. umap/static/umap/locale/zh_CN.json +8 -2
  109. umap/static/umap/locale/zh_TW.Big5.json +8 -2
  110. umap/static/umap/locale/zh_TW.js +102 -96
  111. umap/static/umap/locale/zh_TW.json +102 -96
  112. umap/static/umap/map.css +4 -4
  113. umap/static/umap/vars.css +1 -0
  114. umap/static/umap/vendors/editable/Leaflet.Editable.js +2079 -1937
  115. umap/static/umap/vendors/markercluster/MarkerCluster.Default.css +1 -1
  116. umap/templates/umap/content_footer.html +1 -1
  117. umap/templates/umap/map_list.html +3 -1
  118. umap/tests/integration/test_conditional_rules.py +102 -17
  119. umap/tests/integration/test_draw_polygon.py +28 -0
  120. umap/tests/integration/test_edit_datalayer.py +2 -2
  121. umap/tests/integration/test_import.py +60 -0
  122. umap/tests/integration/test_querystring.py +7 -0
  123. {umap_project-2.6.0b0.dist-info → umap_project-2.6.0b2.dist-info}/METADATA +6 -6
  124. {umap_project-2.6.0b0.dist-info → umap_project-2.6.0b2.dist-info}/RECORD +127 -127
  125. {umap_project-2.6.0b0.dist-info → umap_project-2.6.0b2.dist-info}/WHEEL +0 -0
  126. {umap_project-2.6.0b0.dist-info → umap_project-2.6.0b2.dist-info}/entry_points.txt +0 -0
  127. {umap_project-2.6.0b0.dist-info → umap_project-2.6.0b2.dist-info}/licenses/LICENSE +0 -0
@@ -115,7 +115,6 @@
115
115
  "display name": "mostrar nome",
116
116
  "Display on load": "Mostrar ao carregar",
117
117
  "Display the control to open OpenStreetMap editor": "Mostrar o botão para abrir o editor do OpenStreetMap",
118
- "Display the data layers control": "Mostrar o botão das camadas de dados",
119
118
  "Display the embed control": "Mostrar o botão de partilha e descarregar",
120
119
  "Display the fullscreen control": "Mostrar o botão de ecrã inteiro",
121
120
  "Display the locate control": "Mostrar o botão de localização GPS",
@@ -498,5 +497,12 @@
498
497
  "Found {count} rows. Are you sure you want to delete all?": "Foram encontradas {count} linhas. Tem a certeza de que pretende apagar todas?",
499
498
  "Expression is empty": "A expressão está vazia",
500
499
  "OK": "OK",
501
- "Cancel": "Cancelar"
500
+ "Cancel": "Cancelar",
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"
502
508
  }
@@ -115,7 +115,6 @@ const locale = {
115
115
  "display name": "mostrar nome",
116
116
  "Display on load": "Mostrar ao carregar",
117
117
  "Display the control to open OpenStreetMap editor": "Mostrar o controle para abrir o editor OpenStreetMap",
118
- "Display the data layers control": "Mostrar o controle das camadas de dados",
119
118
  "Display the embed control": "Mostrar o controle de embeber",
120
119
  "Display the fullscreen control": "Mostrar o controle de ecrã total",
121
120
  "Display the locate control": "Mostrar o controle de localizar",
@@ -498,7 +497,14 @@ const locale = {
498
497
  "Found {count} rows. Are you sure you want to delete all?": "Found {count} rows. Are you sure you want to delete all?",
499
498
  "Expression is empty": "Expression is empty",
500
499
  "OK": "OK",
501
- "Cancel": "Cancel"
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"
502
508
  }
503
509
  L.registerLocale("pt_BR", locale)
504
510
  L.setLocale("pt_BR")
@@ -115,7 +115,6 @@
115
115
  "display name": "mostrar nome",
116
116
  "Display on load": "Mostrar ao carregar",
117
117
  "Display the control to open OpenStreetMap editor": "Mostrar o controle para abrir o editor OpenStreetMap",
118
- "Display the data layers control": "Mostrar o controle das camadas de dados",
119
118
  "Display the embed control": "Mostrar o controle de embeber",
120
119
  "Display the fullscreen control": "Mostrar o controle de ecrã total",
121
120
  "Display the locate control": "Mostrar o controle de localizar",
@@ -498,5 +497,12 @@
498
497
  "Found {count} rows. Are you sure you want to delete all?": "Found {count} rows. Are you sure you want to delete all?",
499
498
  "Expression is empty": "Expression is empty",
500
499
  "OK": "OK",
501
- "Cancel": "Cancel"
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"
502
508
  }
@@ -115,7 +115,6 @@ const locale = {
115
115
  "display name": "mostrar nome",
116
116
  "Display on load": "Mostrar ao carregar",
117
117
  "Display the control to open OpenStreetMap editor": "Mostrar o controlo para abrir o editor OpenStreetMap",
118
- "Display the data layers control": "Mostrar o controlo das camadas de dados",
119
118
  "Display the embed control": "Mostrar o controlo de embeber",
120
119
  "Display the fullscreen control": "Mostrar o controlo de ecrã total",
121
120
  "Display the locate control": "Mostrar o controlo de localizar",
@@ -498,7 +497,14 @@ const locale = {
498
497
  "Found {count} rows. Are you sure you want to delete all?": "Foram encontradas {count} linhas. Tem a certeza de que pretende apagar todas?",
499
498
  "Expression is empty": "A expressão está vazia",
500
499
  "OK": "OK",
501
- "Cancel": "Cancelar"
500
+ "Cancel": "Cancelar",
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"
502
508
  }
503
509
  L.registerLocale("pt_PT", locale)
504
510
  L.setLocale("pt_PT")
@@ -115,7 +115,6 @@
115
115
  "display name": "mostrar nome",
116
116
  "Display on load": "Mostrar ao carregar",
117
117
  "Display the control to open OpenStreetMap editor": "Mostrar o controlo para abrir o editor OpenStreetMap",
118
- "Display the data layers control": "Mostrar o controlo das camadas de dados",
119
118
  "Display the embed control": "Mostrar o controlo de embeber",
120
119
  "Display the fullscreen control": "Mostrar o controlo de ecrã total",
121
120
  "Display the locate control": "Mostrar o controlo de localizar",
@@ -498,5 +497,12 @@
498
497
  "Found {count} rows. Are you sure you want to delete all?": "Foram encontradas {count} linhas. Tem a certeza de que pretende apagar todas?",
499
498
  "Expression is empty": "A expressão está vazia",
500
499
  "OK": "OK",
501
- "Cancel": "Cancelar"
500
+ "Cancel": "Cancelar",
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"
502
508
  }
@@ -115,7 +115,6 @@ const locale = {
115
115
  "display name": "arată nume",
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",
119
118
  "Display the embed control": "Display the embed control",
120
119
  "Display the fullscreen control": "Display the fullscreen control",
121
120
  "Display the locate control": "Display the locate control",
@@ -498,7 +497,14 @@ const locale = {
498
497
  "Found {count} rows. Are you sure you want to delete all?": "Found {count} rows. Are you sure you want to delete all?",
499
498
  "Expression is empty": "Expression is empty",
500
499
  "OK": "OK",
501
- "Cancel": "Cancel"
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"
502
508
  }
503
509
  L.registerLocale("ro", locale)
504
510
  L.setLocale("ro")
@@ -115,7 +115,6 @@
115
115
  "display name": "arată nume",
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",
119
118
  "Display the embed control": "Display the embed control",
120
119
  "Display the fullscreen control": "Display the fullscreen control",
121
120
  "Display the locate control": "Display the locate control",
@@ -498,5 +497,12 @@
498
497
  "Found {count} rows. Are you sure you want to delete all?": "Found {count} rows. Are you sure you want to delete all?",
499
498
  "Expression is empty": "Expression is empty",
500
499
  "OK": "OK",
501
- "Cancel": "Cancel"
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"
502
508
  }
@@ -115,7 +115,6 @@ 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": "Отображать кнопку управления слоями данных",
119
118
  "Display the embed control": "Отображать кнопку встраивания",
120
119
  "Display the fullscreen control": "Отображать кнопку полноэкранного режима",
121
120
  "Display the locate control": "Отображать кнопку определения местоположения",
@@ -498,7 +497,14 @@ const locale = {
498
497
  "Found {count} rows. Are you sure you want to delete all?": "Found {count} rows. Are you sure you want to delete all?",
499
498
  "Expression is empty": "Expression is empty",
500
499
  "OK": "OK",
501
- "Cancel": "Cancel"
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"
502
508
  }
503
509
  L.registerLocale("ru", locale)
504
510
  L.setLocale("ru")
@@ -115,7 +115,6 @@
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": "Отображать кнопку управления слоями данных",
119
118
  "Display the embed control": "Отображать кнопку встраивания",
120
119
  "Display the fullscreen control": "Отображать кнопку полноэкранного режима",
121
120
  "Display the locate control": "Отображать кнопку определения местоположения",
@@ -498,5 +497,12 @@
498
497
  "Found {count} rows. Are you sure you want to delete all?": "Found {count} rows. Are you sure you want to delete all?",
499
498
  "Expression is empty": "Expression is empty",
500
499
  "OK": "OK",
501
- "Cancel": "Cancel"
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"
502
508
  }
@@ -115,7 +115,6 @@ const locale = {
115
115
  "display name": "zobraziť názov",
116
116
  "Display on load": "Zobraziť pri štarte",
117
117
  "Display the control to open OpenStreetMap editor": "Zobraziť ovládanie na otvorenie editora OpenStreetMap",
118
- "Display the data layers control": "Zobraziť ovládanie údajov vrstiev",
119
118
  "Display the embed control": "Zobraziť ovládanie vkladania",
120
119
  "Display the fullscreen control": "Zobraziť ovládanie celej obrazovky",
121
120
  "Display the locate control": "Zobraziť ovládanie polohy",
@@ -498,7 +497,14 @@ const locale = {
498
497
  "Found {count} rows. Are you sure you want to delete all?": "Found {count} rows. Are you sure you want to delete all?",
499
498
  "Expression is empty": "Expression is empty",
500
499
  "OK": "OK",
501
- "Cancel": "Cancel"
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"
502
508
  }
503
509
  L.registerLocale("sk_SK", locale)
504
510
  L.setLocale("sk_SK")
@@ -115,7 +115,6 @@
115
115
  "display name": "zobraziť názov",
116
116
  "Display on load": "Zobraziť pri štarte",
117
117
  "Display the control to open OpenStreetMap editor": "Zobraziť ovládanie na otvorenie editora OpenStreetMap",
118
- "Display the data layers control": "Zobraziť ovládanie údajov vrstiev",
119
118
  "Display the embed control": "Zobraziť ovládanie vkladania",
120
119
  "Display the fullscreen control": "Zobraziť ovládanie celej obrazovky",
121
120
  "Display the locate control": "Zobraziť ovládanie polohy",
@@ -498,5 +497,12 @@
498
497
  "Found {count} rows. Are you sure you want to delete all?": "Found {count} rows. Are you sure you want to delete all?",
499
498
  "Expression is empty": "Expression is empty",
500
499
  "OK": "OK",
501
- "Cancel": "Cancel"
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"
502
508
  }
@@ -115,7 +115,6 @@ const locale = {
115
115
  "display name": "prikazno ime",
116
116
  "Display on load": "Prikaži ob nalaganju",
117
117
  "Display the control to open OpenStreetMap editor": "Pokaži gumb za odpiranje urejevalnika OpenstreetMap",
118
- "Display the data layers control": "Pokaži gumb za nadzor podatkov plasti",
119
118
  "Display the embed control": "Pokaži gumb za vstavljanje predmetov",
120
119
  "Display the fullscreen control": "Pokaži gumb za preklop v celozaslonski način",
121
120
  "Display the locate control": "Pokaži gumb za omogočanje lokacijskih storitev",
@@ -498,7 +497,14 @@ const locale = {
498
497
  "Found {count} rows. Are you sure you want to delete all?": "Found {count} rows. Are you sure you want to delete all?",
499
498
  "Expression is empty": "Expression is empty",
500
499
  "OK": "OK",
501
- "Cancel": "Cancel"
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"
502
508
  }
503
509
  L.registerLocale("sl", locale)
504
510
  L.setLocale("sl")
@@ -115,7 +115,6 @@
115
115
  "display name": "prikazno ime",
116
116
  "Display on load": "Prikaži ob nalaganju",
117
117
  "Display the control to open OpenStreetMap editor": "Pokaži gumb za odpiranje urejevalnika OpenstreetMap",
118
- "Display the data layers control": "Pokaži gumb za nadzor podatkov plasti",
119
118
  "Display the embed control": "Pokaži gumb za vstavljanje predmetov",
120
119
  "Display the fullscreen control": "Pokaži gumb za preklop v celozaslonski način",
121
120
  "Display the locate control": "Pokaži gumb za omogočanje lokacijskih storitev",
@@ -498,5 +497,12 @@
498
497
  "Found {count} rows. Are you sure you want to delete all?": "Found {count} rows. Are you sure you want to delete all?",
499
498
  "Expression is empty": "Expression is empty",
500
499
  "OK": "OK",
501
- "Cancel": "Cancel"
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"
502
508
  }
@@ -115,7 +115,6 @@ const locale = {
115
115
  "display name": "display name",
116
116
  "Display on load": "Приказ при учитавању",
117
117
  "Display the control to open OpenStreetMap editor": "Прикажи контролу да бисте отворили OpenStreetMap уређивач",
118
- "Display the data layers control": "Прикажи контролу слојева података",
119
118
  "Display the embed control": "Прикажи уграђену контролу",
120
119
  "Display the fullscreen control": "Прикажи контроле пуног режима",
121
120
  "Display the locate control": "Прикажи контролу лоцирања",
@@ -498,7 +497,14 @@ const locale = {
498
497
  "Found {count} rows. Are you sure you want to delete all?": "Found {count} rows. Are you sure you want to delete all?",
499
498
  "Expression is empty": "Expression is empty",
500
499
  "OK": "OK",
501
- "Cancel": "Cancel"
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"
502
508
  }
503
509
  L.registerLocale("sr", locale)
504
510
  L.setLocale("sr")
@@ -115,7 +115,6 @@
115
115
  "display name": "display name",
116
116
  "Display on load": "Приказ при учитавању",
117
117
  "Display the control to open OpenStreetMap editor": "Прикажи контролу да бисте отворили OpenStreetMap уређивач",
118
- "Display the data layers control": "Прикажи контролу слојева података",
119
118
  "Display the embed control": "Прикажи уграђену контролу",
120
119
  "Display the fullscreen control": "Прикажи контроле пуног режима",
121
120
  "Display the locate control": "Прикажи контролу лоцирања",
@@ -498,5 +497,12 @@
498
497
  "Found {count} rows. Are you sure you want to delete all?": "Found {count} rows. Are you sure you want to delete all?",
499
498
  "Expression is empty": "Expression is empty",
500
499
  "OK": "OK",
501
- "Cancel": "Cancel"
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"
502
508
  }
@@ -115,7 +115,6 @@ const locale = {
115
115
  "display name": "namn",
116
116
  "Display on load": "Visa vid uppstart",
117
117
  "Display the control to open OpenStreetMap editor": "Visa knapp för att öppna OpenStreetMap redigerare",
118
- "Display the data layers control": "Visa verktyg för datalager",
119
118
  "Display the embed control": "Visa verktyg för att bädda in och dela",
120
119
  "Display the fullscreen control": "Visa verktyg för fullskärm",
121
120
  "Display the locate control": "Visa lokaliseringsverktyg",
@@ -498,7 +497,14 @@ const locale = {
498
497
  "Found {count} rows. Are you sure you want to delete all?": "Found {count} rows. Are you sure you want to delete all?",
499
498
  "Expression is empty": "Expression is empty",
500
499
  "OK": "OK",
501
- "Cancel": "Cancel"
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"
502
508
  }
503
509
  L.registerLocale("sv", locale)
504
510
  L.setLocale("sv")
@@ -115,7 +115,6 @@
115
115
  "display name": "namn",
116
116
  "Display on load": "Visa vid uppstart",
117
117
  "Display the control to open OpenStreetMap editor": "Visa knapp för att öppna OpenStreetMap redigerare",
118
- "Display the data layers control": "Visa verktyg för datalager",
119
118
  "Display the embed control": "Visa verktyg för att bädda in och dela",
120
119
  "Display the fullscreen control": "Visa verktyg för fullskärm",
121
120
  "Display the locate control": "Visa lokaliseringsverktyg",
@@ -498,5 +497,12 @@
498
497
  "Found {count} rows. Are you sure you want to delete all?": "Found {count} rows. Are you sure you want to delete all?",
499
498
  "Expression is empty": "Expression is empty",
500
499
  "OK": "OK",
501
- "Cancel": "Cancel"
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"
502
508
  }
@@ -115,7 +115,6 @@ 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",
119
118
  "Display the embed control": "Display the embed control",
120
119
  "Display the fullscreen control": "Display the fullscreen control",
121
120
  "Display the locate control": "Display the locate control",
@@ -498,7 +497,14 @@ const locale = {
498
497
  "Found {count} rows. Are you sure you want to delete all?": "Found {count} rows. Are you sure you want to delete all?",
499
498
  "Expression is empty": "Expression is empty",
500
499
  "OK": "OK",
501
- "Cancel": "Cancel"
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"
502
508
  }
503
509
  L.registerLocale("th_TH", locale)
504
510
  L.setLocale("th_TH")
@@ -115,7 +115,6 @@
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",
119
118
  "Display the embed control": "Display the embed control",
120
119
  "Display the fullscreen control": "Display the fullscreen control",
121
120
  "Display the locate control": "Display the locate control",
@@ -498,5 +497,12 @@
498
497
  "Found {count} rows. Are you sure you want to delete all?": "Found {count} rows. Are you sure you want to delete all?",
499
498
  "Expression is empty": "Expression is empty",
500
499
  "OK": "OK",
501
- "Cancel": "Cancel"
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"
502
508
  }
@@ -115,7 +115,6 @@ const locale = {
115
115
  "display name": "görünen ad",
116
116
  "Display on load": "Yüklerken görüntüle",
117
117
  "Display the control to open OpenStreetMap editor": "OpenStreetMap editörünü açmak için denetimi görüntüle",
118
- "Display the data layers control": "Veri katmanları denetimini görüntüle",
119
118
  "Display the embed control": "Yerleştirme denetim görüntüle",
120
119
  "Display the fullscreen control": "Tam ekran denetimini görüntüle",
121
120
  "Display the locate control": "Konum denetimini görüntüle",
@@ -498,7 +497,14 @@ const locale = {
498
497
  "Found {count} rows. Are you sure you want to delete all?": "Found {count} rows. Are you sure you want to delete all?",
499
498
  "Expression is empty": "Expression is empty",
500
499
  "OK": "OK",
501
- "Cancel": "Cancel"
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"
502
508
  }
503
509
  L.registerLocale("tr", locale)
504
510
  L.setLocale("tr")
@@ -115,7 +115,6 @@
115
115
  "display name": "görünen ad",
116
116
  "Display on load": "Yüklerken görüntüle",
117
117
  "Display the control to open OpenStreetMap editor": "OpenStreetMap editörünü açmak için denetimi görüntüle",
118
- "Display the data layers control": "Veri katmanları denetimini görüntüle",
119
118
  "Display the embed control": "Yerleştirme denetim görüntüle",
120
119
  "Display the fullscreen control": "Tam ekran denetimini görüntüle",
121
120
  "Display the locate control": "Konum denetimini görüntüle",
@@ -498,5 +497,12 @@
498
497
  "Found {count} rows. Are you sure you want to delete all?": "Found {count} rows. Are you sure you want to delete all?",
499
498
  "Expression is empty": "Expression is empty",
500
499
  "OK": "OK",
501
- "Cancel": "Cancel"
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"
502
508
  }
@@ -115,7 +115,6 @@ 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": "Показувати перемикач шарів даних",
119
118
  "Display the embed control": "Показувати вбудовані елементи керування",
120
119
  "Display the fullscreen control": "Показувати перемикач повноекранного режиму",
121
120
  "Display the locate control": "Показувати кнопку визначення місцезнаходження",
@@ -498,7 +497,14 @@ const locale = {
498
497
  "Found {count} rows. Are you sure you want to delete all?": "Found {count} rows. Are you sure you want to delete all?",
499
498
  "Expression is empty": "Expression is empty",
500
499
  "OK": "OK",
501
- "Cancel": "Cancel"
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"
502
508
  }
503
509
  L.registerLocale("uk_UA", locale)
504
510
  L.setLocale("uk_UA")
@@ -115,7 +115,6 @@
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": "Показувати перемикач шарів даних",
119
118
  "Display the embed control": "Показувати вбудовані елементи керування",
120
119
  "Display the fullscreen control": "Показувати перемикач повноекранного режиму",
121
120
  "Display the locate control": "Показувати кнопку визначення місцезнаходження",
@@ -498,5 +497,12 @@
498
497
  "Found {count} rows. Are you sure you want to delete all?": "Found {count} rows. Are you sure you want to delete all?",
499
498
  "Expression is empty": "Expression is empty",
500
499
  "OK": "OK",
501
- "Cancel": "Cancel"
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"
502
508
  }
@@ -115,7 +115,6 @@ const locale = {
115
115
  "display name": "display name",
116
116
  "Display on load": "Hiển thị khi tải",
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",
119
118
  "Display the embed control": "Display the embed control",
120
119
  "Display the fullscreen control": "Display the fullscreen control",
121
120
  "Display the locate control": "Display the locate control",
@@ -498,7 +497,14 @@ const locale = {
498
497
  "Found {count} rows. Are you sure you want to delete all?": "Found {count} rows. Are you sure you want to delete all?",
499
498
  "Expression is empty": "Expression is empty",
500
499
  "OK": "OK",
501
- "Cancel": "Cancel"
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"
502
508
  }
503
509
  L.registerLocale("vi", locale)
504
510
  L.setLocale("vi")
@@ -115,7 +115,6 @@
115
115
  "display name": "display name",
116
116
  "Display on load": "Hiển thị khi tải",
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",
119
118
  "Display the embed control": "Display the embed control",
120
119
  "Display the fullscreen control": "Display the fullscreen control",
121
120
  "Display the locate control": "Display the locate control",
@@ -498,5 +497,12 @@
498
497
  "Found {count} rows. Are you sure you want to delete all?": "Found {count} rows. Are you sure you want to delete all?",
499
498
  "Expression is empty": "Expression is empty",
500
499
  "OK": "OK",
501
- "Cancel": "Cancel"
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"
502
508
  }
@@ -115,7 +115,6 @@
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",
119
118
  "Display the embed control": "Display the embed control",
120
119
  "Display the fullscreen control": "Display the fullscreen control",
121
120
  "Display the locate control": "Display the locate control",
@@ -498,5 +497,12 @@
498
497
  "Found {count} rows. Are you sure you want to delete all?": "Found {count} rows. Are you sure you want to delete all?",
499
498
  "Expression is empty": "Expression is empty",
500
499
  "OK": "OK",
501
- "Cancel": "Cancel"
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"
502
508
  }