umap-project 3.4.0b2__py3-none-any.whl → 3.4.0b3__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 (144) hide show
  1. umap/__init__.py +1 -1
  2. umap/locale/da/LC_MESSAGES/django.mo +0 -0
  3. umap/locale/da/LC_MESSAGES/django.po +2 -2
  4. umap/locale/en/LC_MESSAGES/django.po +14 -14
  5. umap/migrations/0018_datalayer_uuid.py +1 -1
  6. umap/models.py +1 -1
  7. umap/settings/local.py.sample +1 -1
  8. umap/static/umap/css/form.css +2 -2
  9. umap/static/umap/js/components/base.js +1 -1
  10. umap/static/umap/js/modules/browser.js +4 -4
  11. umap/static/umap/js/modules/data/features.js +1 -1
  12. umap/static/umap/js/modules/data/fields.js +280 -0
  13. umap/static/umap/js/modules/data/layer.js +6 -8
  14. umap/static/umap/js/modules/domutils.js +3 -3
  15. umap/static/umap/js/modules/filters.js +7 -7
  16. umap/static/umap/js/modules/help.js +1 -1
  17. umap/static/umap/js/modules/i18n.js +1 -1
  18. umap/static/umap/js/modules/importer.js +1 -1
  19. umap/static/umap/js/modules/managers.js +0 -264
  20. umap/static/umap/js/modules/rendering/controls.js +4 -2
  21. umap/static/umap/js/modules/rendering/layers/classified.js +1 -1
  22. umap/static/umap/js/modules/rendering/layers/heat.js +26 -21
  23. umap/static/umap/js/modules/rendering/template.js +4 -4
  24. umap/static/umap/js/modules/ui/dialog.js +10 -1
  25. umap/static/umap/js/modules/ui/panel.js +2 -2
  26. umap/static/umap/js/modules/umap.js +9 -4
  27. umap/static/umap/js/modules/utils.js +1 -1
  28. umap/static/umap/locale/am_ET.js +14 -5
  29. umap/static/umap/locale/am_ET.json +14 -5
  30. umap/static/umap/locale/ar.js +14 -5
  31. umap/static/umap/locale/ar.json +14 -5
  32. umap/static/umap/locale/ast.js +14 -5
  33. umap/static/umap/locale/ast.json +14 -5
  34. umap/static/umap/locale/bg.js +14 -5
  35. umap/static/umap/locale/bg.json +14 -5
  36. umap/static/umap/locale/br.js +1 -1
  37. umap/static/umap/locale/br.json +1 -1
  38. umap/static/umap/locale/ca.js +14 -5
  39. umap/static/umap/locale/ca.json +14 -5
  40. umap/static/umap/locale/cs_CZ.js +14 -5
  41. umap/static/umap/locale/cs_CZ.json +14 -5
  42. umap/static/umap/locale/da.js +48 -39
  43. umap/static/umap/locale/da.json +48 -39
  44. umap/static/umap/locale/de.js +14 -5
  45. umap/static/umap/locale/de.json +14 -5
  46. umap/static/umap/locale/el.js +14 -5
  47. umap/static/umap/locale/el.json +14 -5
  48. umap/static/umap/locale/en.js +14 -5
  49. umap/static/umap/locale/en.json +14 -5
  50. umap/static/umap/locale/en_US.json +14 -5
  51. umap/static/umap/locale/es.js +49 -40
  52. umap/static/umap/locale/es.json +49 -40
  53. umap/static/umap/locale/et.js +14 -5
  54. umap/static/umap/locale/et.json +14 -5
  55. umap/static/umap/locale/eu.js +14 -5
  56. umap/static/umap/locale/eu.json +14 -5
  57. umap/static/umap/locale/fa_IR.js +14 -5
  58. umap/static/umap/locale/fa_IR.json +14 -5
  59. umap/static/umap/locale/fi.js +14 -5
  60. umap/static/umap/locale/fi.json +14 -5
  61. umap/static/umap/locale/fr.js +14 -5
  62. umap/static/umap/locale/fr.json +14 -5
  63. umap/static/umap/locale/gl.js +14 -5
  64. umap/static/umap/locale/gl.json +14 -5
  65. umap/static/umap/locale/he.js +14 -5
  66. umap/static/umap/locale/he.json +14 -5
  67. umap/static/umap/locale/hr.js +14 -5
  68. umap/static/umap/locale/hr.json +14 -5
  69. umap/static/umap/locale/hu.js +56 -47
  70. umap/static/umap/locale/hu.json +56 -47
  71. umap/static/umap/locale/id.js +14 -5
  72. umap/static/umap/locale/id.json +14 -5
  73. umap/static/umap/locale/is.js +14 -5
  74. umap/static/umap/locale/is.json +14 -5
  75. umap/static/umap/locale/it.js +14 -5
  76. umap/static/umap/locale/it.json +14 -5
  77. umap/static/umap/locale/ja.js +14 -5
  78. umap/static/umap/locale/ja.json +14 -5
  79. umap/static/umap/locale/ko.js +14 -5
  80. umap/static/umap/locale/ko.json +14 -5
  81. umap/static/umap/locale/lt.js +14 -5
  82. umap/static/umap/locale/lt.json +14 -5
  83. umap/static/umap/locale/ms.js +14 -5
  84. umap/static/umap/locale/ms.json +14 -5
  85. umap/static/umap/locale/nl.js +14 -5
  86. umap/static/umap/locale/nl.json +14 -5
  87. umap/static/umap/locale/no.js +14 -5
  88. umap/static/umap/locale/no.json +14 -5
  89. umap/static/umap/locale/pl.js +14 -5
  90. umap/static/umap/locale/pl.json +14 -5
  91. umap/static/umap/locale/pl_PL.json +14 -5
  92. umap/static/umap/locale/pt.js +14 -5
  93. umap/static/umap/locale/pt.json +14 -5
  94. umap/static/umap/locale/pt_BR.js +14 -5
  95. umap/static/umap/locale/pt_BR.json +14 -5
  96. umap/static/umap/locale/pt_PT.js +14 -5
  97. umap/static/umap/locale/pt_PT.json +14 -5
  98. umap/static/umap/locale/ro.js +14 -5
  99. umap/static/umap/locale/ro.json +14 -5
  100. umap/static/umap/locale/ru.js +14 -5
  101. umap/static/umap/locale/ru.json +14 -5
  102. umap/static/umap/locale/si.js +1 -1
  103. umap/static/umap/locale/si.json +1 -1
  104. umap/static/umap/locale/sk_SK.js +14 -5
  105. umap/static/umap/locale/sk_SK.json +14 -5
  106. umap/static/umap/locale/sl.js +14 -5
  107. umap/static/umap/locale/sl.json +14 -5
  108. umap/static/umap/locale/sr.js +14 -5
  109. umap/static/umap/locale/sr.json +14 -5
  110. umap/static/umap/locale/sv.js +14 -5
  111. umap/static/umap/locale/sv.json +14 -5
  112. umap/static/umap/locale/th_TH.js +14 -5
  113. umap/static/umap/locale/th_TH.json +14 -5
  114. umap/static/umap/locale/tr.js +14 -5
  115. umap/static/umap/locale/tr.json +14 -5
  116. umap/static/umap/locale/uk_UA.js +14 -5
  117. umap/static/umap/locale/uk_UA.json +14 -5
  118. umap/static/umap/locale/vi.js +14 -5
  119. umap/static/umap/locale/vi.json +14 -5
  120. umap/static/umap/locale/vi_VN.json +14 -5
  121. umap/static/umap/locale/zh.js +14 -5
  122. umap/static/umap/locale/zh.json +14 -5
  123. umap/static/umap/locale/zh_CN.json +14 -5
  124. umap/static/umap/locale/zh_TW.Big5.json +14 -5
  125. umap/static/umap/locale/zh_TW.js +47 -38
  126. umap/static/umap/locale/zh_TW.json +47 -38
  127. umap/templates/umap/login_popup_end.html +2 -2
  128. umap/tests/integration/conftest.py +8 -0
  129. umap/tests/integration/test_anonymous_owned_map.py +1 -1
  130. umap/tests/integration/test_conditional_rules.py +1 -1
  131. umap/tests/integration/test_filters.py +6 -7
  132. umap/tests/integration/test_map_preview.py +1 -1
  133. umap/tests/integration/test_picto.py +1 -1
  134. umap/tests/integration/test_save.py +1 -1
  135. umap/tests/integration/test_websocket_sync.py +63 -19
  136. umap/tests/test_dashboard.py +1 -1
  137. umap/tests/test_statics.py +2 -2
  138. umap/tests/test_views.py +1 -1
  139. umap/utils.py +1 -1
  140. {umap_project-3.4.0b2.dist-info → umap_project-3.4.0b3.dist-info}/METADATA +4 -4
  141. {umap_project-3.4.0b2.dist-info → umap_project-3.4.0b3.dist-info}/RECORD +144 -143
  142. {umap_project-3.4.0b2.dist-info → umap_project-3.4.0b3.dist-info}/WHEEL +0 -0
  143. {umap_project-3.4.0b2.dist-info → umap_project-3.4.0b3.dist-info}/entry_points.txt +0 -0
  144. {umap_project-3.4.0b2.dist-info → umap_project-3.4.0b3.dist-info}/licenses/LICENSE +0 -0
