umap-project 1.14.0a5__py3-none-any.whl → 2.0.0a0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of umap-project might be problematic. Click here for more details.
- umap/__init__.py +1 -1
- umap/decorators.py +0 -14
- umap/locale/br/LC_MESSAGES/django.mo +0 -0
- umap/locale/br/LC_MESSAGES/django.po +137 -85
- umap/locale/cs_CZ/LC_MESSAGES/django.mo +0 -0
- umap/locale/cs_CZ/LC_MESSAGES/django.po +136 -84
- umap/locale/el/LC_MESSAGES/django.mo +0 -0
- umap/locale/el/LC_MESSAGES/django.po +136 -84
- umap/locale/en/LC_MESSAGES/django.po +128 -88
- umap/locale/es/LC_MESSAGES/django.mo +0 -0
- umap/locale/es/LC_MESSAGES/django.po +136 -84
- umap/locale/fr/LC_MESSAGES/django.mo +0 -0
- umap/locale/fr/LC_MESSAGES/django.po +131 -91
- umap/locale/hu/LC_MESSAGES/django.mo +0 -0
- umap/locale/hu/LC_MESSAGES/django.po +137 -85
- umap/locale/it/LC_MESSAGES/django.mo +0 -0
- umap/locale/it/LC_MESSAGES/django.po +136 -84
- umap/locale/ms/LC_MESSAGES/django.mo +0 -0
- umap/locale/ms/LC_MESSAGES/django.po +136 -84
- umap/locale/pl/LC_MESSAGES/django.mo +0 -0
- umap/locale/pl/LC_MESSAGES/django.po +136 -84
- umap/locale/sv/LC_MESSAGES/django.mo +0 -0
- umap/locale/sv/LC_MESSAGES/django.po +135 -83
- umap/locale/zh_TW/LC_MESSAGES/django.mo +0 -0
- umap/locale/zh_TW/LC_MESSAGES/django.po +143 -91
- umap/models.py +23 -1
- umap/settings/__init__.py +1 -4
- umap/settings/base.py +1 -0
- umap/static/umap/base.css +5 -0
- umap/static/umap/content.css +185 -13
- umap/static/umap/favicons/icon.svg +2 -2
- umap/static/umap/img/edit.svg +3 -3
- umap/static/umap/img/icon-delete.svg +4 -0
- umap/static/umap/img/icon-download.svg +13 -0
- umap/static/umap/img/icon-duplicate.svg +5 -0
- umap/static/umap/img/icon-edit.svg +12 -0
- umap/static/umap/img/icon-share.svg +11 -0
- umap/static/umap/img/icon-view.svg +12 -0
- umap/static/umap/img/logo.svg +2 -2
- umap/static/umap/img/logo_small.svg +2 -2
- umap/static/umap/img/marker.svg +4 -0
- umap/static/umap/img/opensource.svg +2 -2
- umap/static/umap/img/osm.svg +2 -2
- umap/static/umap/js/components/fragment.js +1 -1
- umap/static/umap/js/modules/browser.js +159 -0
- umap/static/umap/js/modules/global.js +3 -1
- umap/static/umap/js/modules/request.js +155 -0
- umap/static/umap/js/umap.autocomplete.js +28 -38
- umap/static/umap/js/umap.controls.js +73 -58
- umap/static/umap/js/umap.core.js +4 -9
- umap/static/umap/js/umap.datalayer.permissions.js +13 -12
- umap/static/umap/js/umap.features.js +51 -49
- umap/static/umap/js/umap.forms.js +19 -19
- umap/static/umap/js/umap.icon.js +17 -17
- umap/static/umap/js/umap.importer.js +2 -1
- umap/static/umap/js/umap.js +242 -291
- umap/static/umap/js/umap.layer.js +173 -141
- umap/static/umap/js/umap.permissions.js +24 -25
- umap/static/umap/js/umap.popup.js +14 -14
- umap/static/umap/js/umap.share.js +4 -4
- umap/static/umap/js/umap.slideshow.js +4 -4
- umap/static/umap/js/umap.tableeditor.js +2 -2
- umap/static/umap/js/umap.ui.js +1 -1
- umap/static/umap/locale/am_ET.js +1 -11
- umap/static/umap/locale/am_ET.json +1 -11
- umap/static/umap/locale/ar.js +1 -11
- umap/static/umap/locale/ar.json +1 -11
- umap/static/umap/locale/ast.js +1 -11
- umap/static/umap/locale/ast.json +1 -11
- umap/static/umap/locale/bg.js +1 -11
- umap/static/umap/locale/bg.json +1 -11
- umap/static/umap/locale/br.js +1 -11
- umap/static/umap/locale/br.json +1 -11
- umap/static/umap/locale/ca.js +1 -11
- umap/static/umap/locale/ca.json +1 -11
- umap/static/umap/locale/cs_CZ.js +1 -11
- umap/static/umap/locale/cs_CZ.json +1 -11
- umap/static/umap/locale/da.js +1 -11
- umap/static/umap/locale/da.json +1 -11
- umap/static/umap/locale/de.js +1 -11
- umap/static/umap/locale/de.json +1 -11
- umap/static/umap/locale/el.js +1 -11
- umap/static/umap/locale/el.json +1 -11
- umap/static/umap/locale/en.js +1 -11
- umap/static/umap/locale/en.json +1 -11
- umap/static/umap/locale/en_US.json +1 -11
- umap/static/umap/locale/es.js +1 -11
- umap/static/umap/locale/es.json +1 -11
- umap/static/umap/locale/et.js +1 -11
- umap/static/umap/locale/et.json +1 -11
- umap/static/umap/locale/fa_IR.js +6 -16
- umap/static/umap/locale/fa_IR.json +6 -16
- umap/static/umap/locale/fi.js +1 -11
- umap/static/umap/locale/fi.json +1 -11
- umap/static/umap/locale/fr.js +1 -11
- umap/static/umap/locale/fr.json +1 -11
- umap/static/umap/locale/gl.js +1 -11
- umap/static/umap/locale/gl.json +1 -11
- umap/static/umap/locale/he.js +1 -11
- umap/static/umap/locale/he.json +1 -11
- umap/static/umap/locale/hr.js +1 -11
- umap/static/umap/locale/hr.json +1 -11
- umap/static/umap/locale/hu.js +1 -11
- umap/static/umap/locale/hu.json +1 -11
- umap/static/umap/locale/id.js +1 -11
- umap/static/umap/locale/id.json +1 -11
- umap/static/umap/locale/is.js +1 -11
- umap/static/umap/locale/is.json +1 -11
- umap/static/umap/locale/it.js +1 -11
- umap/static/umap/locale/it.json +1 -11
- umap/static/umap/locale/ja.js +1 -11
- umap/static/umap/locale/ja.json +1 -11
- umap/static/umap/locale/ko.js +1 -11
- umap/static/umap/locale/ko.json +1 -11
- umap/static/umap/locale/lt.js +1 -11
- umap/static/umap/locale/lt.json +1 -11
- umap/static/umap/locale/ms.js +1 -11
- umap/static/umap/locale/ms.json +1 -11
- umap/static/umap/locale/nl.js +1 -11
- umap/static/umap/locale/nl.json +1 -11
- umap/static/umap/locale/no.js +1 -11
- umap/static/umap/locale/no.json +1 -11
- umap/static/umap/locale/pl.js +1 -11
- umap/static/umap/locale/pl.json +1 -11
- umap/static/umap/locale/pl_PL.json +1 -11
- umap/static/umap/locale/pt.js +1 -11
- umap/static/umap/locale/pt.json +1 -11
- umap/static/umap/locale/pt_BR.js +1 -11
- umap/static/umap/locale/pt_BR.json +1 -11
- umap/static/umap/locale/pt_PT.js +1 -11
- umap/static/umap/locale/pt_PT.json +1 -11
- umap/static/umap/locale/ro.js +1 -11
- umap/static/umap/locale/ro.json +1 -11
- umap/static/umap/locale/ru.js +1 -11
- umap/static/umap/locale/ru.json +1 -11
- umap/static/umap/locale/sk_SK.js +1 -11
- umap/static/umap/locale/sk_SK.json +1 -11
- umap/static/umap/locale/sl.js +1 -11
- umap/static/umap/locale/sl.json +1 -11
- umap/static/umap/locale/sr.js +1 -11
- umap/static/umap/locale/sr.json +1 -11
- umap/static/umap/locale/sv.js +1 -11
- umap/static/umap/locale/sv.json +1 -11
- umap/static/umap/locale/th_TH.js +1 -11
- umap/static/umap/locale/th_TH.json +1 -11
- umap/static/umap/locale/tr.js +1 -11
- umap/static/umap/locale/tr.json +1 -11
- umap/static/umap/locale/uk_UA.js +1 -11
- umap/static/umap/locale/uk_UA.json +1 -11
- umap/static/umap/locale/vi.js +1 -11
- umap/static/umap/locale/vi.json +1 -11
- umap/static/umap/locale/vi_VN.json +1 -11
- umap/static/umap/locale/zh.js +1 -11
- umap/static/umap/locale/zh.json +1 -11
- umap/static/umap/locale/zh_CN.json +1 -11
- umap/static/umap/locale/zh_TW.Big5.json +1 -11
- umap/static/umap/locale/zh_TW.js +17 -27
- umap/static/umap/locale/zh_TW.json +17 -27
- umap/static/umap/map.css +2 -2
- umap/static/umap/nav.css +2 -1
- umap/static/umap/test/.eslintrc +0 -1
- umap/static/umap/test/Choropleth.js +29 -27
- umap/static/umap/test/DataLayer.js +207 -239
- umap/static/umap/test/Feature.js +33 -58
- umap/static/umap/test/Map.Export.js +11 -11
- umap/static/umap/test/Map.js +66 -67
- umap/static/umap/test/Marker.js +36 -32
- umap/static/umap/test/Polygon.js +95 -95
- umap/static/umap/test/Polyline.js +31 -31
- umap/static/umap/test/TableEditor.js +29 -25
- umap/static/umap/test/_pre.js +2 -7
- umap/static/umap/test/index.html +4 -4
- umap/static/umap/vendors/contextmenu/leaflet.contextmenu.css +54 -0
- umap/static/umap/vendors/contextmenu/leaflet.contextmenu.js +586 -0
- umap/static/umap/vendors/csv2geojson/index.js +259 -0
- umap/static/umap/vendors/dompurify/purify.js +1633 -0
- umap/static/umap/vendors/locatecontrol/L.Control.Locate.css +63 -0
- umap/static/umap/vendors/locatecontrol/L.Control.Locate.js +950 -0
- umap/static/umap/vendors/minimap/Control.MiniMap.css +88 -0
- umap/static/umap/vendors/minimap/Control.MiniMap.js +352 -0
- umap/static/umap/vendors/togeojson/togeojson.js +2 -0
- umap/templates/auth/user_form.html +3 -2
- umap/templates/base.html +1 -0
- umap/templates/registration/login.html +51 -36
- umap/templates/umap/about_summary.html +1 -1
- umap/templates/umap/branding.html +3 -0
- umap/templates/umap/content.html +15 -39
- umap/templates/umap/header.html +0 -0
- umap/templates/umap/home.html +4 -2
- umap/templates/umap/js.html +0 -1
- umap/templates/umap/map_detail.html +9 -0
- umap/templates/umap/map_init.html +1 -1
- umap/templates/umap/map_messages.html +4 -2
- umap/templates/umap/map_table.html +130 -69
- umap/templates/umap/navigation.html +2 -4
- umap/templates/umap/user_dashboard.html +29 -6
- umap/tests/base.py +1 -1
- umap/tests/integration/conftest.py +18 -0
- umap/tests/integration/test_anonymous_owned_map.py +6 -3
- umap/tests/integration/test_browser.py +166 -6
- umap/tests/integration/test_collaborative_editing.py +23 -5
- umap/tests/integration/test_dashboard.py +17 -0
- umap/tests/integration/test_edit_datalayer.py +4 -3
- umap/tests/integration/test_export_map.py +1 -1
- umap/tests/integration/test_import.py +9 -4
- umap/tests/integration/test_map.py +64 -0
- umap/tests/integration/test_map_preview.py +75 -0
- umap/tests/integration/test_owned_map.py +11 -25
- umap/tests/integration/test_picto.py +3 -3
- umap/tests/integration/test_querystring.py +52 -0
- umap/tests/integration/test_share.py +22 -0
- umap/tests/test_map_views.py +157 -14
- umap/tests/test_views.py +50 -11
- umap/urls.py +6 -12
- umap/views.py +170 -47
- {umap_project-1.14.0a5.dist-info → umap_project-2.0.0a0.dist-info}/METADATA +13 -15
- {umap_project-1.14.0a5.dist-info → umap_project-2.0.0a0.dist-info}/RECORD +220 -199
- umap/static/umap/js/umap.browser.js +0 -148
- umap/static/umap/js/umap.xhr.js +0 -304
- umap/static/umap/test/Controls.js +0 -100
- umap/static/umap/test/Map.Init.js +0 -46
- {umap_project-1.14.0a5.dist-info → umap_project-2.0.0a0.dist-info}/WHEEL +0 -0
- {umap_project-1.14.0a5.dist-info → umap_project-2.0.0a0.dist-info}/entry_points.txt +0 -0
- {umap_project-1.14.0a5.dist-info → umap_project-2.0.0a0.dist-info}/licenses/LICENSE +0 -0
umap/static/umap/locale/vi.json
CHANGED
|
@@ -78,7 +78,6 @@
|
|
|
78
78
|
"**double star for bold**": "**double star for bold**",
|
|
79
79
|
"A comma separated list of numbers that defines the stroke dash pattern. Ex.: \"5, 10, 15\".": "A comma separated list of numbers that defines the stroke dash pattern. Ex.: \"5, 10, 15\".",
|
|
80
80
|
"About": "Về",
|
|
81
|
-
"Action not allowed :(": "Hoạt động này không được phép",
|
|
82
81
|
"Activate slideshow mode": "Activate slideshow mode",
|
|
83
82
|
"Add a layer": "Thêm một layer",
|
|
84
83
|
"Add a line to the current multi": "Add a line to the current multi",
|
|
@@ -88,7 +87,6 @@
|
|
|
88
87
|
"Advanced properties": "Thuộc tính nâng cao",
|
|
89
88
|
"All properties are imported.": "All properties are imported.",
|
|
90
89
|
"Allow interactions": "Allow interactions",
|
|
91
|
-
"An error occured": "Có lỗi",
|
|
92
90
|
"Are you sure you want to cancel your changes?": "Bạn có chắc muốn hủy các thay đổi?",
|
|
93
91
|
"Are you sure you want to clone this map and all its datalayers?": "Bạn có chắc muốn sao chép bản đồ này và các layer dữ liệu đi kèm với nó?",
|
|
94
92
|
"Are you sure you want to delete the feature?": "Bạn có chắc muốn xóa đối tượng này?",
|
|
@@ -99,7 +97,6 @@
|
|
|
99
97
|
"Attach the map to my account": "Attach the map to my account",
|
|
100
98
|
"Auto": "Auto",
|
|
101
99
|
"Autostart when map is loaded": "Autostart when map is loaded",
|
|
102
|
-
"Bring feature to center": "Đặt đối tượng vào giữa",
|
|
103
100
|
"Browse data": "Mở dữ liệu",
|
|
104
101
|
"Cancel edits": "Hủy các chỉnh sửa",
|
|
105
102
|
"Center map on your location": "Tạo bản đồ với vị trí của bạn",
|
|
@@ -159,7 +156,6 @@
|
|
|
159
156
|
"Embed the map": "Embed the map",
|
|
160
157
|
"Empty": "Empty",
|
|
161
158
|
"Error in the tilelayer URL": "Error in the tilelayer URL",
|
|
162
|
-
"Error while fetching {url}": "Error while fetching {url}",
|
|
163
159
|
"Exit Fullscreen": "Exit Fullscreen",
|
|
164
160
|
"Extract shape to separate feature": "Extract shape to separate feature",
|
|
165
161
|
"Fetch data each time map view changes.": "Fetch data each time map view changes.",
|
|
@@ -219,8 +215,6 @@
|
|
|
219
215
|
"Please choose a format": "Hãy chọn một định dạng",
|
|
220
216
|
"Please enter the name of the property": "Please enter the name of the property",
|
|
221
217
|
"Please enter the new name of this property": "Please enter the new name of this property",
|
|
222
|
-
"Problem in the response": "Problem in the response",
|
|
223
|
-
"Problem in the response format": "Problem in the response format",
|
|
224
218
|
"Properties imported:": "Properties imported:",
|
|
225
219
|
"Provide an URL here": "Provide an URL here",
|
|
226
220
|
"Proxy request": "Proxy request",
|
|
@@ -377,7 +371,6 @@
|
|
|
377
371
|
"Facet keys": "Facet keys",
|
|
378
372
|
"Facet search": "Facet search",
|
|
379
373
|
"Feature properties": "Feature properties",
|
|
380
|
-
"Issue reaching that URL (network problem or CORS protection): {url}": "Issue reaching that URL (network problem or CORS protection): {url}",
|
|
381
374
|
"Latest feature": "Latest feature",
|
|
382
375
|
"No results for these facets": "No results for these facets",
|
|
383
376
|
"Saved center and zoom": "Saved center and zoom",
|
|
@@ -392,8 +385,6 @@
|
|
|
392
385
|
"Datalayers": "Datalayers",
|
|
393
386
|
"Secret edit link:": "Secret edit link:",
|
|
394
387
|
"Who can edit \"{layer}\"": "Who can edit \"{layer}\"",
|
|
395
|
-
"Current map view": "Current map view",
|
|
396
|
-
"Filter": "Filter",
|
|
397
388
|
"Choropleth": "Choropleth",
|
|
398
389
|
"Choropleth breakpoints": "Choropleth breakpoints",
|
|
399
390
|
"Choropleth classes": "Choropleth classes",
|
|
@@ -440,6 +431,5 @@
|
|
|
440
431
|
"Type a place name or coordinates": "Type a place name or coordinates",
|
|
441
432
|
"copy": "copy",
|
|
442
433
|
"full backup": "full backup",
|
|
443
|
-
"settings": "settings"
|
|
444
|
-
"{count} features in this layer": "{count} features in this layer"
|
|
434
|
+
"settings": "settings"
|
|
445
435
|
}
|
|
@@ -78,7 +78,6 @@
|
|
|
78
78
|
"**double star for bold**": "**double star for bold**",
|
|
79
79
|
"A comma separated list of numbers that defines the stroke dash pattern. Ex.: \"5, 10, 15\".": "A comma separated list of numbers that defines the stroke dash pattern. Ex.: \"5, 10, 15\".",
|
|
80
80
|
"About": "About",
|
|
81
|
-
"Action not allowed :(": "Action not allowed :(",
|
|
82
81
|
"Activate slideshow mode": "Activate slideshow mode",
|
|
83
82
|
"Add a layer": "Add a layer",
|
|
84
83
|
"Add a line to the current multi": "Add a line to the current multi",
|
|
@@ -88,7 +87,6 @@
|
|
|
88
87
|
"Advanced properties": "Advanced properties",
|
|
89
88
|
"All properties are imported.": "All properties are imported.",
|
|
90
89
|
"Allow interactions": "Allow interactions",
|
|
91
|
-
"An error occured": "An error occured",
|
|
92
90
|
"Are you sure you want to cancel your changes?": "Are you sure you want to cancel your changes?",
|
|
93
91
|
"Are you sure you want to clone this map and all its datalayers?": "Are you sure you want to clone this map and all its datalayers?",
|
|
94
92
|
"Are you sure you want to delete the feature?": "Are you sure you want to delete the feature?",
|
|
@@ -99,7 +97,6 @@
|
|
|
99
97
|
"Attach the map to my account": "Attach the map to my account",
|
|
100
98
|
"Auto": "Auto",
|
|
101
99
|
"Autostart when map is loaded": "Autostart when map is loaded",
|
|
102
|
-
"Bring feature to center": "Bring feature to center",
|
|
103
100
|
"Browse data": "Browse data",
|
|
104
101
|
"Cancel edits": "Cancel edits",
|
|
105
102
|
"Center map on your location": "Center map on your location",
|
|
@@ -159,7 +156,6 @@
|
|
|
159
156
|
"Embed the map": "Embed the map",
|
|
160
157
|
"Empty": "Empty",
|
|
161
158
|
"Error in the tilelayer URL": "Error in the tilelayer URL",
|
|
162
|
-
"Error while fetching {url}": "Error while fetching {url}",
|
|
163
159
|
"Exit Fullscreen": "Exit Fullscreen",
|
|
164
160
|
"Extract shape to separate feature": "Extract shape to separate feature",
|
|
165
161
|
"Fetch data each time map view changes.": "Fetch data each time map view changes.",
|
|
@@ -219,8 +215,6 @@
|
|
|
219
215
|
"Please choose a format": "Please choose a format",
|
|
220
216
|
"Please enter the name of the property": "Please enter the name of the property",
|
|
221
217
|
"Please enter the new name of this property": "Please enter the new name of this property",
|
|
222
|
-
"Problem in the response": "Problem in the response",
|
|
223
|
-
"Problem in the response format": "Problem in the response format",
|
|
224
218
|
"Properties imported:": "Properties imported:",
|
|
225
219
|
"Provide an URL here": "Provide an URL here",
|
|
226
220
|
"Proxy request": "Proxy request",
|
|
@@ -377,7 +371,6 @@
|
|
|
377
371
|
"Facet keys": "Facet keys",
|
|
378
372
|
"Facet search": "Facet search",
|
|
379
373
|
"Feature properties": "Feature properties",
|
|
380
|
-
"Issue reaching that URL (network problem or CORS protection): {url}": "Issue reaching that URL (network problem or CORS protection): {url}",
|
|
381
374
|
"Latest feature": "Latest feature",
|
|
382
375
|
"No results for these facets": "No results for these facets",
|
|
383
376
|
"Saved center and zoom": "Saved center and zoom",
|
|
@@ -392,8 +385,6 @@
|
|
|
392
385
|
"Datalayers": "Datalayers",
|
|
393
386
|
"Secret edit link:": "Secret edit link:",
|
|
394
387
|
"Who can edit \"{layer}\"": "Who can edit \"{layer}\"",
|
|
395
|
-
"Current map view": "Current map view",
|
|
396
|
-
"Filter": "Filter",
|
|
397
388
|
"Choropleth": "Choropleth",
|
|
398
389
|
"Choropleth breakpoints": "Choropleth breakpoints",
|
|
399
390
|
"Choropleth classes": "Choropleth classes",
|
|
@@ -440,6 +431,5 @@
|
|
|
440
431
|
"Type a place name or coordinates": "Type a place name or coordinates",
|
|
441
432
|
"copy": "copy",
|
|
442
433
|
"full backup": "full backup",
|
|
443
|
-
"settings": "settings"
|
|
444
|
-
"{count} features in this layer": "{count} features in this layer"
|
|
434
|
+
"settings": "settings"
|
|
445
435
|
}
|
umap/static/umap/locale/zh.js
CHANGED
|
@@ -78,7 +78,6 @@ const locale = {
|
|
|
78
78
|
"**double star for bold**": "**两个星号表示粗体**",
|
|
79
79
|
"A comma separated list of numbers that defines the stroke dash pattern. Ex.: \"5, 10, 15\".": "A comma separated list of numbers that defines the stroke dash pattern. Ex.: \"5, 10, 15\".",
|
|
80
80
|
"About": "关于",
|
|
81
|
-
"Action not allowed :(": "操作不允许",
|
|
82
81
|
"Activate slideshow mode": "Activate slideshow mode",
|
|
83
82
|
"Add a layer": "增加图层",
|
|
84
83
|
"Add a line to the current multi": "Add a line to the current multi",
|
|
@@ -88,7 +87,6 @@ const locale = {
|
|
|
88
87
|
"Advanced properties": "高级属性",
|
|
89
88
|
"All properties are imported.": "属性已导入。",
|
|
90
89
|
"Allow interactions": "Allow interactions",
|
|
91
|
-
"An error occured": "发生错误",
|
|
92
90
|
"Are you sure you want to cancel your changes?": "是否确定取消改变?",
|
|
93
91
|
"Are you sure you want to clone this map and all its datalayers?": "是否确定复制这个地图及其所有数据图层?",
|
|
94
92
|
"Are you sure you want to delete the feature?": "是否确定删除该要素?",
|
|
@@ -99,7 +97,6 @@ const locale = {
|
|
|
99
97
|
"Attach the map to my account": "Attach the map to my account",
|
|
100
98
|
"Auto": "自动",
|
|
101
99
|
"Autostart when map is loaded": "Autostart when map is loaded",
|
|
102
|
-
"Bring feature to center": "移到以对象为中心",
|
|
103
100
|
"Browse data": "浏览数据",
|
|
104
101
|
"Cancel edits": "取消编辑",
|
|
105
102
|
"Center map on your location": "Center map on your location",
|
|
@@ -159,7 +156,6 @@ const locale = {
|
|
|
159
156
|
"Embed the map": "嵌入地图",
|
|
160
157
|
"Empty": "空",
|
|
161
158
|
"Error in the tilelayer URL": "瓦片图层URL错误",
|
|
162
|
-
"Error while fetching {url}": "Error while fetching {url}",
|
|
163
159
|
"Exit Fullscreen": "Exit Fullscreen",
|
|
164
160
|
"Extract shape to separate feature": "Extract shape to separate feature",
|
|
165
161
|
"Fetch data each time map view changes.": "Fetch data each time map view changes.",
|
|
@@ -219,8 +215,6 @@ const locale = {
|
|
|
219
215
|
"Please choose a format": "请选择一种格式",
|
|
220
216
|
"Please enter the name of the property": "请输入属性名称",
|
|
221
217
|
"Please enter the new name of this property": "请输入属性的新名称",
|
|
222
|
-
"Problem in the response": "响应错误",
|
|
223
|
-
"Problem in the response format": "响应内容格式问题",
|
|
224
218
|
"Properties imported:": "Properties imported:",
|
|
225
219
|
"Provide an URL here": "提供URL",
|
|
226
220
|
"Proxy request": "Proxy request",
|
|
@@ -377,7 +371,6 @@ const locale = {
|
|
|
377
371
|
"Facet keys": "Facet keys",
|
|
378
372
|
"Facet search": "Facet search",
|
|
379
373
|
"Feature properties": "Feature properties",
|
|
380
|
-
"Issue reaching that URL (network problem or CORS protection): {url}": "Issue reaching that URL (network problem or CORS protection): {url}",
|
|
381
374
|
"Latest feature": "Latest feature",
|
|
382
375
|
"No results for these facets": "No results for these facets",
|
|
383
376
|
"Saved center and zoom": "Saved center and zoom",
|
|
@@ -392,8 +385,6 @@ const locale = {
|
|
|
392
385
|
"Datalayers": "Datalayers",
|
|
393
386
|
"Secret edit link:": "Secret edit link:",
|
|
394
387
|
"Who can edit \"{layer}\"": "Who can edit \"{layer}\"",
|
|
395
|
-
"Current map view": "Current map view",
|
|
396
|
-
"Filter": "Filter",
|
|
397
388
|
"Choropleth": "Choropleth",
|
|
398
389
|
"Choropleth breakpoints": "Choropleth breakpoints",
|
|
399
390
|
"Choropleth classes": "Choropleth classes",
|
|
@@ -440,8 +431,7 @@ const locale = {
|
|
|
440
431
|
"Type a place name or coordinates": "Type a place name or coordinates",
|
|
441
432
|
"copy": "copy",
|
|
442
433
|
"full backup": "full backup",
|
|
443
|
-
"settings": "settings"
|
|
444
|
-
"{count} features in this layer": "{count} features in this layer"
|
|
434
|
+
"settings": "settings"
|
|
445
435
|
}
|
|
446
436
|
L.registerLocale("zh", locale)
|
|
447
437
|
L.setLocale("zh")
|
umap/static/umap/locale/zh.json
CHANGED
|
@@ -78,7 +78,6 @@
|
|
|
78
78
|
"**double star for bold**": "**两个星号表示粗体**",
|
|
79
79
|
"A comma separated list of numbers that defines the stroke dash pattern. Ex.: \"5, 10, 15\".": "A comma separated list of numbers that defines the stroke dash pattern. Ex.: \"5, 10, 15\".",
|
|
80
80
|
"About": "关于",
|
|
81
|
-
"Action not allowed :(": "操作不允许",
|
|
82
81
|
"Activate slideshow mode": "Activate slideshow mode",
|
|
83
82
|
"Add a layer": "增加图层",
|
|
84
83
|
"Add a line to the current multi": "Add a line to the current multi",
|
|
@@ -88,7 +87,6 @@
|
|
|
88
87
|
"Advanced properties": "高级属性",
|
|
89
88
|
"All properties are imported.": "属性已导入。",
|
|
90
89
|
"Allow interactions": "Allow interactions",
|
|
91
|
-
"An error occured": "发生错误",
|
|
92
90
|
"Are you sure you want to cancel your changes?": "是否确定取消改变?",
|
|
93
91
|
"Are you sure you want to clone this map and all its datalayers?": "是否确定复制这个地图及其所有数据图层?",
|
|
94
92
|
"Are you sure you want to delete the feature?": "是否确定删除该要素?",
|
|
@@ -99,7 +97,6 @@
|
|
|
99
97
|
"Attach the map to my account": "Attach the map to my account",
|
|
100
98
|
"Auto": "自动",
|
|
101
99
|
"Autostart when map is loaded": "Autostart when map is loaded",
|
|
102
|
-
"Bring feature to center": "移到以对象为中心",
|
|
103
100
|
"Browse data": "浏览数据",
|
|
104
101
|
"Cancel edits": "取消编辑",
|
|
105
102
|
"Center map on your location": "Center map on your location",
|
|
@@ -159,7 +156,6 @@
|
|
|
159
156
|
"Embed the map": "嵌入地图",
|
|
160
157
|
"Empty": "空",
|
|
161
158
|
"Error in the tilelayer URL": "瓦片图层URL错误",
|
|
162
|
-
"Error while fetching {url}": "Error while fetching {url}",
|
|
163
159
|
"Exit Fullscreen": "Exit Fullscreen",
|
|
164
160
|
"Extract shape to separate feature": "Extract shape to separate feature",
|
|
165
161
|
"Fetch data each time map view changes.": "Fetch data each time map view changes.",
|
|
@@ -219,8 +215,6 @@
|
|
|
219
215
|
"Please choose a format": "请选择一种格式",
|
|
220
216
|
"Please enter the name of the property": "请输入属性名称",
|
|
221
217
|
"Please enter the new name of this property": "请输入属性的新名称",
|
|
222
|
-
"Problem in the response": "响应错误",
|
|
223
|
-
"Problem in the response format": "响应内容格式问题",
|
|
224
218
|
"Properties imported:": "Properties imported:",
|
|
225
219
|
"Provide an URL here": "提供URL",
|
|
226
220
|
"Proxy request": "Proxy request",
|
|
@@ -377,7 +371,6 @@
|
|
|
377
371
|
"Facet keys": "Facet keys",
|
|
378
372
|
"Facet search": "Facet search",
|
|
379
373
|
"Feature properties": "Feature properties",
|
|
380
|
-
"Issue reaching that URL (network problem or CORS protection): {url}": "Issue reaching that URL (network problem or CORS protection): {url}",
|
|
381
374
|
"Latest feature": "Latest feature",
|
|
382
375
|
"No results for these facets": "No results for these facets",
|
|
383
376
|
"Saved center and zoom": "Saved center and zoom",
|
|
@@ -392,8 +385,6 @@
|
|
|
392
385
|
"Datalayers": "Datalayers",
|
|
393
386
|
"Secret edit link:": "Secret edit link:",
|
|
394
387
|
"Who can edit \"{layer}\"": "Who can edit \"{layer}\"",
|
|
395
|
-
"Current map view": "Current map view",
|
|
396
|
-
"Filter": "Filter",
|
|
397
388
|
"Choropleth": "Choropleth",
|
|
398
389
|
"Choropleth breakpoints": "Choropleth breakpoints",
|
|
399
390
|
"Choropleth classes": "Choropleth classes",
|
|
@@ -440,6 +431,5 @@
|
|
|
440
431
|
"Type a place name or coordinates": "Type a place name or coordinates",
|
|
441
432
|
"copy": "copy",
|
|
442
433
|
"full backup": "full backup",
|
|
443
|
-
"settings": "settings"
|
|
444
|
-
"{count} features in this layer": "{count} features in this layer"
|
|
434
|
+
"settings": "settings"
|
|
445
435
|
}
|
|
@@ -78,7 +78,6 @@
|
|
|
78
78
|
"**double star for bold**": "**double star for bold**",
|
|
79
79
|
"A comma separated list of numbers that defines the stroke dash pattern. Ex.: \"5, 10, 15\".": "A comma separated list of numbers that defines the stroke dash pattern. Ex.: \"5, 10, 15\".",
|
|
80
80
|
"About": "About",
|
|
81
|
-
"Action not allowed :(": "Action not allowed :(",
|
|
82
81
|
"Activate slideshow mode": "Activate slideshow mode",
|
|
83
82
|
"Add a layer": "Add a layer",
|
|
84
83
|
"Add a line to the current multi": "Add a line to the current multi",
|
|
@@ -88,7 +87,6 @@
|
|
|
88
87
|
"Advanced properties": "Advanced properties",
|
|
89
88
|
"All properties are imported.": "All properties are imported.",
|
|
90
89
|
"Allow interactions": "Allow interactions",
|
|
91
|
-
"An error occured": "An error occured",
|
|
92
90
|
"Are you sure you want to cancel your changes?": "Are you sure you want to cancel your changes?",
|
|
93
91
|
"Are you sure you want to clone this map and all its datalayers?": "Are you sure you want to clone this map and all its datalayers?",
|
|
94
92
|
"Are you sure you want to delete the feature?": "Are you sure you want to delete the feature?",
|
|
@@ -99,7 +97,6 @@
|
|
|
99
97
|
"Attach the map to my account": "Attach the map to my account",
|
|
100
98
|
"Auto": "Auto",
|
|
101
99
|
"Autostart when map is loaded": "Autostart when map is loaded",
|
|
102
|
-
"Bring feature to center": "Bring feature to center",
|
|
103
100
|
"Browse data": "Browse data",
|
|
104
101
|
"Cancel edits": "Cancel edits",
|
|
105
102
|
"Center map on your location": "Center map on your location",
|
|
@@ -159,7 +156,6 @@
|
|
|
159
156
|
"Embed the map": "Embed the map",
|
|
160
157
|
"Empty": "Empty",
|
|
161
158
|
"Error in the tilelayer URL": "Error in the tilelayer URL",
|
|
162
|
-
"Error while fetching {url}": "Error while fetching {url}",
|
|
163
159
|
"Exit Fullscreen": "Exit Fullscreen",
|
|
164
160
|
"Extract shape to separate feature": "Extract shape to separate feature",
|
|
165
161
|
"Fetch data each time map view changes.": "Fetch data each time map view changes.",
|
|
@@ -219,8 +215,6 @@
|
|
|
219
215
|
"Please choose a format": "Please choose a format",
|
|
220
216
|
"Please enter the name of the property": "Please enter the name of the property",
|
|
221
217
|
"Please enter the new name of this property": "Please enter the new name of this property",
|
|
222
|
-
"Problem in the response": "Problem in the response",
|
|
223
|
-
"Problem in the response format": "Problem in the response format",
|
|
224
218
|
"Properties imported:": "Properties imported:",
|
|
225
219
|
"Provide an URL here": "Provide an URL here",
|
|
226
220
|
"Proxy request": "Proxy request",
|
|
@@ -377,7 +371,6 @@
|
|
|
377
371
|
"Facet keys": "Facet keys",
|
|
378
372
|
"Facet search": "Facet search",
|
|
379
373
|
"Feature properties": "Feature properties",
|
|
380
|
-
"Issue reaching that URL (network problem or CORS protection): {url}": "Issue reaching that URL (network problem or CORS protection): {url}",
|
|
381
374
|
"Latest feature": "Latest feature",
|
|
382
375
|
"No results for these facets": "No results for these facets",
|
|
383
376
|
"Saved center and zoom": "Saved center and zoom",
|
|
@@ -392,8 +385,6 @@
|
|
|
392
385
|
"Datalayers": "Datalayers",
|
|
393
386
|
"Secret edit link:": "Secret edit link:",
|
|
394
387
|
"Who can edit \"{layer}\"": "Who can edit \"{layer}\"",
|
|
395
|
-
"Current map view": "Current map view",
|
|
396
|
-
"Filter": "Filter",
|
|
397
388
|
"Choropleth": "Choropleth",
|
|
398
389
|
"Choropleth breakpoints": "Choropleth breakpoints",
|
|
399
390
|
"Choropleth classes": "Choropleth classes",
|
|
@@ -440,6 +431,5 @@
|
|
|
440
431
|
"Type a place name or coordinates": "Type a place name or coordinates",
|
|
441
432
|
"copy": "copy",
|
|
442
433
|
"full backup": "full backup",
|
|
443
|
-
"settings": "settings"
|
|
444
|
-
"{count} features in this layer": "{count} features in this layer"
|
|
434
|
+
"settings": "settings"
|
|
445
435
|
}
|
|
@@ -78,7 +78,6 @@
|
|
|
78
78
|
"**double star for bold**": "**double star for bold**",
|
|
79
79
|
"A comma separated list of numbers that defines the stroke dash pattern. Ex.: \"5, 10, 15\".": "A comma separated list of numbers that defines the stroke dash pattern. Ex.: \"5, 10, 15\".",
|
|
80
80
|
"About": "About",
|
|
81
|
-
"Action not allowed :(": "Action not allowed :(",
|
|
82
81
|
"Activate slideshow mode": "Activate slideshow mode",
|
|
83
82
|
"Add a layer": "Add a layer",
|
|
84
83
|
"Add a line to the current multi": "Add a line to the current multi",
|
|
@@ -88,7 +87,6 @@
|
|
|
88
87
|
"Advanced properties": "Advanced properties",
|
|
89
88
|
"All properties are imported.": "All properties are imported.",
|
|
90
89
|
"Allow interactions": "Allow interactions",
|
|
91
|
-
"An error occured": "An error occured",
|
|
92
90
|
"Are you sure you want to cancel your changes?": "Are you sure you want to cancel your changes?",
|
|
93
91
|
"Are you sure you want to clone this map and all its datalayers?": "Are you sure you want to clone this map and all its datalayers?",
|
|
94
92
|
"Are you sure you want to delete the feature?": "Are you sure you want to delete the feature?",
|
|
@@ -99,7 +97,6 @@
|
|
|
99
97
|
"Attach the map to my account": "Attach the map to my account",
|
|
100
98
|
"Auto": "Auto",
|
|
101
99
|
"Autostart when map is loaded": "Autostart when map is loaded",
|
|
102
|
-
"Bring feature to center": "Bring feature to center",
|
|
103
100
|
"Browse data": "Browse data",
|
|
104
101
|
"Cancel edits": "Cancel edits",
|
|
105
102
|
"Center map on your location": "Center map on your location",
|
|
@@ -159,7 +156,6 @@
|
|
|
159
156
|
"Embed the map": "Embed the map",
|
|
160
157
|
"Empty": "Empty",
|
|
161
158
|
"Error in the tilelayer URL": "Error in the tilelayer URL",
|
|
162
|
-
"Error while fetching {url}": "Error while fetching {url}",
|
|
163
159
|
"Exit Fullscreen": "Exit Fullscreen",
|
|
164
160
|
"Extract shape to separate feature": "Extract shape to separate feature",
|
|
165
161
|
"Fetch data each time map view changes.": "Fetch data each time map view changes.",
|
|
@@ -219,8 +215,6 @@
|
|
|
219
215
|
"Please choose a format": "Please choose a format",
|
|
220
216
|
"Please enter the name of the property": "Please enter the name of the property",
|
|
221
217
|
"Please enter the new name of this property": "Please enter the new name of this property",
|
|
222
|
-
"Problem in the response": "Problem in the response",
|
|
223
|
-
"Problem in the response format": "Problem in the response format",
|
|
224
218
|
"Properties imported:": "Properties imported:",
|
|
225
219
|
"Provide an URL here": "Provide an URL here",
|
|
226
220
|
"Proxy request": "Proxy request",
|
|
@@ -377,7 +371,6 @@
|
|
|
377
371
|
"Facet keys": "Facet keys",
|
|
378
372
|
"Facet search": "Facet search",
|
|
379
373
|
"Feature properties": "Feature properties",
|
|
380
|
-
"Issue reaching that URL (network problem or CORS protection): {url}": "Issue reaching that URL (network problem or CORS protection): {url}",
|
|
381
374
|
"Latest feature": "Latest feature",
|
|
382
375
|
"No results for these facets": "No results for these facets",
|
|
383
376
|
"Saved center and zoom": "Saved center and zoom",
|
|
@@ -392,8 +385,6 @@
|
|
|
392
385
|
"Datalayers": "Datalayers",
|
|
393
386
|
"Secret edit link:": "Secret edit link:",
|
|
394
387
|
"Who can edit \"{layer}\"": "Who can edit \"{layer}\"",
|
|
395
|
-
"Current map view": "Current map view",
|
|
396
|
-
"Filter": "Filter",
|
|
397
388
|
"Choropleth": "Choropleth",
|
|
398
389
|
"Choropleth breakpoints": "Choropleth breakpoints",
|
|
399
390
|
"Choropleth classes": "Choropleth classes",
|
|
@@ -440,6 +431,5 @@
|
|
|
440
431
|
"Type a place name or coordinates": "Type a place name or coordinates",
|
|
441
432
|
"copy": "copy",
|
|
442
433
|
"full backup": "full backup",
|
|
443
|
-
"settings": "settings"
|
|
444
|
-
"{count} features in this layer": "{count} features in this layer"
|
|
434
|
+
"settings": "settings"
|
|
445
435
|
}
|
umap/static/umap/locale/zh_TW.js
CHANGED
|
@@ -78,7 +78,6 @@ const locale = {
|
|
|
78
78
|
"**double star for bold**": "** 重複兩次星號代表粗體 **",
|
|
79
79
|
"A comma separated list of numbers that defines the stroke dash pattern. Ex.: \"5, 10, 15\".": "用逗號來分隔一列列的虛線模式,例如:\"5, 10, 15\"。",
|
|
80
80
|
"About": "關於",
|
|
81
|
-
"Action not allowed :(": "行為不被允許:(",
|
|
82
81
|
"Activate slideshow mode": "開啟幻燈片模式",
|
|
83
82
|
"Add a layer": "新增圖層",
|
|
84
83
|
"Add a line to the current multi": "新增線段",
|
|
@@ -88,7 +87,6 @@ const locale = {
|
|
|
88
87
|
"Advanced properties": "進階屬性",
|
|
89
88
|
"All properties are imported.": "所有物件皆已匯入",
|
|
90
89
|
"Allow interactions": "允許互動",
|
|
91
|
-
"An error occured": "發生錯誤",
|
|
92
90
|
"Are you sure you want to cancel your changes?": "您確定要取消您所做的變更?",
|
|
93
91
|
"Are you sure you want to clone this map and all its datalayers?": "您確定要複製此地圖及所有資料圖層?",
|
|
94
92
|
"Are you sure you want to delete the feature?": "您確定要刪除該圖徵?",
|
|
@@ -99,7 +97,6 @@ const locale = {
|
|
|
99
97
|
"Attach the map to my account": "將地圖加入到我的帳號",
|
|
100
98
|
"Auto": "自動",
|
|
101
99
|
"Autostart when map is loaded": "當讀取地圖時自動啟動",
|
|
102
|
-
"Bring feature to center": "將圖徵置中",
|
|
103
100
|
"Browse data": "瀏覽資料",
|
|
104
101
|
"Cancel edits": "取消編輯",
|
|
105
102
|
"Center map on your location": "將您的位置設為地圖中心",
|
|
@@ -159,7 +156,6 @@ const locale = {
|
|
|
159
156
|
"Embed the map": "嵌入地圖",
|
|
160
157
|
"Empty": "空白",
|
|
161
158
|
"Error in the tilelayer URL": "地圖磚圖層 URL 錯誤",
|
|
162
|
-
"Error while fetching {url}": "擷取網址時發生錯誤 {url}",
|
|
163
159
|
"Exit Fullscreen": "結束全螢幕模式",
|
|
164
160
|
"Extract shape to separate feature": "由外形分離出圖徵",
|
|
165
161
|
"Fetch data each time map view changes.": "每次地圖檢視改變時截取資料。",
|
|
@@ -219,8 +215,6 @@ const locale = {
|
|
|
219
215
|
"Please choose a format": "請選擇地圖格式",
|
|
220
216
|
"Please enter the name of the property": "請輸入物件名稱",
|
|
221
217
|
"Please enter the new name of this property": "請輸入新的物件名稱",
|
|
222
|
-
"Problem in the response": "回應出現錯誤",
|
|
223
|
-
"Problem in the response format": "回應的格式出現錯誤",
|
|
224
218
|
"Properties imported:": "屬性匯入完成",
|
|
225
219
|
"Provide an URL here": "提供 URL網址",
|
|
226
220
|
"Proxy request": "使用代理請求",
|
|
@@ -377,7 +371,6 @@ const locale = {
|
|
|
377
371
|
"Facet keys": "方面鍵",
|
|
378
372
|
"Facet search": "方面搜尋",
|
|
379
373
|
"Feature properties": "圖徵屬性",
|
|
380
|
-
"Issue reaching that URL (network problem or CORS protection): {url}": "問題到達那個網址 (網路問題或是 CORS 保護):{url}",
|
|
381
374
|
"Latest feature": "最新功能",
|
|
382
375
|
"No results for these facets": "各方面沒有結果",
|
|
383
376
|
"Saved center and zoom": "儲存地圖中心點位置與縮放大小",
|
|
@@ -392,8 +385,6 @@ const locale = {
|
|
|
392
385
|
"Datalayers": "資料圖層",
|
|
393
386
|
"Secret edit link:": "祕密編輯連結:",
|
|
394
387
|
"Who can edit \"{layer}\"": "誰有權限編輯 \"{layer}\"",
|
|
395
|
-
"Current map view": "目前地圖檢視",
|
|
396
|
-
"Filter": "篩選",
|
|
397
388
|
"Choropleth": "等時線圖",
|
|
398
389
|
"Choropleth breakpoints": "等時線圖點",
|
|
399
390
|
"Choropleth classes": "等時線圖類型",
|
|
@@ -424,24 +415,23 @@ const locale = {
|
|
|
424
415
|
"If false, the polygon or line will act as a part of the underlying map.": "選擇「否」時,多邊形物件會被當成為底圖的一部分。",
|
|
425
416
|
"Save map": "儲存地圖",
|
|
426
417
|
"Toggle edit mode": "切換編輯模式",
|
|
427
|
-
"All data and settings of the map": "
|
|
428
|
-
"Embed and link options": "
|
|
429
|
-
"Go to \"{coords}\"": "
|
|
430
|
-
"Link to view the map": "
|
|
431
|
-
"No.": "
|
|
432
|
-
"Only visible layers' data": "
|
|
433
|
-
"Open share & download panel": "
|
|
434
|
-
"OpenStreetMap": "
|
|
435
|
-
"See on OpenStreetMap": "
|
|
436
|
-
"Share and download": "
|
|
437
|
-
"Share this link to open a customized map view": "
|
|
438
|
-
"Short link": "
|
|
439
|
-
"Street": "
|
|
440
|
-
"Type a place name or coordinates": "
|
|
441
|
-
"copy": "
|
|
442
|
-
"full backup": "
|
|
443
|
-
"settings": "
|
|
444
|
-
"{count} features in this layer": "{count} features in this layer"
|
|
418
|
+
"All data and settings of the map": "地圖的所有資料與設定",
|
|
419
|
+
"Embed and link options": "嵌入與連結選項",
|
|
420
|
+
"Go to \"{coords}\"": "去 \"{coords}\"",
|
|
421
|
+
"Link to view the map": "檢視地圖的連結",
|
|
422
|
+
"No.": "無。",
|
|
423
|
+
"Only visible layers' data": "只有可見圖層的資料",
|
|
424
|
+
"Open share & download panel": "開啟分享與下載面板",
|
|
425
|
+
"OpenStreetMap": "開放街圖",
|
|
426
|
+
"See on OpenStreetMap": "在開放街圖檢視",
|
|
427
|
+
"Share and download": "分享與下載",
|
|
428
|
+
"Share this link to open a customized map view": "分享這連結來開啟客製化地圖檢視",
|
|
429
|
+
"Short link": "短網址",
|
|
430
|
+
"Street": "道路",
|
|
431
|
+
"Type a place name or coordinates": "輸入地點名稱或是座標",
|
|
432
|
+
"copy": "複製",
|
|
433
|
+
"full backup": " 完全備份",
|
|
434
|
+
"settings": "設定"
|
|
445
435
|
}
|
|
446
436
|
L.registerLocale("zh_TW", locale)
|
|
447
437
|
L.setLocale("zh_TW")
|
|
@@ -78,7 +78,6 @@
|
|
|
78
78
|
"**double star for bold**": "** 重複兩次星號代表粗體 **",
|
|
79
79
|
"A comma separated list of numbers that defines the stroke dash pattern. Ex.: \"5, 10, 15\".": "用逗號來分隔一列列的虛線模式,例如:\"5, 10, 15\"。",
|
|
80
80
|
"About": "關於",
|
|
81
|
-
"Action not allowed :(": "行為不被允許:(",
|
|
82
81
|
"Activate slideshow mode": "開啟幻燈片模式",
|
|
83
82
|
"Add a layer": "新增圖層",
|
|
84
83
|
"Add a line to the current multi": "新增線段",
|
|
@@ -88,7 +87,6 @@
|
|
|
88
87
|
"Advanced properties": "進階屬性",
|
|
89
88
|
"All properties are imported.": "所有物件皆已匯入",
|
|
90
89
|
"Allow interactions": "允許互動",
|
|
91
|
-
"An error occured": "發生錯誤",
|
|
92
90
|
"Are you sure you want to cancel your changes?": "您確定要取消您所做的變更?",
|
|
93
91
|
"Are you sure you want to clone this map and all its datalayers?": "您確定要複製此地圖及所有資料圖層?",
|
|
94
92
|
"Are you sure you want to delete the feature?": "您確定要刪除該圖徵?",
|
|
@@ -99,7 +97,6 @@
|
|
|
99
97
|
"Attach the map to my account": "將地圖加入到我的帳號",
|
|
100
98
|
"Auto": "自動",
|
|
101
99
|
"Autostart when map is loaded": "當讀取地圖時自動啟動",
|
|
102
|
-
"Bring feature to center": "將圖徵置中",
|
|
103
100
|
"Browse data": "瀏覽資料",
|
|
104
101
|
"Cancel edits": "取消編輯",
|
|
105
102
|
"Center map on your location": "將您的位置設為地圖中心",
|
|
@@ -159,7 +156,6 @@
|
|
|
159
156
|
"Embed the map": "嵌入地圖",
|
|
160
157
|
"Empty": "空白",
|
|
161
158
|
"Error in the tilelayer URL": "地圖磚圖層 URL 錯誤",
|
|
162
|
-
"Error while fetching {url}": "擷取網址時發生錯誤 {url}",
|
|
163
159
|
"Exit Fullscreen": "結束全螢幕模式",
|
|
164
160
|
"Extract shape to separate feature": "由外形分離出圖徵",
|
|
165
161
|
"Fetch data each time map view changes.": "每次地圖檢視改變時截取資料。",
|
|
@@ -219,8 +215,6 @@
|
|
|
219
215
|
"Please choose a format": "請選擇地圖格式",
|
|
220
216
|
"Please enter the name of the property": "請輸入物件名稱",
|
|
221
217
|
"Please enter the new name of this property": "請輸入新的物件名稱",
|
|
222
|
-
"Problem in the response": "回應出現錯誤",
|
|
223
|
-
"Problem in the response format": "回應的格式出現錯誤",
|
|
224
218
|
"Properties imported:": "屬性匯入完成",
|
|
225
219
|
"Provide an URL here": "提供 URL網址",
|
|
226
220
|
"Proxy request": "使用代理請求",
|
|
@@ -377,7 +371,6 @@
|
|
|
377
371
|
"Facet keys": "方面鍵",
|
|
378
372
|
"Facet search": "方面搜尋",
|
|
379
373
|
"Feature properties": "圖徵屬性",
|
|
380
|
-
"Issue reaching that URL (network problem or CORS protection): {url}": "問題到達那個網址 (網路問題或是 CORS 保護):{url}",
|
|
381
374
|
"Latest feature": "最新功能",
|
|
382
375
|
"No results for these facets": "各方面沒有結果",
|
|
383
376
|
"Saved center and zoom": "儲存地圖中心點位置與縮放大小",
|
|
@@ -392,8 +385,6 @@
|
|
|
392
385
|
"Datalayers": "資料圖層",
|
|
393
386
|
"Secret edit link:": "祕密編輯連結:",
|
|
394
387
|
"Who can edit \"{layer}\"": "誰有權限編輯 \"{layer}\"",
|
|
395
|
-
"Current map view": "目前地圖檢視",
|
|
396
|
-
"Filter": "篩選",
|
|
397
388
|
"Choropleth": "等時線圖",
|
|
398
389
|
"Choropleth breakpoints": "等時線圖點",
|
|
399
390
|
"Choropleth classes": "等時線圖類型",
|
|
@@ -424,22 +415,21 @@
|
|
|
424
415
|
"If false, the polygon or line will act as a part of the underlying map.": "選擇「否」時,多邊形物件會被當成為底圖的一部分。",
|
|
425
416
|
"Save map": "儲存地圖",
|
|
426
417
|
"Toggle edit mode": "切換編輯模式",
|
|
427
|
-
"All data and settings of the map": "
|
|
428
|
-
"Embed and link options": "
|
|
429
|
-
"Go to \"{coords}\"": "
|
|
430
|
-
"Link to view the map": "
|
|
431
|
-
"No.": "
|
|
432
|
-
"Only visible layers' data": "
|
|
433
|
-
"Open share & download panel": "
|
|
434
|
-
"OpenStreetMap": "
|
|
435
|
-
"See on OpenStreetMap": "
|
|
436
|
-
"Share and download": "
|
|
437
|
-
"Share this link to open a customized map view": "
|
|
438
|
-
"Short link": "
|
|
439
|
-
"Street": "
|
|
440
|
-
"Type a place name or coordinates": "
|
|
441
|
-
"copy": "
|
|
442
|
-
"full backup": "
|
|
443
|
-
"settings": "
|
|
444
|
-
"{count} features in this layer": "{count} features in this layer"
|
|
418
|
+
"All data and settings of the map": "地圖的所有資料與設定",
|
|
419
|
+
"Embed and link options": "嵌入與連結選項",
|
|
420
|
+
"Go to \"{coords}\"": "去 \"{coords}\"",
|
|
421
|
+
"Link to view the map": "檢視地圖的連結",
|
|
422
|
+
"No.": "無。",
|
|
423
|
+
"Only visible layers' data": "只有可見圖層的資料",
|
|
424
|
+
"Open share & download panel": "開啟分享與下載面板",
|
|
425
|
+
"OpenStreetMap": "開放街圖",
|
|
426
|
+
"See on OpenStreetMap": "在開放街圖檢視",
|
|
427
|
+
"Share and download": "分享與下載",
|
|
428
|
+
"Share this link to open a customized map view": "分享這連結來開啟客製化地圖檢視",
|
|
429
|
+
"Short link": "短網址",
|
|
430
|
+
"Street": "道路",
|
|
431
|
+
"Type a place name or coordinates": "輸入地點名稱或是座標",
|
|
432
|
+
"copy": "複製",
|
|
433
|
+
"full backup": " 完全備份",
|
|
434
|
+
"settings": "設定"
|
|
445
435
|
}
|
umap/static/umap/map.css
CHANGED
|
@@ -1322,10 +1322,10 @@ a.add-datalayer:hover,
|
|
|
1322
1322
|
margin: 5px;
|
|
1323
1323
|
}
|
|
1324
1324
|
a[href^='mailto']::before {
|
|
1325
|
-
content: '
|
|
1325
|
+
content: '✉︎ ';
|
|
1326
1326
|
}
|
|
1327
1327
|
a[href^='tel']::before {
|
|
1328
|
-
content: '
|
|
1328
|
+
content: '☎︎ ';
|
|
1329
1329
|
}
|
|
1330
1330
|
address span {
|
|
1331
1331
|
padding-right: 5px;
|
umap/static/umap/nav.css
CHANGED
|
@@ -36,7 +36,7 @@ footer .i18n_switch {
|
|
|
36
36
|
flex-direction: column;
|
|
37
37
|
}
|
|
38
38
|
.umap-nav a {
|
|
39
|
-
color: #
|
|
39
|
+
color: #263B58;
|
|
40
40
|
padding: .4rem;
|
|
41
41
|
}
|
|
42
42
|
.umap-nav a:hover {
|
|
@@ -57,6 +57,7 @@ footer .i18n_switch {
|
|
|
57
57
|
}
|
|
58
58
|
.umap-nav ul {
|
|
59
59
|
text-align: center;
|
|
60
|
+
font-weight: bold;
|
|
60
61
|
}
|
|
61
62
|
.umap-nav ul li {
|
|
62
63
|
line-height: 2.5rem;
|