umap-project 3.4.0b3__py3-none-any.whl → 3.4.2__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.
- umap/__init__.py +1 -1
- umap/locale/da/LC_MESSAGES/django.mo +0 -0
- umap/locale/da/LC_MESSAGES/django.po +18 -14
- umap/locale/en/LC_MESSAGES/django.po +5 -1
- umap/locale/es/LC_MESSAGES/django.mo +0 -0
- umap/locale/es/LC_MESSAGES/django.po +20 -16
- umap/locale/fr/LC_MESSAGES/django.mo +0 -0
- umap/locale/fr/LC_MESSAGES/django.po +18 -14
- umap/locale/pl/LC_MESSAGES/django.mo +0 -0
- umap/locale/pl/LC_MESSAGES/django.po +72 -71
- umap/static/umap/content.css +0 -3
- umap/static/umap/css/bar.css +9 -6
- umap/static/umap/css/form.css +25 -9
- umap/static/umap/css/popup.css +1 -0
- umap/static/umap/js/components/copiable.js +47 -0
- umap/static/umap/js/modules/autocomplete.js +31 -58
- umap/static/umap/js/modules/browser.js +4 -4
- umap/static/umap/js/modules/data/features.js +32 -35
- umap/static/umap/js/modules/data/fields.js +189 -23
- umap/static/umap/js/modules/data/layer.js +72 -87
- umap/static/umap/js/modules/domutils.js +21 -1
- umap/static/umap/js/modules/filters.js +13 -40
- umap/static/umap/js/modules/form/fields.js +4 -4
- umap/static/umap/js/modules/formatter.js +9 -1
- umap/static/umap/js/modules/help.js +12 -13
- umap/static/umap/js/modules/importer.js +17 -26
- umap/static/umap/js/modules/importers/banfr.js +0 -1
- umap/static/umap/js/modules/importers/cadastrefr.js +19 -19
- umap/static/umap/js/modules/importers/communesfr.js +7 -8
- umap/static/umap/js/modules/importers/datasets.js +14 -14
- umap/static/umap/js/modules/importers/geodatamine.js +20 -22
- umap/static/umap/js/modules/importers/opendata.js +10 -0
- umap/static/umap/js/modules/importers/overpass.js +19 -18
- umap/static/umap/js/modules/managers.js +1 -1
- umap/static/umap/js/modules/permissions.js +5 -3
- umap/static/umap/js/modules/rendering/controls.js +2 -2
- umap/static/umap/js/modules/rendering/icon.js +5 -9
- umap/static/umap/js/modules/rendering/layers/base.js +1 -1
- umap/static/umap/js/modules/rendering/layers/classified.js +15 -10
- umap/static/umap/js/modules/rendering/layers/heat.js +1 -0
- umap/static/umap/js/modules/rendering/map.js +22 -22
- umap/static/umap/js/modules/rendering/popup.js +6 -3
- umap/static/umap/js/modules/rendering/template.js +28 -34
- umap/static/umap/js/modules/rendering/ui.js +1 -2
- umap/static/umap/js/modules/rules.js +34 -41
- umap/static/umap/js/modules/schema.js +0 -7
- umap/static/umap/js/modules/share.js +36 -69
- umap/static/umap/js/modules/slideshow.js +3 -3
- umap/static/umap/js/modules/tableeditor.js +0 -1
- umap/static/umap/js/modules/ui/bar.js +51 -32
- umap/static/umap/js/modules/ui/panel.js +26 -21
- umap/static/umap/js/modules/ui/tooltip.js +1 -1
- umap/static/umap/js/modules/umap.js +75 -80
- umap/static/umap/js/modules/utils.js +12 -3
- umap/static/umap/js/umap.controls.js +33 -14
- umap/static/umap/locale/am_ET.js +6 -4
- umap/static/umap/locale/am_ET.json +6 -4
- umap/static/umap/locale/ar.js +6 -4
- umap/static/umap/locale/ar.json +6 -4
- umap/static/umap/locale/ast.js +6 -4
- umap/static/umap/locale/ast.json +6 -4
- umap/static/umap/locale/bg.js +6 -4
- umap/static/umap/locale/bg.json +6 -4
- umap/static/umap/locale/br.js +19 -8
- umap/static/umap/locale/br.json +19 -8
- umap/static/umap/locale/ca.js +6 -4
- umap/static/umap/locale/ca.json +6 -4
- umap/static/umap/locale/cs_CZ.js +7 -5
- umap/static/umap/locale/cs_CZ.json +7 -5
- umap/static/umap/locale/da.js +8 -6
- umap/static/umap/locale/da.json +8 -6
- umap/static/umap/locale/de.js +38 -36
- umap/static/umap/locale/de.json +38 -36
- umap/static/umap/locale/el.js +7 -5
- umap/static/umap/locale/el.json +7 -5
- umap/static/umap/locale/en.js +7 -5
- umap/static/umap/locale/en.json +7 -5
- umap/static/umap/locale/en_US.json +6 -4
- umap/static/umap/locale/es.js +19 -17
- umap/static/umap/locale/es.json +19 -17
- umap/static/umap/locale/et.js +7 -5
- umap/static/umap/locale/et.json +7 -5
- umap/static/umap/locale/eu.js +23 -21
- umap/static/umap/locale/eu.json +23 -21
- umap/static/umap/locale/fa_IR.js +7 -5
- umap/static/umap/locale/fa_IR.json +7 -5
- umap/static/umap/locale/fi.js +6 -4
- umap/static/umap/locale/fi.json +6 -4
- umap/static/umap/locale/fr.js +8 -6
- umap/static/umap/locale/fr.json +8 -6
- umap/static/umap/locale/gl.js +147 -145
- umap/static/umap/locale/gl.json +147 -145
- umap/static/umap/locale/he.js +6 -4
- umap/static/umap/locale/he.json +6 -4
- umap/static/umap/locale/hr.js +6 -4
- umap/static/umap/locale/hr.json +6 -4
- umap/static/umap/locale/hu.js +7 -5
- umap/static/umap/locale/hu.json +7 -5
- umap/static/umap/locale/id.js +6 -4
- umap/static/umap/locale/id.json +6 -4
- umap/static/umap/locale/is.js +7 -5
- umap/static/umap/locale/is.json +7 -5
- umap/static/umap/locale/it.js +7 -5
- umap/static/umap/locale/it.json +7 -5
- umap/static/umap/locale/ja.js +6 -4
- umap/static/umap/locale/ja.json +6 -4
- umap/static/umap/locale/ko.js +6 -4
- umap/static/umap/locale/ko.json +6 -4
- umap/static/umap/locale/lt.js +6 -4
- umap/static/umap/locale/lt.json +6 -4
- umap/static/umap/locale/ms.js +7 -5
- umap/static/umap/locale/ms.json +7 -5
- umap/static/umap/locale/nl.js +7 -5
- umap/static/umap/locale/nl.json +7 -5
- umap/static/umap/locale/no.js +6 -4
- umap/static/umap/locale/no.json +6 -4
- umap/static/umap/locale/pl.js +53 -51
- umap/static/umap/locale/pl.json +53 -51
- umap/static/umap/locale/pl_PL.json +6 -4
- umap/static/umap/locale/pt.js +7 -5
- umap/static/umap/locale/pt.json +7 -5
- umap/static/umap/locale/pt_BR.js +6 -4
- umap/static/umap/locale/pt_BR.json +6 -4
- umap/static/umap/locale/pt_PT.js +6 -4
- umap/static/umap/locale/pt_PT.json +6 -4
- umap/static/umap/locale/ro.js +6 -4
- umap/static/umap/locale/ro.json +6 -4
- umap/static/umap/locale/ru.js +6 -4
- umap/static/umap/locale/ru.json +6 -4
- umap/static/umap/locale/sk_SK.js +6 -4
- umap/static/umap/locale/sk_SK.json +6 -4
- umap/static/umap/locale/sl.js +6 -4
- umap/static/umap/locale/sl.json +6 -4
- umap/static/umap/locale/sr.js +6 -4
- umap/static/umap/locale/sr.json +6 -4
- umap/static/umap/locale/sv.js +6 -4
- umap/static/umap/locale/sv.json +6 -4
- umap/static/umap/locale/th_TH.js +6 -4
- umap/static/umap/locale/th_TH.json +6 -4
- umap/static/umap/locale/tr.js +6 -4
- umap/static/umap/locale/tr.json +6 -4
- umap/static/umap/locale/uk_UA.js +6 -4
- umap/static/umap/locale/uk_UA.json +6 -4
- umap/static/umap/locale/vi.js +6 -4
- umap/static/umap/locale/vi.json +6 -4
- umap/static/umap/locale/vi_VN.json +6 -4
- umap/static/umap/locale/zh.js +6 -4
- umap/static/umap/locale/zh.json +6 -4
- umap/static/umap/locale/zh_CN.json +6 -4
- umap/static/umap/locale/zh_TW.Big5.json +6 -4
- umap/static/umap/locale/zh_TW.js +20 -18
- umap/static/umap/locale/zh_TW.json +20 -18
- umap/static/umap/map.css +5 -4
- umap/static/umap/unittests/utils.js +7 -7
- umap/templates/umap/content_footer.html +1 -0
- umap/templates/umap/css.html +0 -2
- umap/templates/umap/js.html +1 -3
- umap/tests/integration/conftest.py +3 -2
- umap/tests/integration/test_anonymous_owned_map.py +1 -1
- umap/tests/integration/test_conditional_rules.py +106 -51
- umap/tests/integration/test_draw_polygon.py +4 -0
- umap/tests/integration/test_draw_polyline.py +11 -0
- umap/tests/integration/test_edit_datalayer.py +1 -1
- umap/tests/integration/test_fields.py +19 -0
- umap/tests/integration/test_iframe.py +1 -1
- umap/tests/integration/test_import.py +23 -0
- umap/tests/integration/test_map.py +2 -2
- umap/tests/integration/test_owned_map.py +2 -2
- umap/tests/integration/test_popup.py +31 -0
- umap/tests/integration/test_remote_data.py +4 -4
- umap/tests/integration/test_search.py +41 -0
- umap/tests/integration/test_share.py +2 -2
- umap/tests/integration/test_team.py +1 -1
- umap/tests/integration/test_websocket_sync.py +6 -1
- umap/tests/test_utils.py +4 -1
- umap/utils.py +1 -0
- {umap_project-3.4.0b3.dist-info → umap_project-3.4.2.dist-info}/METADATA +15 -15
- {umap_project-3.4.0b3.dist-info → umap_project-3.4.2.dist-info}/RECORD +181 -183
- umap/static/umap/js/umap.core.js +0 -93
- umap/static/umap/vendors/editinosm/Leaflet.EditInOSM.css +0 -46
- umap/static/umap/vendors/editinosm/Leaflet.EditInOSM.js +0 -240
- umap/static/umap/vendors/editinosm/edit-in-osm.png +0 -0
- {umap_project-3.4.0b3.dist-info → umap_project-3.4.2.dist-info}/WHEEL +0 -0
- {umap_project-3.4.0b3.dist-info → umap_project-3.4.2.dist-info}/entry_points.txt +0 -0
- {umap_project-3.4.0b3.dist-info → umap_project-3.4.2.dist-info}/licenses/LICENSE +0 -0
|
@@ -99,7 +99,6 @@
|
|
|
99
99
|
"Delete this vertex (Alt+Click)": "Delete this vertex (Alt+Click)",
|
|
100
100
|
"Delete": "Delete",
|
|
101
101
|
"description": "description",
|
|
102
|
-
"Direct link": "Direct link",
|
|
103
102
|
"Directions from here": "Directions from here",
|
|
104
103
|
"Display label": "Display label",
|
|
105
104
|
"Display measure": "Display measure",
|
|
@@ -135,7 +134,6 @@
|
|
|
135
134
|
"Edit this feature": "Edit this feature",
|
|
136
135
|
"Edit": "Edit",
|
|
137
136
|
"Embed and link options": "Embed and link options",
|
|
138
|
-
"Embed the map": "Embed the map",
|
|
139
137
|
"Emoji & Character": "Emoji & Character",
|
|
140
138
|
"Empty": "Empty",
|
|
141
139
|
"Equidistant": "Equidistant",
|
|
@@ -295,7 +293,6 @@
|
|
|
295
293
|
"settings": "settings",
|
|
296
294
|
"Shape properties": "Shape properties",
|
|
297
295
|
"Share and download": "Share and download",
|
|
298
|
-
"Share this link to open a customized map view": "Share this link to open a customized map view",
|
|
299
296
|
"Short credits": "Short credits",
|
|
300
297
|
"Short link": "Short link",
|
|
301
298
|
"Show this layer in the caption": "Show this layer in the caption",
|
|
@@ -650,5 +647,10 @@
|
|
|
650
647
|
"List of values": "List of values",
|
|
651
648
|
"Yes / No": "Yes / No",
|
|
652
649
|
"Select field to compute intensity": "Select field to compute intensity",
|
|
653
|
-
"Optional intensity field to compute heatmap": "Optional intensity field to compute heatmap"
|
|
650
|
+
"Optional intensity field to compute heatmap": "Optional intensity field to compute heatmap",
|
|
651
|
+
"All layers": "All layers",
|
|
652
|
+
"Comma separated list of values": "Comma separated list of values",
|
|
653
|
+
"Share": "Share",
|
|
654
|
+
"Customized link": "Customized link",
|
|
655
|
+
"Iframe": "Iframe"
|
|
654
656
|
}
|
umap/static/umap/locale/tr.js
CHANGED
|
@@ -99,7 +99,6 @@ const locale = {
|
|
|
99
99
|
"Delete this vertex (Alt+Click)": "Delete this vertex (Alt+Click)",
|
|
100
100
|
"Delete": "Sil",
|
|
101
101
|
"description": "açıklama",
|
|
102
|
-
"Direct link": "Direct link",
|
|
103
102
|
"Directions from here": "Directions from here",
|
|
104
103
|
"Display label": "Etiketi görüntüle",
|
|
105
104
|
"Display measure": "Ölçüyü göster",
|
|
@@ -135,7 +134,6 @@ const locale = {
|
|
|
135
134
|
"Edit this feature": "Bu özelliği düzenle",
|
|
136
135
|
"Edit": "Düzenle",
|
|
137
136
|
"Embed and link options": "Embed and link options",
|
|
138
|
-
"Embed the map": "Haritayı yerleştir",
|
|
139
137
|
"Emoji & Character": "Emoji & Character",
|
|
140
138
|
"Empty": "Boşalt",
|
|
141
139
|
"Equidistant": "Equidistant",
|
|
@@ -295,7 +293,6 @@ const locale = {
|
|
|
295
293
|
"settings": "settings",
|
|
296
294
|
"Shape properties": "Şekil özellikleri",
|
|
297
295
|
"Share and download": "Share and download",
|
|
298
|
-
"Share this link to open a customized map view": "Share this link to open a customized map view",
|
|
299
296
|
"Short credits": "Kısa krediler",
|
|
300
297
|
"Short link": "Short link",
|
|
301
298
|
"Show this layer in the caption": "Show this layer in the caption",
|
|
@@ -650,7 +647,12 @@ const locale = {
|
|
|
650
647
|
"List of values": "List of values",
|
|
651
648
|
"Yes / No": "Yes / No",
|
|
652
649
|
"Select field to compute intensity": "Select field to compute intensity",
|
|
653
|
-
"Optional intensity field to compute heatmap": "Optional intensity field to compute heatmap"
|
|
650
|
+
"Optional intensity field to compute heatmap": "Optional intensity field to compute heatmap",
|
|
651
|
+
"All layers": "All layers",
|
|
652
|
+
"Comma separated list of values": "Comma separated list of values",
|
|
653
|
+
"Share": "Share",
|
|
654
|
+
"Customized link": "Customized link",
|
|
655
|
+
"Iframe": "Iframe"
|
|
654
656
|
}
|
|
655
657
|
L.registerLocale("tr", locale)
|
|
656
658
|
L.setLocale("tr")
|
umap/static/umap/locale/tr.json
CHANGED
|
@@ -99,7 +99,6 @@
|
|
|
99
99
|
"Delete this vertex (Alt+Click)": "Delete this vertex (Alt+Click)",
|
|
100
100
|
"Delete": "Sil",
|
|
101
101
|
"description": "açıklama",
|
|
102
|
-
"Direct link": "Direct link",
|
|
103
102
|
"Directions from here": "Directions from here",
|
|
104
103
|
"Display label": "Etiketi görüntüle",
|
|
105
104
|
"Display measure": "Ölçüyü göster",
|
|
@@ -135,7 +134,6 @@
|
|
|
135
134
|
"Edit this feature": "Bu özelliği düzenle",
|
|
136
135
|
"Edit": "Düzenle",
|
|
137
136
|
"Embed and link options": "Embed and link options",
|
|
138
|
-
"Embed the map": "Haritayı yerleştir",
|
|
139
137
|
"Emoji & Character": "Emoji & Character",
|
|
140
138
|
"Empty": "Boşalt",
|
|
141
139
|
"Equidistant": "Equidistant",
|
|
@@ -295,7 +293,6 @@
|
|
|
295
293
|
"settings": "settings",
|
|
296
294
|
"Shape properties": "Şekil özellikleri",
|
|
297
295
|
"Share and download": "Share and download",
|
|
298
|
-
"Share this link to open a customized map view": "Share this link to open a customized map view",
|
|
299
296
|
"Short credits": "Kısa krediler",
|
|
300
297
|
"Short link": "Short link",
|
|
301
298
|
"Show this layer in the caption": "Show this layer in the caption",
|
|
@@ -650,5 +647,10 @@
|
|
|
650
647
|
"List of values": "List of values",
|
|
651
648
|
"Yes / No": "Yes / No",
|
|
652
649
|
"Select field to compute intensity": "Select field to compute intensity",
|
|
653
|
-
"Optional intensity field to compute heatmap": "Optional intensity field to compute heatmap"
|
|
650
|
+
"Optional intensity field to compute heatmap": "Optional intensity field to compute heatmap",
|
|
651
|
+
"All layers": "All layers",
|
|
652
|
+
"Comma separated list of values": "Comma separated list of values",
|
|
653
|
+
"Share": "Share",
|
|
654
|
+
"Customized link": "Customized link",
|
|
655
|
+
"Iframe": "Iframe"
|
|
654
656
|
}
|
umap/static/umap/locale/uk_UA.js
CHANGED
|
@@ -99,7 +99,6 @@ const locale = {
|
|
|
99
99
|
"Delete this vertex (Alt+Click)": "Вилучити цю вершину (Alt+клік)",
|
|
100
100
|
"Delete": "Вилучити",
|
|
101
101
|
"description": "опис",
|
|
102
|
-
"Direct link": "Direct link",
|
|
103
102
|
"Directions from here": "Маршрут звідси",
|
|
104
103
|
"Display label": "Показувати підписи",
|
|
105
104
|
"Display measure": "Показати вимірювання",
|
|
@@ -135,7 +134,6 @@ const locale = {
|
|
|
135
134
|
"Edit this feature": "Редагувати цей об’єкт",
|
|
136
135
|
"Edit": "Редагувати",
|
|
137
136
|
"Embed and link options": "Embed and link options",
|
|
138
|
-
"Embed the map": "Вбудувати мапу",
|
|
139
137
|
"Emoji & Character": "Emoji & Character",
|
|
140
138
|
"Empty": "Очистити",
|
|
141
139
|
"Equidistant": "Equidistant",
|
|
@@ -295,7 +293,6 @@ const locale = {
|
|
|
295
293
|
"settings": "settings",
|
|
296
294
|
"Shape properties": "Параметри полігона",
|
|
297
295
|
"Share and download": "Share and download",
|
|
298
|
-
"Share this link to open a customized map view": "Share this link to open a customized map view",
|
|
299
296
|
"Short credits": "Короткий опис прав/подяки",
|
|
300
297
|
"Short link": "Short link",
|
|
301
298
|
"Show this layer in the caption": "Show this layer in the caption",
|
|
@@ -650,7 +647,12 @@ const locale = {
|
|
|
650
647
|
"List of values": "List of values",
|
|
651
648
|
"Yes / No": "Yes / No",
|
|
652
649
|
"Select field to compute intensity": "Select field to compute intensity",
|
|
653
|
-
"Optional intensity field to compute heatmap": "Optional intensity field to compute heatmap"
|
|
650
|
+
"Optional intensity field to compute heatmap": "Optional intensity field to compute heatmap",
|
|
651
|
+
"All layers": "All layers",
|
|
652
|
+
"Comma separated list of values": "Comma separated list of values",
|
|
653
|
+
"Share": "Share",
|
|
654
|
+
"Customized link": "Customized link",
|
|
655
|
+
"Iframe": "Iframe"
|
|
654
656
|
}
|
|
655
657
|
L.registerLocale("uk_UA", locale)
|
|
656
658
|
L.setLocale("uk_UA")
|
|
@@ -99,7 +99,6 @@
|
|
|
99
99
|
"Delete this vertex (Alt+Click)": "Вилучити цю вершину (Alt+клік)",
|
|
100
100
|
"Delete": "Вилучити",
|
|
101
101
|
"description": "опис",
|
|
102
|
-
"Direct link": "Direct link",
|
|
103
102
|
"Directions from here": "Маршрут звідси",
|
|
104
103
|
"Display label": "Показувати підписи",
|
|
105
104
|
"Display measure": "Показати вимірювання",
|
|
@@ -135,7 +134,6 @@
|
|
|
135
134
|
"Edit this feature": "Редагувати цей об’єкт",
|
|
136
135
|
"Edit": "Редагувати",
|
|
137
136
|
"Embed and link options": "Embed and link options",
|
|
138
|
-
"Embed the map": "Вбудувати мапу",
|
|
139
137
|
"Emoji & Character": "Emoji & Character",
|
|
140
138
|
"Empty": "Очистити",
|
|
141
139
|
"Equidistant": "Equidistant",
|
|
@@ -295,7 +293,6 @@
|
|
|
295
293
|
"settings": "settings",
|
|
296
294
|
"Shape properties": "Параметри полігона",
|
|
297
295
|
"Share and download": "Share and download",
|
|
298
|
-
"Share this link to open a customized map view": "Share this link to open a customized map view",
|
|
299
296
|
"Short credits": "Короткий опис прав/подяки",
|
|
300
297
|
"Short link": "Short link",
|
|
301
298
|
"Show this layer in the caption": "Show this layer in the caption",
|
|
@@ -650,5 +647,10 @@
|
|
|
650
647
|
"List of values": "List of values",
|
|
651
648
|
"Yes / No": "Yes / No",
|
|
652
649
|
"Select field to compute intensity": "Select field to compute intensity",
|
|
653
|
-
"Optional intensity field to compute heatmap": "Optional intensity field to compute heatmap"
|
|
650
|
+
"Optional intensity field to compute heatmap": "Optional intensity field to compute heatmap",
|
|
651
|
+
"All layers": "All layers",
|
|
652
|
+
"Comma separated list of values": "Comma separated list of values",
|
|
653
|
+
"Share": "Share",
|
|
654
|
+
"Customized link": "Customized link",
|
|
655
|
+
"Iframe": "Iframe"
|
|
654
656
|
}
|
umap/static/umap/locale/vi.js
CHANGED
|
@@ -99,7 +99,6 @@ const locale = {
|
|
|
99
99
|
"Delete this vertex (Alt+Click)": "Delete this vertex (Alt+Click)",
|
|
100
100
|
"Delete": "Xóa",
|
|
101
101
|
"description": "description",
|
|
102
|
-
"Direct link": "Direct link",
|
|
103
102
|
"Directions from here": "Directions from here",
|
|
104
103
|
"Display label": "Display label",
|
|
105
104
|
"Display measure": "Display measure",
|
|
@@ -135,7 +134,6 @@ const locale = {
|
|
|
135
134
|
"Edit this feature": "Sửa chức năng này",
|
|
136
135
|
"Edit": "Sửa",
|
|
137
136
|
"Embed and link options": "Embed and link options",
|
|
138
|
-
"Embed the map": "Embed the map",
|
|
139
137
|
"Emoji & Character": "Emoji & Character",
|
|
140
138
|
"Empty": "Empty",
|
|
141
139
|
"Equidistant": "Equidistant",
|
|
@@ -295,7 +293,6 @@ const locale = {
|
|
|
295
293
|
"settings": "settings",
|
|
296
294
|
"Shape properties": "Shape properties",
|
|
297
295
|
"Share and download": "Share and download",
|
|
298
|
-
"Share this link to open a customized map view": "Share this link to open a customized map view",
|
|
299
296
|
"Short credits": "Short credits",
|
|
300
297
|
"Short link": "Short link",
|
|
301
298
|
"Show this layer in the caption": "Show this layer in the caption",
|
|
@@ -650,7 +647,12 @@ const locale = {
|
|
|
650
647
|
"List of values": "List of values",
|
|
651
648
|
"Yes / No": "Yes / No",
|
|
652
649
|
"Select field to compute intensity": "Select field to compute intensity",
|
|
653
|
-
"Optional intensity field to compute heatmap": "Optional intensity field to compute heatmap"
|
|
650
|
+
"Optional intensity field to compute heatmap": "Optional intensity field to compute heatmap",
|
|
651
|
+
"All layers": "All layers",
|
|
652
|
+
"Comma separated list of values": "Comma separated list of values",
|
|
653
|
+
"Share": "Share",
|
|
654
|
+
"Customized link": "Customized link",
|
|
655
|
+
"Iframe": "Iframe"
|
|
654
656
|
}
|
|
655
657
|
L.registerLocale("vi", locale)
|
|
656
658
|
L.setLocale("vi")
|
umap/static/umap/locale/vi.json
CHANGED
|
@@ -99,7 +99,6 @@
|
|
|
99
99
|
"Delete this vertex (Alt+Click)": "Delete this vertex (Alt+Click)",
|
|
100
100
|
"Delete": "Xóa",
|
|
101
101
|
"description": "description",
|
|
102
|
-
"Direct link": "Direct link",
|
|
103
102
|
"Directions from here": "Directions from here",
|
|
104
103
|
"Display label": "Display label",
|
|
105
104
|
"Display measure": "Display measure",
|
|
@@ -135,7 +134,6 @@
|
|
|
135
134
|
"Edit this feature": "Sửa chức năng này",
|
|
136
135
|
"Edit": "Sửa",
|
|
137
136
|
"Embed and link options": "Embed and link options",
|
|
138
|
-
"Embed the map": "Embed the map",
|
|
139
137
|
"Emoji & Character": "Emoji & Character",
|
|
140
138
|
"Empty": "Empty",
|
|
141
139
|
"Equidistant": "Equidistant",
|
|
@@ -295,7 +293,6 @@
|
|
|
295
293
|
"settings": "settings",
|
|
296
294
|
"Shape properties": "Shape properties",
|
|
297
295
|
"Share and download": "Share and download",
|
|
298
|
-
"Share this link to open a customized map view": "Share this link to open a customized map view",
|
|
299
296
|
"Short credits": "Short credits",
|
|
300
297
|
"Short link": "Short link",
|
|
301
298
|
"Show this layer in the caption": "Show this layer in the caption",
|
|
@@ -650,5 +647,10 @@
|
|
|
650
647
|
"List of values": "List of values",
|
|
651
648
|
"Yes / No": "Yes / No",
|
|
652
649
|
"Select field to compute intensity": "Select field to compute intensity",
|
|
653
|
-
"Optional intensity field to compute heatmap": "Optional intensity field to compute heatmap"
|
|
650
|
+
"Optional intensity field to compute heatmap": "Optional intensity field to compute heatmap",
|
|
651
|
+
"All layers": "All layers",
|
|
652
|
+
"Comma separated list of values": "Comma separated list of values",
|
|
653
|
+
"Share": "Share",
|
|
654
|
+
"Customized link": "Customized link",
|
|
655
|
+
"Iframe": "Iframe"
|
|
654
656
|
}
|
|
@@ -99,7 +99,6 @@
|
|
|
99
99
|
"Delete this vertex (Alt+Click)": "Delete this vertex (Alt+Click)",
|
|
100
100
|
"Delete": "Delete",
|
|
101
101
|
"description": "description",
|
|
102
|
-
"Direct link": "Direct link",
|
|
103
102
|
"Directions from here": "Directions from here",
|
|
104
103
|
"Display label": "Display label",
|
|
105
104
|
"Display measure": "Display measure",
|
|
@@ -135,7 +134,6 @@
|
|
|
135
134
|
"Edit this feature": "Edit this feature",
|
|
136
135
|
"Edit": "Edit",
|
|
137
136
|
"Embed and link options": "Embed and link options",
|
|
138
|
-
"Embed the map": "Embed the map",
|
|
139
137
|
"Emoji & Character": "Emoji & Character",
|
|
140
138
|
"Empty": "Empty",
|
|
141
139
|
"Equidistant": "Equidistant",
|
|
@@ -295,7 +293,6 @@
|
|
|
295
293
|
"settings": "settings",
|
|
296
294
|
"Shape properties": "Shape properties",
|
|
297
295
|
"Share and download": "Share and download",
|
|
298
|
-
"Share this link to open a customized map view": "Share this link to open a customized map view",
|
|
299
296
|
"Short credits": "Short credits",
|
|
300
297
|
"Short link": "Short link",
|
|
301
298
|
"Show this layer in the caption": "Show this layer in the caption",
|
|
@@ -650,5 +647,10 @@
|
|
|
650
647
|
"List of values": "List of values",
|
|
651
648
|
"Yes / No": "Yes / No",
|
|
652
649
|
"Select field to compute intensity": "Select field to compute intensity",
|
|
653
|
-
"Optional intensity field to compute heatmap": "Optional intensity field to compute heatmap"
|
|
650
|
+
"Optional intensity field to compute heatmap": "Optional intensity field to compute heatmap",
|
|
651
|
+
"All layers": "All layers",
|
|
652
|
+
"Comma separated list of values": "Comma separated list of values",
|
|
653
|
+
"Share": "Share",
|
|
654
|
+
"Customized link": "Customized link",
|
|
655
|
+
"Iframe": "Iframe"
|
|
654
656
|
}
|
umap/static/umap/locale/zh.js
CHANGED
|
@@ -99,7 +99,6 @@ const locale = {
|
|
|
99
99
|
"Delete this vertex (Alt+Click)": "Delete this vertex (Alt+Click)",
|
|
100
100
|
"Delete": "删除",
|
|
101
101
|
"description": "描述",
|
|
102
|
-
"Direct link": "Direct link",
|
|
103
102
|
"Directions from here": "方向",
|
|
104
103
|
"Display label": "Display label",
|
|
105
104
|
"Display measure": "Display measure",
|
|
@@ -135,7 +134,6 @@ const locale = {
|
|
|
135
134
|
"Edit this feature": "编辑该要素",
|
|
136
135
|
"Edit": "编辑",
|
|
137
136
|
"Embed and link options": "Embed and link options",
|
|
138
|
-
"Embed the map": "嵌入地图",
|
|
139
137
|
"Emoji & Character": "Emoji & Character",
|
|
140
138
|
"Empty": "空",
|
|
141
139
|
"Equidistant": "Equidistant",
|
|
@@ -295,7 +293,6 @@ const locale = {
|
|
|
295
293
|
"settings": "settings",
|
|
296
294
|
"Shape properties": "Shape properties",
|
|
297
295
|
"Share and download": "Share and download",
|
|
298
|
-
"Share this link to open a customized map view": "Share this link to open a customized map view",
|
|
299
296
|
"Short credits": "Short credits",
|
|
300
297
|
"Short link": "Short link",
|
|
301
298
|
"Show this layer in the caption": "Show this layer in the caption",
|
|
@@ -650,7 +647,12 @@ const locale = {
|
|
|
650
647
|
"List of values": "List of values",
|
|
651
648
|
"Yes / No": "Yes / No",
|
|
652
649
|
"Select field to compute intensity": "Select field to compute intensity",
|
|
653
|
-
"Optional intensity field to compute heatmap": "Optional intensity field to compute heatmap"
|
|
650
|
+
"Optional intensity field to compute heatmap": "Optional intensity field to compute heatmap",
|
|
651
|
+
"All layers": "All layers",
|
|
652
|
+
"Comma separated list of values": "Comma separated list of values",
|
|
653
|
+
"Share": "Share",
|
|
654
|
+
"Customized link": "Customized link",
|
|
655
|
+
"Iframe": "Iframe"
|
|
654
656
|
}
|
|
655
657
|
L.registerLocale("zh", locale)
|
|
656
658
|
L.setLocale("zh")
|
umap/static/umap/locale/zh.json
CHANGED
|
@@ -99,7 +99,6 @@
|
|
|
99
99
|
"Delete this vertex (Alt+Click)": "Delete this vertex (Alt+Click)",
|
|
100
100
|
"Delete": "删除",
|
|
101
101
|
"description": "描述",
|
|
102
|
-
"Direct link": "Direct link",
|
|
103
102
|
"Directions from here": "方向",
|
|
104
103
|
"Display label": "Display label",
|
|
105
104
|
"Display measure": "Display measure",
|
|
@@ -135,7 +134,6 @@
|
|
|
135
134
|
"Edit this feature": "编辑该要素",
|
|
136
135
|
"Edit": "编辑",
|
|
137
136
|
"Embed and link options": "Embed and link options",
|
|
138
|
-
"Embed the map": "嵌入地图",
|
|
139
137
|
"Emoji & Character": "Emoji & Character",
|
|
140
138
|
"Empty": "空",
|
|
141
139
|
"Equidistant": "Equidistant",
|
|
@@ -295,7 +293,6 @@
|
|
|
295
293
|
"settings": "settings",
|
|
296
294
|
"Shape properties": "Shape properties",
|
|
297
295
|
"Share and download": "Share and download",
|
|
298
|
-
"Share this link to open a customized map view": "Share this link to open a customized map view",
|
|
299
296
|
"Short credits": "Short credits",
|
|
300
297
|
"Short link": "Short link",
|
|
301
298
|
"Show this layer in the caption": "Show this layer in the caption",
|
|
@@ -650,5 +647,10 @@
|
|
|
650
647
|
"List of values": "List of values",
|
|
651
648
|
"Yes / No": "Yes / No",
|
|
652
649
|
"Select field to compute intensity": "Select field to compute intensity",
|
|
653
|
-
"Optional intensity field to compute heatmap": "Optional intensity field to compute heatmap"
|
|
650
|
+
"Optional intensity field to compute heatmap": "Optional intensity field to compute heatmap",
|
|
651
|
+
"All layers": "All layers",
|
|
652
|
+
"Comma separated list of values": "Comma separated list of values",
|
|
653
|
+
"Share": "Share",
|
|
654
|
+
"Customized link": "Customized link",
|
|
655
|
+
"Iframe": "Iframe"
|
|
654
656
|
}
|
|
@@ -99,7 +99,6 @@
|
|
|
99
99
|
"Delete this vertex (Alt+Click)": "Delete this vertex (Alt+Click)",
|
|
100
100
|
"Delete": "Delete",
|
|
101
101
|
"description": "description",
|
|
102
|
-
"Direct link": "Direct link",
|
|
103
102
|
"Directions from here": "Directions from here",
|
|
104
103
|
"Display label": "Display label",
|
|
105
104
|
"Display measure": "Display measure",
|
|
@@ -135,7 +134,6 @@
|
|
|
135
134
|
"Edit this feature": "Edit this feature",
|
|
136
135
|
"Edit": "Edit",
|
|
137
136
|
"Embed and link options": "Embed and link options",
|
|
138
|
-
"Embed the map": "Embed the map",
|
|
139
137
|
"Emoji & Character": "Emoji & Character",
|
|
140
138
|
"Empty": "Empty",
|
|
141
139
|
"Equidistant": "Equidistant",
|
|
@@ -295,7 +293,6 @@
|
|
|
295
293
|
"settings": "settings",
|
|
296
294
|
"Shape properties": "Shape properties",
|
|
297
295
|
"Share and download": "Share and download",
|
|
298
|
-
"Share this link to open a customized map view": "Share this link to open a customized map view",
|
|
299
296
|
"Short credits": "Short credits",
|
|
300
297
|
"Short link": "Short link",
|
|
301
298
|
"Show this layer in the caption": "Show this layer in the caption",
|
|
@@ -650,5 +647,10 @@
|
|
|
650
647
|
"List of values": "List of values",
|
|
651
648
|
"Yes / No": "Yes / No",
|
|
652
649
|
"Select field to compute intensity": "Select field to compute intensity",
|
|
653
|
-
"Optional intensity field to compute heatmap": "Optional intensity field to compute heatmap"
|
|
650
|
+
"Optional intensity field to compute heatmap": "Optional intensity field to compute heatmap",
|
|
651
|
+
"All layers": "All layers",
|
|
652
|
+
"Comma separated list of values": "Comma separated list of values",
|
|
653
|
+
"Share": "Share",
|
|
654
|
+
"Customized link": "Customized link",
|
|
655
|
+
"Iframe": "Iframe"
|
|
654
656
|
}
|
|
@@ -99,7 +99,6 @@
|
|
|
99
99
|
"Delete this vertex (Alt+Click)": "Delete this vertex (Alt+Click)",
|
|
100
100
|
"Delete": "Delete",
|
|
101
101
|
"description": "description",
|
|
102
|
-
"Direct link": "Direct link",
|
|
103
102
|
"Directions from here": "Directions from here",
|
|
104
103
|
"Display label": "Display label",
|
|
105
104
|
"Display measure": "Display measure",
|
|
@@ -135,7 +134,6 @@
|
|
|
135
134
|
"Edit this feature": "Edit this feature",
|
|
136
135
|
"Edit": "Edit",
|
|
137
136
|
"Embed and link options": "Embed and link options",
|
|
138
|
-
"Embed the map": "Embed the map",
|
|
139
137
|
"Emoji & Character": "Emoji & Character",
|
|
140
138
|
"Empty": "Empty",
|
|
141
139
|
"Equidistant": "Equidistant",
|
|
@@ -295,7 +293,6 @@
|
|
|
295
293
|
"settings": "settings",
|
|
296
294
|
"Shape properties": "Shape properties",
|
|
297
295
|
"Share and download": "Share and download",
|
|
298
|
-
"Share this link to open a customized map view": "Share this link to open a customized map view",
|
|
299
296
|
"Short credits": "Short credits",
|
|
300
297
|
"Short link": "Short link",
|
|
301
298
|
"Show this layer in the caption": "Show this layer in the caption",
|
|
@@ -650,5 +647,10 @@
|
|
|
650
647
|
"List of values": "List of values",
|
|
651
648
|
"Yes / No": "Yes / No",
|
|
652
649
|
"Select field to compute intensity": "Select field to compute intensity",
|
|
653
|
-
"Optional intensity field to compute heatmap": "Optional intensity field to compute heatmap"
|
|
650
|
+
"Optional intensity field to compute heatmap": "Optional intensity field to compute heatmap",
|
|
651
|
+
"All layers": "All layers",
|
|
652
|
+
"Comma separated list of values": "Comma separated list of values",
|
|
653
|
+
"Share": "Share",
|
|
654
|
+
"Customized link": "Customized link",
|
|
655
|
+
"Iframe": "Iframe"
|
|
654
656
|
}
|
umap/static/umap/locale/zh_TW.js
CHANGED
|
@@ -70,7 +70,7 @@ const locale = {
|
|
|
70
70
|
"color": "色彩",
|
|
71
71
|
"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.": "用逗號分隔屬性清單來排序圖徵。要保存排序,在槊面加上減號 (-1),例如 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 beginning 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.": "使用逗號、定位鍵或是分號分隔的地理數據。預設座標系為 SRS WGS84。只會匯入地理座標點。匯入時抓取 «lat» 與 «lon» 開頭的欄位資料,不分大小寫。其他欄位則歸入屬性資料。",
|
|
74
74
|
"Congratulations, your map has been created!": "恭喜您的地圖已經新增完成",
|
|
75
75
|
"Continue line": "連續線段",
|
|
76
76
|
"Coordinates": "座標",
|
|
@@ -99,7 +99,6 @@ const locale = {
|
|
|
99
99
|
"Delete this vertex (Alt+Click)": "刪除頂點 (Alt+Click)",
|
|
100
100
|
"Delete": "刪除",
|
|
101
101
|
"description": "描述",
|
|
102
|
-
"Direct link": "直接連結",
|
|
103
102
|
"Directions from here": "從此處開始導航",
|
|
104
103
|
"Display label": "顯示標籤",
|
|
105
104
|
"Display measure": "Display measure",
|
|
@@ -135,7 +134,6 @@ const locale = {
|
|
|
135
134
|
"Edit this feature": "編輯此圖徵",
|
|
136
135
|
"Edit": "編輯",
|
|
137
136
|
"Embed and link options": "嵌入與連結選項",
|
|
138
|
-
"Embed the map": "嵌入地圖",
|
|
139
137
|
"Emoji & Character": "表情符號和字元",
|
|
140
138
|
"Empty": "空白",
|
|
141
139
|
"Equidistant": "等距",
|
|
@@ -239,7 +237,6 @@ const locale = {
|
|
|
239
237
|
"No licence has been set": "尚未設定授權條例",
|
|
240
238
|
"No results": "沒有結果",
|
|
241
239
|
"no": "否",
|
|
242
|
-
"No.": "無。",
|
|
243
240
|
"None": "以上皆非",
|
|
244
241
|
"Number of desired classes (default 5)": "偏好的類別數量 (預設為 5)",
|
|
245
242
|
"On the bottom": "在底部",
|
|
@@ -295,7 +292,6 @@ const locale = {
|
|
|
295
292
|
"settings": "設定",
|
|
296
293
|
"Shape properties": "形狀屬性",
|
|
297
294
|
"Share and download": "分享與下載",
|
|
298
|
-
"Share this link to open a customized map view": "分享這連結來開啟客製化地圖檢視",
|
|
299
295
|
"Short credits": "簡短工作人員名單",
|
|
300
296
|
"Short link": "短網址",
|
|
301
297
|
"Show this layer in the caption": "在標題顯示此圖層",
|
|
@@ -623,7 +619,7 @@ const locale = {
|
|
|
623
619
|
"[key=\"value\"][key2=\"value2\"] (eg. [boundary=\"educational\"][name=\"Académie de Lyon\"])": "[key=\"value\"][key2=\"value2\"] (eg. [boundary=\"educational\"][name=\"Académie de Lyon\"])",
|
|
624
620
|
"Field Name": "欄位名稱",
|
|
625
621
|
"Field Type": "欄位類型",
|
|
626
|
-
"Manage field": "
|
|
622
|
+
"Manage field": "管理欄位",
|
|
627
623
|
"Add filter for this field": "新增篩選到這一欄位",
|
|
628
624
|
"Name cannot be empty.": "名稱無法是空白的。",
|
|
629
625
|
"Are you sure you want to delete this field on all the data?": "你確定要刪除所有資料當中的這個欄位?",
|
|
@@ -639,18 +635,24 @@ const locale = {
|
|
|
639
635
|
"See on Wikipedia": "在維基百科上檢視",
|
|
640
636
|
"Anonymous map: update who can see and edit it": "暱名地圖,任何人都可以檢視與編輯",
|
|
641
637
|
"Login": "登入",
|
|
642
|
-
"Manage filters": "
|
|
643
|
-
"Map (all layers)": "
|
|
644
|
-
"Add a filter for this field": "
|
|
645
|
-
"Short text": "
|
|
646
|
-
"Text": "
|
|
647
|
-
"Number": "
|
|
648
|
-
"Date": "
|
|
649
|
-
"Date and time": "
|
|
650
|
-
"List of values": "
|
|
651
|
-
"Yes / No": "
|
|
652
|
-
"Select field to compute intensity": "
|
|
653
|
-
"Optional intensity field to compute heatmap": "
|
|
638
|
+
"Manage filters": "管理篩選",
|
|
639
|
+
"Map (all layers)": "地圖 (所有圖層)",
|
|
640
|
+
"Add a filter for this field": "新增篩選到這欄位",
|
|
641
|
+
"Short text": "簡短文字",
|
|
642
|
+
"Text": "文字",
|
|
643
|
+
"Number": "數值",
|
|
644
|
+
"Date": "日期",
|
|
645
|
+
"Date and time": "日期與時間",
|
|
646
|
+
"List of values": "變數列表",
|
|
647
|
+
"Yes / No": "是 / 否",
|
|
648
|
+
"Select field to compute intensity": "選擇欄位運算強度",
|
|
649
|
+
"Optional intensity field to compute heatmap": "選擇性強度欄位來計算熱力圖",
|
|
650
|
+
"All layers": "所有圖層",
|
|
651
|
+
"Comma separated list of values": "逗號分隔清單的值",
|
|
652
|
+
"Share": "分享",
|
|
653
|
+
"Customized link": "自訂連結",
|
|
654
|
+
"Iframe": "頁面框",
|
|
655
|
+
"№": "№"
|
|
654
656
|
}
|
|
655
657
|
L.registerLocale("zh_TW", locale)
|
|
656
658
|
L.setLocale("zh_TW")
|
|
@@ -70,7 +70,7 @@
|
|
|
70
70
|
"color": "色彩",
|
|
71
71
|
"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.": "用逗號分隔屬性清單來排序圖徵。要保存排序,在槊面加上減號 (-1),例如 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 beginning 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.": "使用逗號、定位鍵或是分號分隔的地理數據。預設座標系為 SRS WGS84。只會匯入地理座標點。匯入時抓取 «lat» 與 «lon» 開頭的欄位資料,不分大小寫。其他欄位則歸入屬性資料。",
|
|
74
74
|
"Congratulations, your map has been created!": "恭喜您的地圖已經新增完成",
|
|
75
75
|
"Continue line": "連續線段",
|
|
76
76
|
"Coordinates": "座標",
|
|
@@ -99,7 +99,6 @@
|
|
|
99
99
|
"Delete this vertex (Alt+Click)": "刪除頂點 (Alt+Click)",
|
|
100
100
|
"Delete": "刪除",
|
|
101
101
|
"description": "描述",
|
|
102
|
-
"Direct link": "直接連結",
|
|
103
102
|
"Directions from here": "從此處開始導航",
|
|
104
103
|
"Display label": "顯示標籤",
|
|
105
104
|
"Display measure": "Display measure",
|
|
@@ -135,7 +134,6 @@
|
|
|
135
134
|
"Edit this feature": "編輯此圖徵",
|
|
136
135
|
"Edit": "編輯",
|
|
137
136
|
"Embed and link options": "嵌入與連結選項",
|
|
138
|
-
"Embed the map": "嵌入地圖",
|
|
139
137
|
"Emoji & Character": "表情符號和字元",
|
|
140
138
|
"Empty": "空白",
|
|
141
139
|
"Equidistant": "等距",
|
|
@@ -239,7 +237,6 @@
|
|
|
239
237
|
"No licence has been set": "尚未設定授權條例",
|
|
240
238
|
"No results": "沒有結果",
|
|
241
239
|
"no": "否",
|
|
242
|
-
"No.": "無。",
|
|
243
240
|
"None": "以上皆非",
|
|
244
241
|
"Number of desired classes (default 5)": "偏好的類別數量 (預設為 5)",
|
|
245
242
|
"On the bottom": "在底部",
|
|
@@ -295,7 +292,6 @@
|
|
|
295
292
|
"settings": "設定",
|
|
296
293
|
"Shape properties": "形狀屬性",
|
|
297
294
|
"Share and download": "分享與下載",
|
|
298
|
-
"Share this link to open a customized map view": "分享這連結來開啟客製化地圖檢視",
|
|
299
295
|
"Short credits": "簡短工作人員名單",
|
|
300
296
|
"Short link": "短網址",
|
|
301
297
|
"Show this layer in the caption": "在標題顯示此圖層",
|
|
@@ -623,7 +619,7 @@
|
|
|
623
619
|
"[key=\"value\"][key2=\"value2\"] (eg. [boundary=\"educational\"][name=\"Académie de Lyon\"])": "[key=\"value\"][key2=\"value2\"] (eg. [boundary=\"educational\"][name=\"Académie de Lyon\"])",
|
|
624
620
|
"Field Name": "欄位名稱",
|
|
625
621
|
"Field Type": "欄位類型",
|
|
626
|
-
"Manage field": "
|
|
622
|
+
"Manage field": "管理欄位",
|
|
627
623
|
"Add filter for this field": "新增篩選到這一欄位",
|
|
628
624
|
"Name cannot be empty.": "名稱無法是空白的。",
|
|
629
625
|
"Are you sure you want to delete this field on all the data?": "你確定要刪除所有資料當中的這個欄位?",
|
|
@@ -639,16 +635,22 @@
|
|
|
639
635
|
"See on Wikipedia": "在維基百科上檢視",
|
|
640
636
|
"Anonymous map: update who can see and edit it": "暱名地圖,任何人都可以檢視與編輯",
|
|
641
637
|
"Login": "登入",
|
|
642
|
-
"Manage filters": "
|
|
643
|
-
"Map (all layers)": "
|
|
644
|
-
"Add a filter for this field": "
|
|
645
|
-
"Short text": "
|
|
646
|
-
"Text": "
|
|
647
|
-
"Number": "
|
|
648
|
-
"Date": "
|
|
649
|
-
"Date and time": "
|
|
650
|
-
"List of values": "
|
|
651
|
-
"Yes / No": "
|
|
652
|
-
"Select field to compute intensity": "
|
|
653
|
-
"Optional intensity field to compute heatmap": "
|
|
638
|
+
"Manage filters": "管理篩選",
|
|
639
|
+
"Map (all layers)": "地圖 (所有圖層)",
|
|
640
|
+
"Add a filter for this field": "新增篩選到這欄位",
|
|
641
|
+
"Short text": "簡短文字",
|
|
642
|
+
"Text": "文字",
|
|
643
|
+
"Number": "數值",
|
|
644
|
+
"Date": "日期",
|
|
645
|
+
"Date and time": "日期與時間",
|
|
646
|
+
"List of values": "變數列表",
|
|
647
|
+
"Yes / No": "是 / 否",
|
|
648
|
+
"Select field to compute intensity": "選擇欄位運算強度",
|
|
649
|
+
"Optional intensity field to compute heatmap": "選擇性強度欄位來計算熱力圖",
|
|
650
|
+
"All layers": "所有圖層",
|
|
651
|
+
"Comma separated list of values": "逗號分隔清單的值",
|
|
652
|
+
"Share": "分享",
|
|
653
|
+
"Customized link": "自訂連結",
|
|
654
|
+
"Iframe": "頁面框",
|
|
655
|
+
"№": "№"
|
|
654
656
|
}
|
umap/static/umap/map.css
CHANGED
|
@@ -420,6 +420,11 @@ ul.photon-autocomplete {
|
|
|
420
420
|
/* ***************************** */
|
|
421
421
|
/* Share and download panel */
|
|
422
422
|
/* ***************************** */
|
|
423
|
+
.downloads {
|
|
424
|
+
columns: 4;
|
|
425
|
+
margin-bottom: var(--box-margin);
|
|
426
|
+
}
|
|
427
|
+
|
|
423
428
|
.downloads li {
|
|
424
429
|
height: 1.7em;
|
|
425
430
|
padding: 0;
|
|
@@ -427,10 +432,6 @@ ul.photon-autocomplete {
|
|
|
427
432
|
vertical-align: bottom;
|
|
428
433
|
}
|
|
429
434
|
|
|
430
|
-
.vspace {
|
|
431
|
-
height: 32px;
|
|
432
|
-
}
|
|
433
|
-
|
|
434
435
|
/* *********** */
|
|
435
436
|
/* Draw */
|
|
436
437
|
/* *********** */
|