@@ -70,7 +70,7 @@ const locale = {
70
70
  "color": "colore",
71
71
  "Comma separated list of numbers, including min and max values.": "Lista dei numeri separati da virgola, che includono i valori minimi e massimi",
72
72
  "Comma separated list of properties to use for sorting features. To reverse the sort, put a minus sign (-) before. Eg. mykey,-otherkey.": "Elenco di proprietà separate da virgole da utilizzare per l'ordinamento degli oggetti. Per invertire l'ordinamento, inserire prima un segno meno (-). Per esempio. miocampo-altrocampo.",
73
- "Comma, tab or semi-colon separated values. SRS WGS84 is implied. Only Point geometries are imported. The import will look at the column headers for any mention of «lat» and «lon» at the begining of the header, case insensitive. All other column are imported as properties.": "Valori separati da virgola, tabulatore o punto e virgola. Il sistema di riferimento spaziale implementato è WGS84. Vengono importati solo punti. La funzione di importazione va a cercare nell'intestazione le colonne «lat» e «lon» indifferentemente se scritte in maiuscolo o minuscolo. Tutte le altre colonne sono importate come proprietà.",
73
+ "Comma, tab or semi-colon separated values. SRS WGS84 is implied. Only Point geometries are imported. The import will look at the column headers for any mention of «lat» and «lon» at the beginning of the header, case insensitive. All other column are imported as properties.": "Comma, tab or semi-colon separated values. SRS WGS84 is implied. Only Point geometries are imported. The import will look at the column headers for any mention of «lat» and «lon» at the beginning of the header, case insensitive. All other column are imported as properties.",
74
74
  "Congratulations, your map has been created!": "Complimenti, la tua mappa è stata creata!!!",
75
75
  "Continue line": "Linea continua",
76
76
  "Coordinates": "Coordinate",
@@ -159,7 +159,6 @@ const locale = {
159
159
  "Go to \"{coords}\"": "Vai a “{coords}”",
160
160
  "Go to the homepage": "Vai all’homepage",
161
161
  "Go to «{feature}»": "Vai a «{feature}»",
162
- "Heatmap intensity property": "Proprietà intensità mappa di densità",
163
162
  "Heatmap radius": "Raggio mappa di densità",
164
163
  "Heatmap": "Mappa di densità (heatmap)",
165
164
  "height": "altezza",
@@ -255,7 +254,6 @@ const locale = {
255
254
  "Open share & download panel": "Apri pannello di condivisione & scarico",
256
255
  "Open this map extent in a map editor to provide more accurate data to OpenStreetMap": "Apri quest'area della mappa nell'editor in modo da fornire dati più accurati in OpenStreeetMap",
257
256
  "OpenStreetMap": "OpenStreetMap",
258
- "Optional intensity property for heatmap": "Proprietà opzionale per la mappa di densità",
259
257
  "Optional. Same as color if not set.": "Opzionale. Stesso colore se non assegnato.",
260
258
  "Optional.": "Opzionale.",
261
259
  "Override clustering radius (default 80)": "Sovrascrivi raggio di raggruppamento (predefinito 80)",
@@ -631,7 +629,6 @@ const locale = {
631
629
  "Are you sure you want to delete this field on all the data?": "Are you sure you want to delete this field on all the data?",
632
630
  "Anonymous map": "Anonymous map",
633
631
  "Edit filter for this field": "Edit filter for this field",
634
- "Fields, filters and keys": "Fields, filters and keys",
635
632
  "Hey, you created a map without an account!": "Hey, you created a map without an account!",
636
633
  "This map is anonymous, do you want to attach it to your account?": "This map is anonymous, do you want to attach it to your account?",
637
634
  "The map has been upgraded to latest version, please save it.": "The map has been upgraded to latest version, please save it.",
@@ -641,7 +638,19 @@ const locale = {
641
638
  "Wikipedia contributors": "Wikipedia contributors",
642
639
  "See on Wikipedia": "See on Wikipedia",
643
640
  "Anonymous map: update who can see and edit it": "Anonymous map: update who can see and edit it",
644
- "Login": "Login"
641
+ "Login": "Login",
642
+ "Manage filters": "Manage filters",
643
+ "Map (all layers)": "Map (all layers)",
644
+ "Add a filter for this field": "Add a filter for this field",
645
+ "Short text": "Short text",
646
+ "Text": "Text",
647
+ "Number": "Number",
648
+ "Date": "Date",
649
+ "Date and time": "Date and time",
650
+ "List of values": "List of values",
651
+ "Yes / No": "Yes / No",
652
+ "Select field to compute intensity": "Select field to compute intensity",
653
+ "Optional intensity field to compute heatmap": "Optional intensity field to compute heatmap"
645
654
  }
646
655
  L.registerLocale("it", locale)
647
656
  L.setLocale("it")
@@ -70,7 +70,7 @@
70
70
  "color": "colore",
71
71
  "Comma separated list of numbers, including min and max values.": "Lista dei numeri separati da virgola, che includono i valori minimi e massimi",
72
72
  "Comma separated list of properties to use for sorting features. To reverse the sort, put a minus sign (-) before. Eg. mykey,-otherkey.": "Elenco di proprietà separate da virgole da utilizzare per l'ordinamento degli oggetti. Per invertire l'ordinamento, inserire prima un segno meno (-). Per esempio. miocampo-altrocampo.",
73
- "Comma, tab or semi-colon separated values. SRS WGS84 is implied. Only Point geometries are imported. The import will look at the column headers for any mention of «lat» and «lon» at the begining of the header, case insensitive. All other column are imported as properties.": "Valori separati da virgola, tabulatore o punto e virgola. Il sistema di riferimento spaziale implementato è WGS84. Vengono importati solo punti. La funzione di importazione va a cercare nell'intestazione le colonne «lat» e «lon» indifferentemente se scritte in maiuscolo o minuscolo. Tutte le altre colonne sono importate come proprietà.",
73
+ "Comma, tab or semi-colon separated values. SRS WGS84 is implied. Only Point geometries are imported. The import will look at the column headers for any mention of «lat» and «lon» at the beginning of the header, case insensitive. All other column are imported as properties.": "Comma, tab or semi-colon separated values. SRS WGS84 is implied. Only Point geometries are imported. The import will look at the column headers for any mention of «lat» and «lon» at the beginning of the header, case insensitive. All other column are imported as properties.",
74
74
  "Congratulations, your map has been created!": "Complimenti, la tua mappa è stata creata!!!",
75
75
  "Continue line": "Linea continua",
76
76
  "Coordinates": "Coordinate",
@@ -159,7 +159,6 @@
159
159
  "Go to \"{coords}\"": "Vai a “{coords}”",
160
160
  "Go to the homepage": "Vai all’homepage",
161
161
  "Go to «{feature}»": "Vai a «{feature}»",
162
- "Heatmap intensity property": "Proprietà intensità mappa di densità",
163
162
  "Heatmap radius": "Raggio mappa di densità",
164
163
  "Heatmap": "Mappa di densità (heatmap)",
165
164
  "height": "altezza",
@@ -255,7 +254,6 @@
255
254
  "Open share & download panel": "Apri pannello di condivisione & scarico",
256
255
  "Open this map extent in a map editor to provide more accurate data to OpenStreetMap": "Apri quest'area della mappa nell'editor in modo da fornire dati più accurati in OpenStreeetMap",
257
256
  "OpenStreetMap": "OpenStreetMap",
258
- "Optional intensity property for heatmap": "Proprietà opzionale per la mappa di densità",
259
257
  "Optional. Same as color if not set.": "Opzionale. Stesso colore se non assegnato.",
260
258
  "Optional.": "Opzionale.",
261
259
  "Override clustering radius (default 80)": "Sovrascrivi raggio di raggruppamento (predefinito 80)",
@@ -631,7 +629,6 @@
631
629
  "Are you sure you want to delete this field on all the data?": "Are you sure you want to delete this field on all the data?",
632
630
  "Anonymous map": "Anonymous map",
633
631
  "Edit filter for this field": "Edit filter for this field",
634
- "Fields, filters and keys": "Fields, filters and keys",
635
632
  "Hey, you created a map without an account!": "Hey, you created a map without an account!",
636
633
  "This map is anonymous, do you want to attach it to your account?": "This map is anonymous, do you want to attach it to your account?",
637
634
  "The map has been upgraded to latest version, please save it.": "The map has been upgraded to latest version, please save it.",
@@ -641,5 +638,17 @@
641
638
  "Wikipedia contributors": "Wikipedia contributors",
642
639
  "See on Wikipedia": "See on Wikipedia",
643
640
  "Anonymous map: update who can see and edit it": "Anonymous map: update who can see and edit it",
644
- "Login": "Login"
641
+ "Login": "Login",
642
+ "Manage filters": "Manage filters",
643
+ "Map (all layers)": "Map (all layers)",
644
+ "Add a filter for this field": "Add a filter for this field",
645
+ "Short text": "Short text",
646
+ "Text": "Text",
647
+ "Number": "Number",
648
+ "Date": "Date",
649
+ "Date and time": "Date and time",
650
+ "List of values": "List of values",
651
+ "Yes / No": "Yes / No",
652
+ "Select field to compute intensity": "Select field to compute intensity",
653
+ "Optional intensity field to compute heatmap": "Optional intensity field to compute heatmap"
645
654
  }
@@ -70,7 +70,7 @@ const locale = {
70
70
  "color": "色",
71
71
  "Comma separated list of numbers, including min and max values.": "Comma separated list of numbers, including min and max values.",
72
72
  "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.",
73
- "Comma, tab or semi-colon separated values. SRS WGS84 is implied. Only Point geometries are imported. The import will look at the column headers for any mention of «lat» and «lon» at the begining of the header, case insensitive. All other column are imported as properties.": "カンマ、タブ、セミコロンなどで区切られた値。SRSWGS84が適用されます。ポイントのジオメトリのみがインポート対象です。インポートを行なう際は、カラムの先頭行を対象に «lat» «lon» という文字列が検索されます。検索は行の最初から順に行われ、大文字と小文字は区別されません。その他のすべてのカラムは、プロパティとしてインポートされます。",
73
+ "Comma, tab or semi-colon separated values. SRS WGS84 is implied. Only Point geometries are imported. The import will look at the column headers for any mention of «lat» and «lon» at the beginning of the header, case insensitive. All other column are imported as properties.": "Comma, tab or semi-colon separated values. SRS WGS84 is implied. Only Point geometries are imported. The import will look at the column headers for any mention of «lat» and «lon» at the beginning of the header, case insensitive. All other column are imported as properties.",
74
74
  "Congratulations, your map has been created!": "Congratulations, your map has been created!",
75
75
  "Continue line": "ラインを延長",
76
76
  "Coordinates": "位置情報",
@@ -159,7 +159,6 @@ const locale = {
159
159
  "Go to \"{coords}\"": "Go to \"{coords}\"",
160
160
  "Go to the homepage": "Go to the homepage",
161
161
  "Go to «{feature}»": "«{feature}»を表示",
162
- "Heatmap intensity property": "ヒートマップ強調設定",
163
162
  "Heatmap radius": "ヒートマップ包括半径",
164
163
  "Heatmap": "ヒートマップ",
165
164
  "height": "縦幅",
@@ -255,7 +254,6 @@ const locale = {
255
254
  "Open share & download panel": "Open share & download panel",
256
255
  "Open this map extent in a map editor to provide more accurate data to OpenStreetMap": "現在表示中の領域をエディタで編集し、より正確なデータをOpenStreetMapへ書き込む",
257
256
  "OpenStreetMap": "OpenStreetMap",
258
- "Optional intensity property for heatmap": "ヒートマップ強調表示オプション",
259
257
  "Optional. Same as color if not set.": "オプション。設定がない場合、色指定と同様",
260
258
  "Optional.": "Optional.",
261
259
  "Override clustering radius (default 80)": "クラスタ包括半径を上書き (基本値 80)",
@@ -631,7 +629,6 @@ const locale = {
631
629
  "Are you sure you want to delete this field on all the data?": "Are you sure you want to delete this field on all the data?",
632
630
  "Anonymous map": "Anonymous map",
633
631
  "Edit filter for this field": "Edit filter for this field",
634
- "Fields, filters and keys": "Fields, filters and keys",
635
632
  "Hey, you created a map without an account!": "Hey, you created a map without an account!",
636
633
  "This map is anonymous, do you want to attach it to your account?": "This map is anonymous, do you want to attach it to your account?",
637
634
  "The map has been upgraded to latest version, please save it.": "The map has been upgraded to latest version, please save it.",
@@ -641,7 +638,19 @@ const locale = {
641
638
  "Wikipedia contributors": "Wikipedia contributors",
642
639
  "See on Wikipedia": "See on Wikipedia",
643
640
  "Anonymous map: update who can see and edit it": "Anonymous map: update who can see and edit it",
644
- "Login": "Login"
641
+ "Login": "Login",
642
+ "Manage filters": "Manage filters",
643
+ "Map (all layers)": "Map (all layers)",
644
+ "Add a filter for this field": "Add a filter for this field",
645
+ "Short text": "Short text",
646
+ "Text": "Text",
647
+ "Number": "Number",
648
+ "Date": "Date",
649
+ "Date and time": "Date and time",
650
+ "List of values": "List of values",
651
+ "Yes / No": "Yes / No",
652
+ "Select field to compute intensity": "Select field to compute intensity",
653
+ "Optional intensity field to compute heatmap": "Optional intensity field to compute heatmap"
645
654
  }
646
655
  L.registerLocale("ja", locale)
647
656
  L.setLocale("ja")
@@ -70,7 +70,7 @@
70
70
  "color": "色",
71
71
  "Comma separated list of numbers, including min and max values.": "Comma separated list of numbers, including min and max values.",
72
72
  "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.",
73
- "Comma, tab or semi-colon separated values. SRS WGS84 is implied. Only Point geometries are imported. The import will look at the column headers for any mention of «lat» and «lon» at the begining of the header, case insensitive. All other column are imported as properties.": "カンマ、タブ、セミコロンなどで区切られた値。SRSWGS84が適用されます。ポイントのジオメトリのみがインポート対象です。インポートを行なう際は、カラムの先頭行を対象に «lat» «lon» という文字列が検索されます。検索は行の最初から順に行われ、大文字と小文字は区別されません。その他のすべてのカラムは、プロパティとしてインポートされます。",
73
+ "Comma, tab or semi-colon separated values. SRS WGS84 is implied. Only Point geometries are imported. The import will look at the column headers for any mention of «lat» and «lon» at the beginning of the header, case insensitive. All other column are imported as properties.": "Comma, tab or semi-colon separated values. SRS WGS84 is implied. Only Point geometries are imported. The import will look at the column headers for any mention of «lat» and «lon» at the beginning of the header, case insensitive. All other column are imported as properties.",
74
74
  "Congratulations, your map has been created!": "Congratulations, your map has been created!",
75
75
  "Continue line": "ラインを延長",
76
76
  "Coordinates": "位置情報",
@@ -159,7 +159,6 @@
159
159
  "Go to \"{coords}\"": "Go to \"{coords}\"",
160
160
  "Go to the homepage": "Go to the homepage",
161
161
  "Go to «{feature}»": "«{feature}»を表示",
162
- "Heatmap intensity property": "ヒートマップ強調設定",
163
162
  "Heatmap radius": "ヒートマップ包括半径",
164
163
  "Heatmap": "ヒートマップ",
165
164
  "height": "縦幅",
@@ -255,7 +254,6 @@
255
254
  "Open share & download panel": "Open share & download panel",
256
255
  "Open this map extent in a map editor to provide more accurate data to OpenStreetMap": "現在表示中の領域をエディタで編集し、より正確なデータをOpenStreetMapへ書き込む",
257
256
  "OpenStreetMap": "OpenStreetMap",
258
- "Optional intensity property for heatmap": "ヒートマップ強調表示オプション",
259
257
  "Optional. Same as color if not set.": "オプション。設定がない場合、色指定と同様",
260
258
  "Optional.": "Optional.",
261
259
  "Override clustering radius (default 80)": "クラスタ包括半径を上書き (基本値 80)",
@@ -631,7 +629,6 @@
631
629
  "Are you sure you want to delete this field on all the data?": "Are you sure you want to delete this field on all the data?",
632
630
  "Anonymous map": "Anonymous map",
633
631
  "Edit filter for this field": "Edit filter for this field",
634
- "Fields, filters and keys": "Fields, filters and keys",
635
632
  "Hey, you created a map without an account!": "Hey, you created a map without an account!",
636
633
  "This map is anonymous, do you want to attach it to your account?": "This map is anonymous, do you want to attach it to your account?",
637
634
  "The map has been upgraded to latest version, please save it.": "The map has been upgraded to latest version, please save it.",
@@ -641,5 +638,17 @@
641
638
  "Wikipedia contributors": "Wikipedia contributors",
642
639
  "See on Wikipedia": "See on Wikipedia",
643
640
  "Anonymous map: update who can see and edit it": "Anonymous map: update who can see and edit it",
644
- "Login": "Login"
641
+ "Login": "Login",
642
+ "Manage filters": "Manage filters",
643
+ "Map (all layers)": "Map (all layers)",
644
+ "Add a filter for this field": "Add a filter for this field",
645
+ "Short text": "Short text",
646
+ "Text": "Text",
647
+ "Number": "Number",
648
+ "Date": "Date",
649
+ "Date and time": "Date and time",
650
+ "List of values": "List of values",
651
+ "Yes / No": "Yes / No",
652
+ "Select field to compute intensity": "Select field to compute intensity",
653
+ "Optional intensity field to compute heatmap": "Optional intensity field to compute heatmap"
645
654
  }
@@ -70,7 +70,7 @@ const locale = {
70
70
  "color": "색상",
71
71
  "Comma separated list of numbers, including min and max values.": "Comma separated list of numbers, including min and max values.",
72
72
  "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.",
73
- "Comma, tab or semi-colon separated values. SRS WGS84 is implied. Only Point geometries are imported. The import will look at the column headers for any mention of «lat» and «lon» at the begining of the header, case insensitive. All other column are imported as properties.": "Comma, tab or semi-colon separated values. SRS WGS84 is implied. Only Point geometries are imported. The import will look at the column headers for any mention of «lat» and «lon» at the begining of the header, case insensitive. All other column are imported as properties.",
73
+ "Comma, tab or semi-colon separated values. SRS WGS84 is implied. Only Point geometries are imported. The import will look at the column headers for any mention of «lat» and «lon» at the beginning of the header, case insensitive. All other column are imported as properties.": "Comma, tab or semi-colon separated values. SRS WGS84 is implied. Only Point geometries are imported. The import will look at the column headers for any mention of «lat» and «lon» at the beginning of the header, case insensitive. All other column are imported as properties.",
74
74
  "Congratulations, your map has been created!": "Congratulations, your map has been created!",
75
75
  "Continue line": "Continue line",
76
76
  "Coordinates": "Coordinates",
@@ -159,7 +159,6 @@ const locale = {
159
159
  "Go to \"{coords}\"": "Go to \"{coords}\"",
160
160
  "Go to the homepage": "Go to the homepage",
161
161
  "Go to «{feature}»": "Go to «{feature}»",
162
- "Heatmap intensity property": "Heatmap intensity property",
163
162
  "Heatmap radius": "Heatmap radius",
164
163
  "Heatmap": "히트맵",
165
164
  "height": "height",
@@ -255,7 +254,6 @@ const locale = {
255
254
  "Open share & download panel": "Open share & download panel",
256
255
  "Open this map extent in a map editor to provide more accurate data to OpenStreetMap": "Open this map extent in a map editor to provide more accurate data to OpenStreetMap",
257
256
  "OpenStreetMap": "OpenStreetMap",
258
- "Optional intensity property for heatmap": "Optional intensity property for heatmap",
259
257
  "Optional. Same as color if not set.": "Optional. Same as color if not set.",
260
258
  "Optional.": "Optional.",
261
259
  "Override clustering radius (default 80)": "Override clustering radius (default 80)",
@@ -631,7 +629,6 @@ const locale = {
631
629
  "Are you sure you want to delete this field on all the data?": "Are you sure you want to delete this field on all the data?",
632
630
  "Anonymous map": "Anonymous map",
633
631
  "Edit filter for this field": "Edit filter for this field",
634
- "Fields, filters and keys": "Fields, filters and keys",
635
632
  "Hey, you created a map without an account!": "Hey, you created a map without an account!",
636
633
  "This map is anonymous, do you want to attach it to your account?": "This map is anonymous, do you want to attach it to your account?",
637
634
  "The map has been upgraded to latest version, please save it.": "The map has been upgraded to latest version, please save it.",
@@ -641,7 +638,19 @@ const locale = {
641
638
  "Wikipedia contributors": "Wikipedia contributors",
642
639
  "See on Wikipedia": "See on Wikipedia",
643
640
  "Anonymous map: update who can see and edit it": "Anonymous map: update who can see and edit it",
644
- "Login": "Login"
641
+ "Login": "Login",
642
+ "Manage filters": "Manage filters",
643
+ "Map (all layers)": "Map (all layers)",
644
+ "Add a filter for this field": "Add a filter for this field",
645
+ "Short text": "Short text",
646
+ "Text": "Text",
647
+ "Number": "Number",
648
+ "Date": "Date",
649
+ "Date and time": "Date and time",
650
+ "List of values": "List of values",
651
+ "Yes / No": "Yes / No",
652
+ "Select field to compute intensity": "Select field to compute intensity",
653
+ "Optional intensity field to compute heatmap": "Optional intensity field to compute heatmap"
645
654
  }
646
655
  L.registerLocale("ko", locale)
647
656
  L.setLocale("ko")
@@ -70,7 +70,7 @@
70
70
  "color": "색상",
71
71
  "Comma separated list of numbers, including min and max values.": "Comma separated list of numbers, including min and max values.",
72
72
  "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.",
73
- "Comma, tab or semi-colon separated values. SRS WGS84 is implied. Only Point geometries are imported. The import will look at the column headers for any mention of «lat» and «lon» at the begining of the header, case insensitive. All other column are imported as properties.": "Comma, tab or semi-colon separated values. SRS WGS84 is implied. Only Point geometries are imported. The import will look at the column headers for any mention of «lat» and «lon» at the begining of the header, case insensitive. All other column are imported as properties.",
73
+ "Comma, tab or semi-colon separated values. SRS WGS84 is implied. Only Point geometries are imported. The import will look at the column headers for any mention of «lat» and «lon» at the beginning of the header, case insensitive. All other column are imported as properties.": "Comma, tab or semi-colon separated values. SRS WGS84 is implied. Only Point geometries are imported. The import will look at the column headers for any mention of «lat» and «lon» at the beginning of the header, case insensitive. All other column are imported as properties.",
74
74
  "Congratulations, your map has been created!": "Congratulations, your map has been created!",
75
75
  "Continue line": "Continue line",
76
76
  "Coordinates": "Coordinates",
@@ -159,7 +159,6 @@
159
159
  "Go to \"{coords}\"": "Go to \"{coords}\"",
160
160
  "Go to the homepage": "Go to the homepage",
161
161
  "Go to «{feature}»": "Go to «{feature}»",
162
- "Heatmap intensity property": "Heatmap intensity property",
163
162
  "Heatmap radius": "Heatmap radius",
164
163
  "Heatmap": "히트맵",
165
164
  "height": "height",
@@ -255,7 +254,6 @@
255
254
  "Open share & download panel": "Open share & download panel",
256
255
  "Open this map extent in a map editor to provide more accurate data to OpenStreetMap": "Open this map extent in a map editor to provide more accurate data to OpenStreetMap",
257
256
  "OpenStreetMap": "OpenStreetMap",
258
- "Optional intensity property for heatmap": "Optional intensity property for heatmap",
259
257
  "Optional. Same as color if not set.": "Optional. Same as color if not set.",
260
258
  "Optional.": "Optional.",
261
259
  "Override clustering radius (default 80)": "Override clustering radius (default 80)",
@@ -631,7 +629,6 @@
631
629
  "Are you sure you want to delete this field on all the data?": "Are you sure you want to delete this field on all the data?",
632
630
  "Anonymous map": "Anonymous map",
633
631
  "Edit filter for this field": "Edit filter for this field",
634
- "Fields, filters and keys": "Fields, filters and keys",
635
632
  "Hey, you created a map without an account!": "Hey, you created a map without an account!",
636
633
  "This map is anonymous, do you want to attach it to your account?": "This map is anonymous, do you want to attach it to your account?",
637
634
  "The map has been upgraded to latest version, please save it.": "The map has been upgraded to latest version, please save it.",
@@ -641,5 +638,17 @@
641
638
  "Wikipedia contributors": "Wikipedia contributors",
642
639
  "See on Wikipedia": "See on Wikipedia",
643
640
  "Anonymous map: update who can see and edit it": "Anonymous map: update who can see and edit it",
644
- "Login": "Login"
641
+ "Login": "Login",
642
+ "Manage filters": "Manage filters",
643
+ "Map (all layers)": "Map (all layers)",
644
+ "Add a filter for this field": "Add a filter for this field",
645
+ "Short text": "Short text",
646
+ "Text": "Text",
647
+ "Number": "Number",
648
+ "Date": "Date",
649
+ "Date and time": "Date and time",
650
+ "List of values": "List of values",
651
+ "Yes / No": "Yes / No",
652
+ "Select field to compute intensity": "Select field to compute intensity",
653
+ "Optional intensity field to compute heatmap": "Optional intensity field to compute heatmap"
645
654
  }
@@ -70,7 +70,7 @@ const locale = {
70
70
  "color": "spalva",
71
71
  "Comma separated list of numbers, including min and max values.": "Comma separated list of numbers, including min and max values.",
72
72
  "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.",
73
- "Comma, tab or semi-colon separated values. SRS WGS84 is implied. Only Point geometries are imported. The import will look at the column headers for any mention of «lat» and «lon» at the begining of the header, case insensitive. All other column are imported as properties.": "Kableliu, tab'u arba kabliataškiu atskirtos reikšmės. SRS WGS84 yra palaikomas. Tik taškai yra importuoti. Importuojant bus patikrintos stulpelių antraštės ieškant pavadinimų \"lat\" ir \"lon\". Visi kiti stulpeliai bus įtraukti kaip papildomi atributai.",
73
+ "Comma, tab or semi-colon separated values. SRS WGS84 is implied. Only Point geometries are imported. The import will look at the column headers for any mention of «lat» and «lon» at the beginning of the header, case insensitive. All other column are imported as properties.": "Comma, tab or semi-colon separated values. SRS WGS84 is implied. Only Point geometries are imported. The import will look at the column headers for any mention of «lat» and «lon» at the beginning of the header, case insensitive. All other column are imported as properties.",
74
74
  "Congratulations, your map has been created!": "Congratulations, your map has been created!",
75
75
  "Continue line": "Continue line",
76
76
  "Coordinates": "Koordinatės",
@@ -159,7 +159,6 @@ const locale = {
159
159
  "Go to \"{coords}\"": "Go to \"{coords}\"",
160
160
  "Go to the homepage": "Go to the homepage",
161
161
  "Go to «{feature}»": "Eiti į «{feature}»",
162
- "Heatmap intensity property": "Tankio žemėlpaio faktorius",
163
162
  "Heatmap radius": "Tankio žemėlapio spindulys",
164
163
  "Heatmap": "Tankio žemėlapis",
165
164
  "height": "aukštis",
@@ -255,7 +254,6 @@ const locale = {
255
254
  "Open share & download panel": "Open share & download panel",
256
255
  "Open this map extent in a map editor to provide more accurate data to OpenStreetMap": "Atidaryti šį plotą duomenų redagavimui per OpenStreetMap",
257
256
  "OpenStreetMap": "OpenStreetMap",
258
- "Optional intensity property for heatmap": "Papildomas intensyvumo faktorius",
259
257
  "Optional. Same as color if not set.": "Neprivalomas. Toks pats kaip ir spalva, jei nenustatyta.",
260
258
  "Optional.": "Optional.",
261
259
  "Override clustering radius (default 80)": "Perrašyti grupavimo spindulį (pagal nutylėjimą 80)",
@@ -631,7 +629,6 @@ const locale = {
631
629
  "Are you sure you want to delete this field on all the data?": "Are you sure you want to delete this field on all the data?",
632
630
  "Anonymous map": "Anonymous map",
633
631
  "Edit filter for this field": "Edit filter for this field",
634
- "Fields, filters and keys": "Fields, filters and keys",
635
632
  "Hey, you created a map without an account!": "Hey, you created a map without an account!",
636
633
  "This map is anonymous, do you want to attach it to your account?": "This map is anonymous, do you want to attach it to your account?",
637
634
  "The map has been upgraded to latest version, please save it.": "The map has been upgraded to latest version, please save it.",
@@ -641,7 +638,19 @@ const locale = {
641
638
  "Wikipedia contributors": "Wikipedia contributors",
642
639
  "See on Wikipedia": "See on Wikipedia",
643
640
  "Anonymous map: update who can see and edit it": "Anonymous map: update who can see and edit it",
644
- "Login": "Login"
641
+ "Login": "Login",
642
+ "Manage filters": "Manage filters",
643
+ "Map (all layers)": "Map (all layers)",
644
+ "Add a filter for this field": "Add a filter for this field",
645
+ "Short text": "Short text",
646
+ "Text": "Text",
647
+ "Number": "Number",
648
+ "Date": "Date",
649
+ "Date and time": "Date and time",
650
+ "List of values": "List of values",
651
+ "Yes / No": "Yes / No",
652
+ "Select field to compute intensity": "Select field to compute intensity",
653
+ "Optional intensity field to compute heatmap": "Optional intensity field to compute heatmap"
645
654
  }
646
655
  L.registerLocale("lt", locale)
647
656
  L.setLocale("lt")
@@ -70,7 +70,7 @@
70
70
  "color": "spalva",
71
71
  "Comma separated list of numbers, including min and max values.": "Comma separated list of numbers, including min and max values.",
72
72
  "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.",
73
- "Comma, tab or semi-colon separated values. SRS WGS84 is implied. Only Point geometries are imported. The import will look at the column headers for any mention of «lat» and «lon» at the begining of the header, case insensitive. All other column are imported as properties.": "Kableliu, tab'u arba kabliataškiu atskirtos reikšmės. SRS WGS84 yra palaikomas. Tik taškai yra importuoti. Importuojant bus patikrintos stulpelių antraštės ieškant pavadinimų \"lat\" ir \"lon\". Visi kiti stulpeliai bus įtraukti kaip papildomi atributai.",
73
+ "Comma, tab or semi-colon separated values. SRS WGS84 is implied. Only Point geometries are imported. The import will look at the column headers for any mention of «lat» and «lon» at the beginning of the header, case insensitive. All other column are imported as properties.": "Comma, tab or semi-colon separated values. SRS WGS84 is implied. Only Point geometries are imported. The import will look at the column headers for any mention of «lat» and «lon» at the beginning of the header, case insensitive. All other column are imported as properties.",
74
74
  "Congratulations, your map has been created!": "Congratulations, your map has been created!",
75
75
  "Continue line": "Continue line",
76
76
  "Coordinates": "Koordinatės",
@@ -159,7 +159,6 @@
159
159
  "Go to \"{coords}\"": "Go to \"{coords}\"",
160
160
  "Go to the homepage": "Go to the homepage",
161
161
  "Go to «{feature}»": "Eiti į «{feature}»",
162
- "Heatmap intensity property": "Tankio žemėlpaio faktorius",
163
162
  "Heatmap radius": "Tankio žemėlapio spindulys",
164
163
  "Heatmap": "Tankio žemėlapis",
165
164
  "height": "aukštis",
@@ -255,7 +254,6 @@
255
254
  "Open share & download panel": "Open share & download panel",
256
255
  "Open this map extent in a map editor to provide more accurate data to OpenStreetMap": "Atidaryti šį plotą duomenų redagavimui per OpenStreetMap",
257
256
  "OpenStreetMap": "OpenStreetMap",
258
- "Optional intensity property for heatmap": "Papildomas intensyvumo faktorius",
259
257
  "Optional. Same as color if not set.": "Neprivalomas. Toks pats kaip ir spalva, jei nenustatyta.",
260
258
  "Optional.": "Optional.",
261
259
  "Override clustering radius (default 80)": "Perrašyti grupavimo spindulį (pagal nutylėjimą 80)",
@@ -631,7 +629,6 @@
631
629
  "Are you sure you want to delete this field on all the data?": "Are you sure you want to delete this field on all the data?",
632
630
  "Anonymous map": "Anonymous map",
633
631
  "Edit filter for this field": "Edit filter for this field",
634
- "Fields, filters and keys": "Fields, filters and keys",
635
632
  "Hey, you created a map without an account!": "Hey, you created a map without an account!",
636
633
  "This map is anonymous, do you want to attach it to your account?": "This map is anonymous, do you want to attach it to your account?",
637
634
  "The map has been upgraded to latest version, please save it.": "The map has been upgraded to latest version, please save it.",
@@ -641,5 +638,17 @@
641
638
  "Wikipedia contributors": "Wikipedia contributors",
642
639
  "See on Wikipedia": "See on Wikipedia",
643
640
  "Anonymous map: update who can see and edit it": "Anonymous map: update who can see and edit it",
644
- "Login": "Login"
641
+ "Login": "Login",
642
+ "Manage filters": "Manage filters",
643
+ "Map (all layers)": "Map (all layers)",
644
+ "Add a filter for this field": "Add a filter for this field",
645
+ "Short text": "Short text",
646
+ "Text": "Text",
647
+ "Number": "Number",
648
+ "Date": "Date",
649
+ "Date and time": "Date and time",
650
+ "List of values": "List of values",
651
+ "Yes / No": "Yes / No",
652
+ "Select field to compute intensity": "Select field to compute intensity",
653
+ "Optional intensity field to compute heatmap": "Optional intensity field to compute heatmap"
645
654
  }
@@ -70,7 +70,7 @@ const locale = {
70
70
  "color": "warna",
71
71
  "Comma separated list of numbers, including min and max values.": "Senarai nombor, dipisahkan dengan koma, termasuk nilai minimum dan maksimum.",
72
72
  "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.",
73
- "Comma, tab or semi-colon separated values. SRS WGS84 is implied. Only Point geometries are imported. The import will look at the column headers for any mention of «lat» and «lon» at the begining of the header, case insensitive. All other column are imported as properties.": "Nilai dipisahkan dengan koma, tab atau koma bertitik. SRS WGS84 diimplikasikan. Hanya geometri Titik diimport. Import akan lihat pada kepala lajur untuk sebarang sebutan «lat» dan «lon» di bahagian permulaan pengepala, tak peka besar huruf. Kesemua lajur lain diimport sebagai ciri-ciri.",
73
+ "Comma, tab or semi-colon separated values. SRS WGS84 is implied. Only Point geometries are imported. The import will look at the column headers for any mention of «lat» and «lon» at the beginning of the header, case insensitive. All other column are imported as properties.": "Comma, tab or semi-colon separated values. SRS WGS84 is implied. Only Point geometries are imported. The import will look at the column headers for any mention of «lat» and «lon» at the beginning of the header, case insensitive. All other column are imported as properties.",
74
74
  "Congratulations, your map has been created!": "Tahniah, peta anda telah berjaya dicipta!",
75
75
  "Continue line": "Garis sambung",
76
76
  "Coordinates": "Koordinat",
@@ -159,7 +159,6 @@ const locale = {
159
159
  "Go to \"{coords}\"": "Pergi ke \"{coords}\"",
160
160
  "Go to the homepage": "Pergi ke halaman utama",
161
161
  "Go to «{feature}»": "Pergi ke «{feature}»",
162
- "Heatmap intensity property": "Ciri-ciri keamatan peta tompokan",
163
162
  "Heatmap radius": "Jejari peta tompokan",
164
163
  "Heatmap": "Peta tompokan",
165
164
  "height": "tinggi",
@@ -255,7 +254,6 @@ const locale = {
255
254
  "Open share & download panel": "Buka panel kongsi & muat turun",
256
255
  "Open this map extent in a map editor to provide more accurate data to OpenStreetMap": "Buka takat peta ini dalam penyunting peta untuk menyediakan data yang lebih tepat ke OpenStreetMap",
257
256
  "OpenStreetMap": "OpenStreetMap",
258
- "Optional intensity property for heatmap": "Ciri-ciri keamatan pilihan untuk peta tompokan",
259
257
  "Optional. Same as color if not set.": "Pilihan. Sama seperti warna jika tidak ditetapkan.",
260
258
  "Optional.": "Pilihan.",
261
259
  "Override clustering radius (default 80)": "Menggantikan jejari kelompok (nilai lalai 80)",
@@ -631,7 +629,6 @@ const locale = {
631
629
  "Are you sure you want to delete this field on all the data?": "Are you sure you want to delete this field on all the data?",
632
630
  "Anonymous map": "Anonymous map",
633
631
  "Edit filter for this field": "Edit filter for this field",
634
- "Fields, filters and keys": "Fields, filters and keys",
635
632
  "Hey, you created a map without an account!": "Hey, you created a map without an account!",
636
633
  "This map is anonymous, do you want to attach it to your account?": "This map is anonymous, do you want to attach it to your account?",
637
634
  "The map has been upgraded to latest version, please save it.": "The map has been upgraded to latest version, please save it.",
@@ -641,7 +638,19 @@ const locale = {
641
638
  "Wikipedia contributors": "Wikipedia contributors",
642
639
  "See on Wikipedia": "See on Wikipedia",
643
640
  "Anonymous map: update who can see and edit it": "Anonymous map: update who can see and edit it",
644
- "Login": "Login"
641
+ "Login": "Login",
642
+ "Manage filters": "Manage filters",
643
+ "Map (all layers)": "Map (all layers)",
644
+ "Add a filter for this field": "Add a filter for this field",
645
+ "Short text": "Short text",
646
+ "Text": "Text",
647
+ "Number": "Number",
648
+ "Date": "Date",
649
+ "Date and time": "Date and time",
650
+ "List of values": "List of values",
651
+ "Yes / No": "Yes / No",
652
+ "Select field to compute intensity": "Select field to compute intensity",
653
+ "Optional intensity field to compute heatmap": "Optional intensity field to compute heatmap"
645
654
  }
646
655
  L.registerLocale("ms", locale)
647
656
  L.setLocale("ms")
@@ -70,7 +70,7 @@
70
70
  "color": "warna",
71
71
  "Comma separated list of numbers, including min and max values.": "Senarai nombor, dipisahkan dengan koma, termasuk nilai minimum dan maksimum.",
72
72
  "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.",
73
- "Comma, tab or semi-colon separated values. SRS WGS84 is implied. Only Point geometries are imported. The import will look at the column headers for any mention of «lat» and «lon» at the begining of the header, case insensitive. All other column are imported as properties.": "Nilai dipisahkan dengan koma, tab atau koma bertitik. SRS WGS84 diimplikasikan. Hanya geometri Titik diimport. Import akan lihat pada kepala lajur untuk sebarang sebutan «lat» dan «lon» di bahagian permulaan pengepala, tak peka besar huruf. Kesemua lajur lain diimport sebagai ciri-ciri.",
73
+ "Comma, tab or semi-colon separated values. SRS WGS84 is implied. Only Point geometries are imported. The import will look at the column headers for any mention of «lat» and «lon» at the beginning of the header, case insensitive. All other column are imported as properties.": "Comma, tab or semi-colon separated values. SRS WGS84 is implied. Only Point geometries are imported. The import will look at the column headers for any mention of «lat» and «lon» at the beginning of the header, case insensitive. All other column are imported as properties.",
74
74
  "Congratulations, your map has been created!": "Tahniah, peta anda telah berjaya dicipta!",
75
75
  "Continue line": "Garis sambung",
76
76
  "Coordinates": "Koordinat",
@@ -159,7 +159,6 @@
159
159
  "Go to \"{coords}\"": "Pergi ke \"{coords}\"",
160
160
  "Go to the homepage": "Pergi ke halaman utama",
161
161
  "Go to «{feature}»": "Pergi ke «{feature}»",
162
- "Heatmap intensity property": "Ciri-ciri keamatan peta tompokan",
163
162
  "Heatmap radius": "Jejari peta tompokan",
164
163
  "Heatmap": "Peta tompokan",
165
164
  "height": "tinggi",
@@ -255,7 +254,6 @@
255
254
  "Open share & download panel": "Buka panel kongsi & muat turun",
256
255
  "Open this map extent in a map editor to provide more accurate data to OpenStreetMap": "Buka takat peta ini dalam penyunting peta untuk menyediakan data yang lebih tepat ke OpenStreetMap",
257
256
  "OpenStreetMap": "OpenStreetMap",
258
- "Optional intensity property for heatmap": "Ciri-ciri keamatan pilihan untuk peta tompokan",
259
257
  "Optional. Same as color if not set.": "Pilihan. Sama seperti warna jika tidak ditetapkan.",
260
258
  "Optional.": "Pilihan.",
261
259
  "Override clustering radius (default 80)": "Menggantikan jejari kelompok (nilai lalai 80)",
@@ -631,7 +629,6 @@
631
629
  "Are you sure you want to delete this field on all the data?": "Are you sure you want to delete this field on all the data?",
632
630
  "Anonymous map": "Anonymous map",
633
631
  "Edit filter for this field": "Edit filter for this field",
634
- "Fields, filters and keys": "Fields, filters and keys",
635
632
  "Hey, you created a map without an account!": "Hey, you created a map without an account!",
636
633
  "This map is anonymous, do you want to attach it to your account?": "This map is anonymous, do you want to attach it to your account?",
637
634
  "The map has been upgraded to latest version, please save it.": "The map has been upgraded to latest version, please save it.",
@@ -641,5 +638,17 @@
641
638
  "Wikipedia contributors": "Wikipedia contributors",
642
639
  "See on Wikipedia": "See on Wikipedia",
643
640
  "Anonymous map: update who can see and edit it": "Anonymous map: update who can see and edit it",
644
- "Login": "Login"
641
+ "Login": "Login",
642
+ "Manage filters": "Manage filters",
643
+ "Map (all layers)": "Map (all layers)",
644
+ "Add a filter for this field": "Add a filter for this field",
645
+ "Short text": "Short text",
646
+ "Text": "Text",
647
+ "Number": "Number",
648
+ "Date": "Date",
649
+ "Date and time": "Date and time",
650
+ "List of values": "List of values",
651
+ "Yes / No": "Yes / No",
652
+ "Select field to compute intensity": "Select field to compute intensity",
653
+ "Optional intensity field to compute heatmap": "Optional intensity field to compute heatmap"
645
654
  }
@@ -70,7 +70,7 @@ const locale = {
70
70
  "color": "kleur",
71
71
  "Comma separated list of numbers, including min and max values.": "Door komma's gescheiden lijst van getallen, inclusief minimale en maximale waarden.",
72
72
  "Comma separated list of properties to use for sorting features. To reverse the sort, put a minus sign (-) before. Eg. mykey,-otherkey.": "Komma-gescheiden lijst van eigenschappen die gebruikt worden om objecten te sorteren. Om de sortering om te draaien, plaats er een minteken (-) voor . Bijvoorbeeld mykey,-otherkey.",
73
- "Comma, tab or semi-colon separated values. SRS WGS84 is implied. Only Point geometries are imported. The import will look at the column headers for any mention of «lat» and «lon» at the begining of the header, case insensitive. All other column are imported as properties.": "Komma-, tabulator- of puntkomma-gescheiden waardes, SRS WGS84 wordt verondersteld. Enkel puntgeometrieën worden geïmporteerd. Bij het importeren wordt gekeken naar kolomkoppen die met «lat» of «lon» beginnen. Alle andere kolommen worden als eigenschappen geïmporteerd",
73
+ "Comma, tab or semi-colon separated values. SRS WGS84 is implied. Only Point geometries are imported. The import will look at the column headers for any mention of «lat» and «lon» at the beginning of the header, case insensitive. All other column are imported as properties.": "Comma, tab or semi-colon separated values. SRS WGS84 is implied. Only Point geometries are imported. The import will look at the column headers for any mention of «lat» and «lon» at the beginning of the header, case insensitive. All other column are imported as properties.",
74
74
  "Congratulations, your map has been created!": "Proficiat, je kaart is aangemaakt!",
75
75
  "Continue line": "Ga door met deze lijn",
76
76
  "Coordinates": "Coördinaten",
@@ -159,7 +159,6 @@ const locale = {
159
159
  "Go to \"{coords}\"": "Ga naar \"{coords}\"",
160
160
  "Go to the homepage": "Ga naar de thuispagina",
161
161
  "Go to «{feature}»": "Ga naar «{feature}»",
162
- "Heatmap intensity property": "Eigenschap die intensiteit van de heatmap bepaalt",
163
162
  "Heatmap radius": "Doorsnede van de heatmap",
164
163
  "Heatmap": "Hittekaart",
165
164
  "height": "hoogte",
@@ -255,7 +254,6 @@ const locale = {
255
254
  "Open share & download panel": "Open het deel & download paneel",
256
255
  "Open this map extent in a map editor to provide more accurate data to OpenStreetMap": "Open dit gedeelte van de kaart in een editor, zodat u de kaartgegeven in Openstreetmap zelf kan bijwerken.",
257
256
  "OpenStreetMap": "OpenStreetMap",
258
- "Optional intensity property for heatmap": "Optionele eigenschap om voor intensiteit van de heatmap te gebruiken",
259
257
  "Optional. Same as color if not set.": "Optioneel. Gelijk aan kleur indien niet ingesteld",
260
258
  "Optional.": "Optioneel.",
261
259
  "Override clustering radius (default 80)": "Andere clustering doorsnede gebruiken (standaard80)",
@@ -631,7 +629,6 @@ const locale = {
631
629
  "Are you sure you want to delete this field on all the data?": "Are you sure you want to delete this field on all the data?",
632
630
  "Anonymous map": "Anonymous map",
633
631
  "Edit filter for this field": "Edit filter for this field",
634
- "Fields, filters and keys": "Fields, filters and keys",
635
632
  "Hey, you created a map without an account!": "Hey, you created a map without an account!",
636
633
  "This map is anonymous, do you want to attach it to your account?": "This map is anonymous, do you want to attach it to your account?",
637
634
  "The map has been upgraded to latest version, please save it.": "The map has been upgraded to latest version, please save it.",
@@ -641,7 +638,19 @@ const locale = {
641
638
  "Wikipedia contributors": "Wikipedia contributors",
642
639
  "See on Wikipedia": "See on Wikipedia",
643
640
  "Anonymous map: update who can see and edit it": "Anonymous map: update who can see and edit it",
644
- "Login": "Login"
641
+ "Login": "Login",
642
+ "Manage filters": "Manage filters",
643
+ "Map (all layers)": "Map (all layers)",
644
+ "Add a filter for this field": "Add a filter for this field",
645
+ "Short text": "Short text",
646
+ "Text": "Text",
647
+ "Number": "Number",
648
+ "Date": "Date",
649
+ "Date and time": "Date and time",
650
+ "List of values": "List of values",
651
+ "Yes / No": "Yes / No",
652
+ "Select field to compute intensity": "Select field to compute intensity",
653
+ "Optional intensity field to compute heatmap": "Optional intensity field to compute heatmap"
645
654
  }
646
655
  L.registerLocale("nl", locale)
647
656
  L.setLocale("nl")