umap-project 2.3.1__py3-none-any.whl → 2.4.0b0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- umap/.DS_Store +0 -0
- umap/__init__.py +1 -1
- umap/locale/en/LC_MESSAGES/django.po +81 -31
- umap/locale/fr/LC_MESSAGES/django.mo +0 -0
- umap/locale/fr/LC_MESSAGES/django.po +109 -59
- umap/management/commands/run_websocket_server.py +23 -0
- umap/models.py +6 -1
- umap/settings/base.py +11 -3
- umap/static/.DS_Store +0 -0
- umap/static/umap/.DS_Store +0 -0
- umap/static/umap/base.css +53 -162
- umap/static/umap/content.css +3 -2
- umap/static/umap/css/dialog.css +18 -0
- umap/static/umap/css/icon.css +8 -0
- umap/static/umap/css/importers.css +44 -0
- umap/static/umap/css/panel.css +19 -57
- umap/static/umap/css/tooltip.css +59 -0
- umap/static/umap/css/window.css +35 -0
- umap/static/umap/favicons/.DS_Store +0 -0
- umap/static/umap/fonts/.DS_Store +0 -0
- umap/static/umap/img/.DS_Store +0 -0
- umap/static/umap/img/alert-icon-error.svg +8 -0
- umap/static/umap/img/alert-icon-info.svg +4 -0
- umap/static/umap/img/alert-icon-success.svg +3 -0
- umap/static/umap/img/icon-external-link.svg +3 -0
- umap/static/umap/img/importers/communesfr.svg +5 -0
- umap/static/umap/img/importers/datasets.svg +13 -0
- umap/static/umap/img/importers/geodatamine.svg +10 -0
- umap/static/umap/img/importers/overpass.svg +7 -0
- umap/static/umap/img/importers/random.svg +18 -0
- umap/static/umap/img/importers/random1.svg +4 -0
- umap/static/umap/img/importers/random2.svg +4 -0
- umap/static/umap/img/source/.DS_Store +0 -0
- umap/static/umap/js/components/alerts/alert.css +160 -0
- umap/static/umap/js/components/alerts/alert.js +169 -0
- umap/static/umap/js/components/base.js +54 -0
- umap/static/umap/js/modules/autocomplete.js +347 -0
- umap/static/umap/js/modules/browser.js +1 -1
- umap/static/umap/js/modules/caption.js +4 -3
- umap/static/umap/js/modules/global.js +36 -12
- umap/static/umap/js/modules/help.js +255 -0
- umap/static/umap/js/modules/importer.js +280 -0
- umap/static/umap/js/modules/importers/communesfr.js +44 -0
- umap/static/umap/js/modules/importers/datasets.js +41 -0
- umap/static/umap/js/modules/importers/geodatamine.js +95 -0
- umap/static/umap/js/modules/importers/overpass.js +84 -0
- umap/static/umap/js/modules/request.js +12 -14
- umap/static/umap/js/modules/rules.js +241 -0
- umap/static/umap/js/modules/schema.js +63 -14
- umap/static/umap/js/modules/sync/engine.js +93 -0
- umap/static/umap/js/modules/sync/updaters.js +109 -0
- umap/static/umap/js/modules/sync/websocket.js +25 -0
- umap/static/umap/js/modules/ui/dialog.js +52 -0
- umap/static/umap/js/modules/{panel.js → ui/panel.js} +25 -14
- umap/static/umap/js/modules/ui/tooltip.js +116 -0
- umap/static/umap/js/modules/utils.js +25 -18
- umap/static/umap/js/umap.controls.js +13 -14
- umap/static/umap/js/umap.core.js +1 -324
- umap/static/umap/js/umap.features.js +67 -27
- umap/static/umap/js/umap.forms.js +9 -13
- umap/static/umap/js/umap.js +220 -180
- umap/static/umap/js/umap.layer.js +142 -74
- umap/static/umap/js/umap.permissions.js +5 -9
- umap/static/umap/js/umap.tableeditor.js +8 -8
- umap/static/umap/locale/am_ET.js +51 -16
- umap/static/umap/locale/am_ET.json +51 -16
- umap/static/umap/locale/ar.js +51 -16
- umap/static/umap/locale/ar.json +51 -16
- umap/static/umap/locale/ast.js +51 -16
- umap/static/umap/locale/ast.json +51 -16
- umap/static/umap/locale/bg.js +51 -16
- umap/static/umap/locale/bg.json +51 -16
- umap/static/umap/locale/br.js +55 -20
- umap/static/umap/locale/br.json +55 -20
- umap/static/umap/locale/ca.js +51 -16
- umap/static/umap/locale/ca.json +51 -16
- umap/static/umap/locale/cs_CZ.js +93 -58
- umap/static/umap/locale/cs_CZ.json +93 -58
- umap/static/umap/locale/da.js +51 -16
- umap/static/umap/locale/da.json +51 -16
- umap/static/umap/locale/de.js +56 -21
- umap/static/umap/locale/de.json +56 -21
- umap/static/umap/locale/el.js +51 -16
- umap/static/umap/locale/el.json +51 -16
- umap/static/umap/locale/en.js +51 -16
- umap/static/umap/locale/en.json +51 -16
- umap/static/umap/locale/en_US.json +51 -16
- umap/static/umap/locale/es.js +51 -16
- umap/static/umap/locale/es.json +51 -16
- umap/static/umap/locale/et.js +51 -16
- umap/static/umap/locale/et.json +51 -16
- umap/static/umap/locale/eu.js +51 -16
- umap/static/umap/locale/eu.json +51 -16
- umap/static/umap/locale/fa_IR.js +51 -16
- umap/static/umap/locale/fa_IR.json +51 -16
- umap/static/umap/locale/fi.js +51 -16
- umap/static/umap/locale/fi.json +51 -16
- umap/static/umap/locale/fr.js +52 -17
- umap/static/umap/locale/fr.json +52 -17
- umap/static/umap/locale/gl.js +51 -16
- umap/static/umap/locale/gl.json +51 -16
- umap/static/umap/locale/he.js +51 -16
- umap/static/umap/locale/he.json +51 -16
- umap/static/umap/locale/hr.js +51 -16
- umap/static/umap/locale/hr.json +51 -16
- umap/static/umap/locale/hu.js +51 -16
- umap/static/umap/locale/hu.json +51 -16
- umap/static/umap/locale/id.js +51 -16
- umap/static/umap/locale/id.json +51 -16
- umap/static/umap/locale/is.js +51 -16
- umap/static/umap/locale/is.json +51 -16
- umap/static/umap/locale/it.js +51 -16
- umap/static/umap/locale/it.json +51 -16
- umap/static/umap/locale/ja.js +51 -16
- umap/static/umap/locale/ja.json +51 -16
- umap/static/umap/locale/ko.js +51 -16
- umap/static/umap/locale/ko.json +51 -16
- umap/static/umap/locale/lt.js +51 -16
- umap/static/umap/locale/lt.json +51 -16
- umap/static/umap/locale/ms.js +51 -16
- umap/static/umap/locale/ms.json +51 -16
- umap/static/umap/locale/nl.js +51 -16
- umap/static/umap/locale/nl.json +51 -16
- umap/static/umap/locale/no.js +51 -16
- umap/static/umap/locale/no.json +51 -16
- umap/static/umap/locale/pl.js +93 -58
- umap/static/umap/locale/pl.json +93 -58
- umap/static/umap/locale/pl_PL.json +51 -16
- umap/static/umap/locale/pt.js +215 -180
- umap/static/umap/locale/pt.json +215 -180
- umap/static/umap/locale/pt_BR.js +51 -16
- umap/static/umap/locale/pt_BR.json +51 -16
- umap/static/umap/locale/pt_PT.js +51 -16
- umap/static/umap/locale/pt_PT.json +51 -16
- umap/static/umap/locale/ro.js +51 -16
- umap/static/umap/locale/ro.json +51 -16
- umap/static/umap/locale/ru.js +51 -16
- umap/static/umap/locale/ru.json +51 -16
- umap/static/umap/locale/si.js +51 -16
- umap/static/umap/locale/si.json +51 -16
- umap/static/umap/locale/sk_SK.js +51 -16
- umap/static/umap/locale/sk_SK.json +51 -16
- umap/static/umap/locale/sl.js +51 -16
- umap/static/umap/locale/sl.json +51 -16
- umap/static/umap/locale/sr.js +51 -16
- umap/static/umap/locale/sr.json +51 -16
- umap/static/umap/locale/sv.js +51 -16
- umap/static/umap/locale/sv.json +51 -16
- umap/static/umap/locale/th_TH.js +51 -16
- umap/static/umap/locale/th_TH.json +51 -16
- umap/static/umap/locale/tr.js +51 -16
- umap/static/umap/locale/tr.json +51 -16
- umap/static/umap/locale/uk_UA.js +51 -16
- umap/static/umap/locale/uk_UA.json +51 -16
- umap/static/umap/locale/vi.js +51 -16
- umap/static/umap/locale/vi.json +51 -16
- umap/static/umap/locale/vi_VN.json +51 -16
- umap/static/umap/locale/zh.js +51 -16
- umap/static/umap/locale/zh.json +51 -16
- umap/static/umap/locale/zh_CN.json +51 -16
- umap/static/umap/locale/zh_TW.Big5.json +51 -16
- umap/static/umap/locale/zh_TW.js +51 -16
- umap/static/umap/locale/zh_TW.json +51 -16
- umap/static/umap/map.css +27 -41
- umap/static/umap/unittests/sync.js +105 -0
- umap/static/umap/unittests/utils.js +76 -34
- umap/static/umap/vars.css +18 -1
- umap/static/umap/vendors/dompurify/purify.es.js +5 -59
- umap/static/umap/vendors/dompurify/purify.es.mjs.map +1 -1
- umap/templates/umap/components/alerts/alert.html +89 -0
- umap/templates/umap/content.html +4 -3
- umap/templates/umap/css.html +4 -0
- umap/templates/umap/home.html +3 -0
- umap/templates/umap/js.html +0 -3
- umap/templates/umap/map_init.html +2 -8
- umap/templates/umap/messages.html +9 -11
- umap/templates/umap/search.html +3 -0
- umap/tests/.DS_Store +0 -0
- umap/tests/base.py +2 -0
- umap/tests/integration/.DS_Store +0 -0
- umap/tests/integration/conftest.py +30 -0
- umap/tests/integration/test_anonymous_owned_map.py +8 -13
- umap/tests/integration/test_browser.py +1 -1
- umap/tests/integration/test_conditional_rules.py +201 -0
- umap/tests/integration/test_dashboard.py +1 -1
- umap/tests/integration/test_datalayer.py +2 -3
- umap/tests/integration/test_edit_datalayer.py +4 -4
- umap/tests/integration/test_edit_map.py +1 -1
- umap/tests/integration/test_facets_browser.py +3 -3
- umap/tests/integration/test_import.py +138 -49
- umap/tests/integration/test_map.py +2 -2
- umap/tests/integration/{test_collaborative_editing.py → test_optimistic_merge.py} +7 -7
- umap/tests/integration/test_owned_map.py +1 -1
- umap/tests/integration/test_picto.py +2 -2
- umap/tests/integration/test_statics.py +1 -1
- umap/tests/integration/test_websocket_sync.py +283 -0
- umap/tests/settings.py +5 -0
- umap/tests/test_datalayer_views.py +0 -1
- umap/tests/test_views.py +53 -0
- umap/urls.py +5 -0
- umap/views.py +40 -11
- umap/websocket_server.py +92 -0
- {umap_project-2.3.1.dist-info → umap_project-2.4.0b0.dist-info}/METADATA +11 -9
- {umap_project-2.3.1.dist-info → umap_project-2.4.0b0.dist-info}/RECORD +207 -164
- {umap_project-2.3.1.dist-info → umap_project-2.4.0b0.dist-info}/WHEEL +1 -1
- umap/static/umap/js/umap.autocomplete.js +0 -341
- umap/static/umap/js/umap.importer.js +0 -187
- umap/static/umap/js/umap.ui.js +0 -190
- {umap_project-2.3.1.dist-info → umap_project-2.4.0b0.dist-info}/entry_points.txt +0 -0
- {umap_project-2.3.1.dist-info → umap_project-2.4.0b0.dist-info}/licenses/LICENSE +0 -0
umap/static/umap/locale/lt.json
CHANGED
|
@@ -48,16 +48,12 @@
|
|
|
48
48
|
"by": "pagal",
|
|
49
49
|
"Cache proxied request": "Cache proxied request",
|
|
50
50
|
"Cancel edits": "Atšaukti pakeitimus",
|
|
51
|
-
"Cancel": "Atšaukti",
|
|
52
51
|
"Caption": "Antraštė",
|
|
53
52
|
"Center map on your location": "Centruoti pagal Jūsų vietovę",
|
|
54
53
|
"Change map background": "Keisti žemėlapio foną",
|
|
55
54
|
"Change tilelayers": "Pakeisti sluoksnius",
|
|
56
55
|
"Change": "Change",
|
|
57
|
-
"Choose a preset": "Pasirinkite šabloną",
|
|
58
56
|
"Choose the data format": "Pasirinkite duomenų formatą",
|
|
59
|
-
"Choose the format of the data to import": "Pasirinkite importuojamų uomenų formatą",
|
|
60
|
-
"Choose the layer to import in": "Pasirinkite sluoksnį importavimui",
|
|
61
57
|
"Choropleth breakpoints": "Choropleth breakpoints",
|
|
62
58
|
"Choropleth classes": "Choropleth classes",
|
|
63
59
|
"Choropleth color palette": "Choropleth color palette",
|
|
@@ -87,7 +83,6 @@
|
|
|
87
83
|
"Congratulations, your map has been created!": "Congratulations, your map has been created!",
|
|
88
84
|
"Continue line": "Continue line",
|
|
89
85
|
"Coordinates": "Koordinatės",
|
|
90
|
-
"Copy link": "Copy link",
|
|
91
86
|
"copy": "copy",
|
|
92
87
|
"Credits": "Apie kūrėjus",
|
|
93
88
|
"Current map view": "Current map view",
|
|
@@ -152,7 +147,6 @@
|
|
|
152
147
|
"Edit the title of the map": "Edit the title of the map",
|
|
153
148
|
"Edit this feature": "Redaguoti šį objektą",
|
|
154
149
|
"Edit": "Redaguoti",
|
|
155
|
-
"Email": "Email",
|
|
156
150
|
"Embed and link options": "Embed and link options",
|
|
157
151
|
"Embed the map": "Įsikelti šį žemėlapį",
|
|
158
152
|
"Emoji & Character": "Emoji & Character",
|
|
@@ -200,7 +194,6 @@
|
|
|
200
194
|
"Image: {{http://image.url.com}}": "Paveikslas: {{http://image.url.com/image.jpeg}}",
|
|
201
195
|
"Import data": "Importuoti duomenis",
|
|
202
196
|
"Import in a new layer": "Importuoti naują sluoksnį",
|
|
203
|
-
"Import": "Importuoti",
|
|
204
197
|
"Imports all umap data, including layers and settings.": "Imports all umap data, including layers and settings.",
|
|
205
198
|
"Include full screen link?": "Įtraukti nuorodą į viso ekrano vaizdą?",
|
|
206
199
|
"Inherit": "Paveldėti",
|
|
@@ -311,7 +304,6 @@
|
|
|
311
304
|
"Rename this property on all the features": "Pervadinti šią savybę visuose objektuose",
|
|
312
305
|
"Replace layer content": "Replace layer content",
|
|
313
306
|
"Restore this version": "Restore this version",
|
|
314
|
-
"Save anyway": "Išsaugoti bet kuriuo atveju",
|
|
315
307
|
"Save current edits": "Išsaugoti pakeitimus",
|
|
316
308
|
"Save map": "Save map",
|
|
317
309
|
"Save this center and zoom": "Išsaugoti šį centrą ar mastelį.",
|
|
@@ -320,12 +312,9 @@
|
|
|
320
312
|
"Saved center and zoom": "Saved center and zoom",
|
|
321
313
|
"Search location": "Search location",
|
|
322
314
|
"Search": "Search",
|
|
323
|
-
"Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!",
|
|
324
315
|
"Secret edit link:": "Secret edit link:",
|
|
325
|
-
"See layers": "See layers",
|
|
326
316
|
"See full screen": "Peržiūrėti per visą ekraną",
|
|
327
317
|
"See on OpenStreetMap": "See on OpenStreetMap",
|
|
328
|
-
"Send me the link": "Send me the link",
|
|
329
318
|
"Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…",
|
|
330
319
|
"settings": "settings",
|
|
331
320
|
"Shape properties": "Shape properties",
|
|
@@ -398,9 +387,7 @@
|
|
|
398
387
|
"Will be displayed in the bottom right corner of the map": "Bus rodomas apatiniame dešiniame žemėlapio kampe",
|
|
399
388
|
"Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map",
|
|
400
389
|
"Will be visible in the caption of the map": "Bus matoma žemėlapio antraštėje",
|
|
401
|
-
"Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.": "Dėmesio! Kažkas kitas jau paredagavo šiuos duomenis. Jūs galite išsaugoti, bet tuomet bus prarasti kiti pakeitimai.",
|
|
402
390
|
"yes": "taip",
|
|
403
|
-
"Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:",
|
|
404
391
|
"Zoom in": "Padidinti mastelį",
|
|
405
392
|
"Zoom level for automatic zooms": "Priartinimo lygis automatiniui režimui",
|
|
406
393
|
"Zoom out": "Didinti",
|
|
@@ -444,7 +431,55 @@
|
|
|
444
431
|
"Filter data": "Filter data",
|
|
445
432
|
"Search map features…": "Search map features…",
|
|
446
433
|
"Reset all": "Reset all",
|
|
447
|
-
"
|
|
448
|
-
"
|
|
449
|
-
"
|
|
434
|
+
"Open browser": "Open browser",
|
|
435
|
+
"Open caption": "Open caption",
|
|
436
|
+
"Your map has been created with an anonymous account!": "Your map has been created with an anonymous account!",
|
|
437
|
+
"Real-time collaboration": "Real-time collaboration",
|
|
438
|
+
"Cannot parse data": "Cannot parse data",
|
|
439
|
+
"Start typing...": "Start typing...",
|
|
440
|
+
"No result": "No result",
|
|
441
|
+
"Data browser": "Data browser",
|
|
442
|
+
"When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.": "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.",
|
|
443
|
+
"Overpass supported expressions": "Overpass supported expressions",
|
|
444
|
+
"key (eg. building)": "key (eg. building)",
|
|
445
|
+
"!key (eg. !name)": "!key (eg. !name)",
|
|
446
|
+
"key=value (eg. building=yes)": "key=value (eg. building=yes)",
|
|
447
|
+
"key!=value (eg. building!=yes)": "key!=value (eg. building!=yes)",
|
|
448
|
+
"key~value (eg. name~Grisy)": "key~value (eg. name~Grisy)",
|
|
449
|
+
"key=\"value|value2\" (eg. name=\"Paris|Berlin\")": "key=\"value|value2\" (eg. name=\"Paris|Berlin\")",
|
|
450
|
+
"More info about Overpass syntax": "More info about Overpass syntax",
|
|
451
|
+
"For more complex needs, see": "For more complex needs, see",
|
|
452
|
+
"Choose data": "Choose data",
|
|
453
|
+
"Import helpers:": "Import helpers:",
|
|
454
|
+
"Choose the format": "Choose the format",
|
|
455
|
+
"Choose the layer": "Choose the layer",
|
|
456
|
+
"Layer name": "Layer name",
|
|
457
|
+
"Choose import mode": "Choose import mode",
|
|
458
|
+
"Copy into the layer": "Copy into the layer",
|
|
459
|
+
"Link to the layer as remote data": "Link to the layer as remote data",
|
|
460
|
+
"Condition": "Condition",
|
|
461
|
+
"key=value or key!=value": "key=value or key!=value",
|
|
462
|
+
"Are you sure you want to delete this rule?": "Are you sure you want to delete this rule?",
|
|
463
|
+
"empty rule": "empty rule",
|
|
464
|
+
"Conditional style rules": "Conditional style rules",
|
|
465
|
+
"Add rule": "Add rule",
|
|
466
|
+
"Browser: data": "Browser: data",
|
|
467
|
+
"Browser: layers": "Browser: layers",
|
|
468
|
+
"Browser: filters": "Browser: filters",
|
|
469
|
+
"Enable real-time collaboration": "Enable real-time collaboration",
|
|
470
|
+
"✅ Copied!": "✅ Copied!",
|
|
471
|
+
"Choose a dataset": "Choose a dataset",
|
|
472
|
+
"Choose this dataset": "Choose this dataset",
|
|
473
|
+
"GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap",
|
|
474
|
+
"Choose a theme": "Choose a theme",
|
|
475
|
+
"Symplify all geometries to points": "Symplify all geometries to points",
|
|
476
|
+
"Choose this data": "Choose this data",
|
|
477
|
+
"Search admin boundary": "Search admin boundary",
|
|
478
|
+
"Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.",
|
|
479
|
+
"Expression": "Expression",
|
|
480
|
+
"Geometry mode": "Geometry mode",
|
|
481
|
+
"Only geometry centers": "Only geometry centers",
|
|
482
|
+
"Search area": "Search area",
|
|
483
|
+
"Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view",
|
|
484
|
+
"Please define an expression for the query first": "Please define an expression for the query first"
|
|
450
485
|
}
|
umap/static/umap/locale/ms.js
CHANGED
|
@@ -48,16 +48,12 @@ const locale = {
|
|
|
48
48
|
"by": "oleh",
|
|
49
49
|
"Cache proxied request": "Cache permintaan diproksi",
|
|
50
50
|
"Cancel edits": "Batalkan suntingan",
|
|
51
|
-
"Cancel": "Batal",
|
|
52
51
|
"Caption": "Keterangan",
|
|
53
52
|
"Center map on your location": "Ketengahkan peta ke kedudukan anda",
|
|
54
53
|
"Change map background": "Tukar latar belakang peta",
|
|
55
54
|
"Change tilelayers": "Tukar lapisan jubin",
|
|
56
55
|
"Change": "Tukar",
|
|
57
|
-
"Choose a preset": "Pilih pratetapan",
|
|
58
56
|
"Choose the data format": "Pilih format data",
|
|
59
|
-
"Choose the format of the data to import": "Pilih format data yang ingin diimport",
|
|
60
|
-
"Choose the layer to import in": "Pilih lapisan untuk diimport",
|
|
61
57
|
"Choropleth breakpoints": "Titik putus koroplet",
|
|
62
58
|
"Choropleth classes": "Kelas koroplet",
|
|
63
59
|
"Choropleth color palette": "Palet warna koroplet",
|
|
@@ -87,7 +83,6 @@ const locale = {
|
|
|
87
83
|
"Congratulations, your map has been created!": "Tahniah, peta anda telah berjaya dicipta!",
|
|
88
84
|
"Continue line": "Garis sambung",
|
|
89
85
|
"Coordinates": "Koordinat",
|
|
90
|
-
"Copy link": "Salin pautan",
|
|
91
86
|
"copy": "salin",
|
|
92
87
|
"Credits": "Penghargaan",
|
|
93
88
|
"Current map view": "Paparan peta semasa",
|
|
@@ -152,7 +147,6 @@ const locale = {
|
|
|
152
147
|
"Edit the title of the map": "Sunting tajuk peta",
|
|
153
148
|
"Edit this feature": "Sunting sifat ini",
|
|
154
149
|
"Edit": "Sunting",
|
|
155
|
-
"Email": "E-mel",
|
|
156
150
|
"Embed and link options": "Pilihan benaman dan pautan",
|
|
157
151
|
"Embed the map": "Benamkan peta",
|
|
158
152
|
"Emoji & Character": "Emoji & Aksara",
|
|
@@ -200,7 +194,6 @@ const locale = {
|
|
|
200
194
|
"Image: {{http://image.url.com}}": "Imej: {{http://image.url.com}}",
|
|
201
195
|
"Import data": "Import data",
|
|
202
196
|
"Import in a new layer": "Import ke lapisan baharu",
|
|
203
|
-
"Import": "Import",
|
|
204
197
|
"Imports all umap data, including layers and settings.": "Import semua data umap, termasuk lapisan dan tetapan.",
|
|
205
198
|
"Include full screen link?": "Sertakan pautan skrin penuh?",
|
|
206
199
|
"Inherit": "Warisi",
|
|
@@ -311,7 +304,6 @@ const locale = {
|
|
|
311
304
|
"Rename this property on all the features": "Namakan semula ciri-ciri ini di kesemua sifat-sifat",
|
|
312
305
|
"Replace layer content": "Gantikan kandungan lapisan",
|
|
313
306
|
"Restore this version": "Pulihkan versi ini",
|
|
314
|
-
"Save anyway": "Simpan juga apa pun",
|
|
315
307
|
"Save current edits": "Simpan suntingan semasa",
|
|
316
308
|
"Save map": "Simpan peta",
|
|
317
309
|
"Save this center and zoom": "Simpan kedudukan tengah dan zum ini",
|
|
@@ -320,12 +312,9 @@ const locale = {
|
|
|
320
312
|
"Saved center and zoom": "Kedudukan tengah dan zum telah disimpan",
|
|
321
313
|
"Search location": "Kedudukan carian",
|
|
322
314
|
"Search": "Cari",
|
|
323
|
-
"Secret edit link copied to clipboard!": "Pautan suntingan rahsia telah disalin ke papan keratan!",
|
|
324
315
|
"Secret edit link:": "Pautan suntingan rahsia:",
|
|
325
|
-
"See layers": "Lihat lapisan",
|
|
326
316
|
"See full screen": "Lihat skrin penuh",
|
|
327
317
|
"See on OpenStreetMap": "Lihat di OpenStreetMap",
|
|
328
|
-
"Send me the link": "Hantarkan pautan kepada saya",
|
|
329
318
|
"Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Tetapkan ke 'false' untuk menyembunyikan lapisan ini daripada persembahan slaid, pelayar data, navigasi timbul…",
|
|
330
319
|
"settings": "tetapan",
|
|
331
320
|
"Shape properties": "Ciri-ciri bentuk",
|
|
@@ -398,9 +387,7 @@ const locale = {
|
|
|
398
387
|
"Will be displayed in the bottom right corner of the map": "Akan dipaparkan di bucu kanan bawah peta",
|
|
399
388
|
"Will be permanently visible in the bottom left corner of the map": "Akan dipaparkan secara kekal di bucu kiri bawah peta",
|
|
400
389
|
"Will be visible in the caption of the map": "Akan kelihatan dalam keterangan peta",
|
|
401
|
-
"Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.": "Alamak! Nampaknya orang lain telah menyunting data. Anda boleh simpan juga, tetapi ini akan memadam perubahan yang dibuat oleh orang lain.",
|
|
402
390
|
"yes": "ya",
|
|
403
|
-
"Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "Peta anda telah berjaya dicipta! Memandangkan anda tidak log masuk, ini pautan rahsia anda untuk menyunting peta, sila simpannya dengan selamat:",
|
|
404
391
|
"Zoom in": "Zum masuk",
|
|
405
392
|
"Zoom level for automatic zooms": "Tahap zum bagi zum automatik",
|
|
406
393
|
"Zoom out": "Zum keluar",
|
|
@@ -444,9 +431,57 @@ const locale = {
|
|
|
444
431
|
"Filter data": "Filter data",
|
|
445
432
|
"Search map features…": "Search map features…",
|
|
446
433
|
"Reset all": "Reset all",
|
|
447
|
-
"
|
|
448
|
-
"
|
|
449
|
-
"
|
|
434
|
+
"Open browser": "Open browser",
|
|
435
|
+
"Open caption": "Open caption",
|
|
436
|
+
"Your map has been created with an anonymous account!": "Your map has been created with an anonymous account!",
|
|
437
|
+
"Real-time collaboration": "Real-time collaboration",
|
|
438
|
+
"Cannot parse data": "Cannot parse data",
|
|
439
|
+
"Start typing...": "Start typing...",
|
|
440
|
+
"No result": "No result",
|
|
441
|
+
"Data browser": "Data browser",
|
|
442
|
+
"When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.": "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.",
|
|
443
|
+
"Overpass supported expressions": "Overpass supported expressions",
|
|
444
|
+
"key (eg. building)": "key (eg. building)",
|
|
445
|
+
"!key (eg. !name)": "!key (eg. !name)",
|
|
446
|
+
"key=value (eg. building=yes)": "key=value (eg. building=yes)",
|
|
447
|
+
"key!=value (eg. building!=yes)": "key!=value (eg. building!=yes)",
|
|
448
|
+
"key~value (eg. name~Grisy)": "key~value (eg. name~Grisy)",
|
|
449
|
+
"key=\"value|value2\" (eg. name=\"Paris|Berlin\")": "key=\"value|value2\" (eg. name=\"Paris|Berlin\")",
|
|
450
|
+
"More info about Overpass syntax": "More info about Overpass syntax",
|
|
451
|
+
"For more complex needs, see": "For more complex needs, see",
|
|
452
|
+
"Choose data": "Choose data",
|
|
453
|
+
"Import helpers:": "Import helpers:",
|
|
454
|
+
"Choose the format": "Choose the format",
|
|
455
|
+
"Choose the layer": "Choose the layer",
|
|
456
|
+
"Layer name": "Layer name",
|
|
457
|
+
"Choose import mode": "Choose import mode",
|
|
458
|
+
"Copy into the layer": "Copy into the layer",
|
|
459
|
+
"Link to the layer as remote data": "Link to the layer as remote data",
|
|
460
|
+
"Condition": "Condition",
|
|
461
|
+
"key=value or key!=value": "key=value or key!=value",
|
|
462
|
+
"Are you sure you want to delete this rule?": "Are you sure you want to delete this rule?",
|
|
463
|
+
"empty rule": "empty rule",
|
|
464
|
+
"Conditional style rules": "Conditional style rules",
|
|
465
|
+
"Add rule": "Add rule",
|
|
466
|
+
"Browser: data": "Browser: data",
|
|
467
|
+
"Browser: layers": "Browser: layers",
|
|
468
|
+
"Browser: filters": "Browser: filters",
|
|
469
|
+
"Enable real-time collaboration": "Enable real-time collaboration",
|
|
470
|
+
"✅ Copied!": "✅ Copied!",
|
|
471
|
+
"Choose a dataset": "Choose a dataset",
|
|
472
|
+
"Choose this dataset": "Choose this dataset",
|
|
473
|
+
"GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap",
|
|
474
|
+
"Choose a theme": "Choose a theme",
|
|
475
|
+
"Symplify all geometries to points": "Symplify all geometries to points",
|
|
476
|
+
"Choose this data": "Choose this data",
|
|
477
|
+
"Search admin boundary": "Search admin boundary",
|
|
478
|
+
"Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.",
|
|
479
|
+
"Expression": "Expression",
|
|
480
|
+
"Geometry mode": "Geometry mode",
|
|
481
|
+
"Only geometry centers": "Only geometry centers",
|
|
482
|
+
"Search area": "Search area",
|
|
483
|
+
"Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view",
|
|
484
|
+
"Please define an expression for the query first": "Please define an expression for the query first"
|
|
450
485
|
}
|
|
451
486
|
L.registerLocale("ms", locale)
|
|
452
487
|
L.setLocale("ms")
|
umap/static/umap/locale/ms.json
CHANGED
|
@@ -48,16 +48,12 @@
|
|
|
48
48
|
"by": "oleh",
|
|
49
49
|
"Cache proxied request": "Cache permintaan diproksi",
|
|
50
50
|
"Cancel edits": "Batalkan suntingan",
|
|
51
|
-
"Cancel": "Batal",
|
|
52
51
|
"Caption": "Keterangan",
|
|
53
52
|
"Center map on your location": "Ketengahkan peta ke kedudukan anda",
|
|
54
53
|
"Change map background": "Tukar latar belakang peta",
|
|
55
54
|
"Change tilelayers": "Tukar lapisan jubin",
|
|
56
55
|
"Change": "Tukar",
|
|
57
|
-
"Choose a preset": "Pilih pratetapan",
|
|
58
56
|
"Choose the data format": "Pilih format data",
|
|
59
|
-
"Choose the format of the data to import": "Pilih format data yang ingin diimport",
|
|
60
|
-
"Choose the layer to import in": "Pilih lapisan untuk diimport",
|
|
61
57
|
"Choropleth breakpoints": "Titik putus koroplet",
|
|
62
58
|
"Choropleth classes": "Kelas koroplet",
|
|
63
59
|
"Choropleth color palette": "Palet warna koroplet",
|
|
@@ -87,7 +83,6 @@
|
|
|
87
83
|
"Congratulations, your map has been created!": "Tahniah, peta anda telah berjaya dicipta!",
|
|
88
84
|
"Continue line": "Garis sambung",
|
|
89
85
|
"Coordinates": "Koordinat",
|
|
90
|
-
"Copy link": "Salin pautan",
|
|
91
86
|
"copy": "salin",
|
|
92
87
|
"Credits": "Penghargaan",
|
|
93
88
|
"Current map view": "Paparan peta semasa",
|
|
@@ -152,7 +147,6 @@
|
|
|
152
147
|
"Edit the title of the map": "Sunting tajuk peta",
|
|
153
148
|
"Edit this feature": "Sunting sifat ini",
|
|
154
149
|
"Edit": "Sunting",
|
|
155
|
-
"Email": "E-mel",
|
|
156
150
|
"Embed and link options": "Pilihan benaman dan pautan",
|
|
157
151
|
"Embed the map": "Benamkan peta",
|
|
158
152
|
"Emoji & Character": "Emoji & Aksara",
|
|
@@ -200,7 +194,6 @@
|
|
|
200
194
|
"Image: {{http://image.url.com}}": "Imej: {{http://image.url.com}}",
|
|
201
195
|
"Import data": "Import data",
|
|
202
196
|
"Import in a new layer": "Import ke lapisan baharu",
|
|
203
|
-
"Import": "Import",
|
|
204
197
|
"Imports all umap data, including layers and settings.": "Import semua data umap, termasuk lapisan dan tetapan.",
|
|
205
198
|
"Include full screen link?": "Sertakan pautan skrin penuh?",
|
|
206
199
|
"Inherit": "Warisi",
|
|
@@ -311,7 +304,6 @@
|
|
|
311
304
|
"Rename this property on all the features": "Namakan semula ciri-ciri ini di kesemua sifat-sifat",
|
|
312
305
|
"Replace layer content": "Gantikan kandungan lapisan",
|
|
313
306
|
"Restore this version": "Pulihkan versi ini",
|
|
314
|
-
"Save anyway": "Simpan juga apa pun",
|
|
315
307
|
"Save current edits": "Simpan suntingan semasa",
|
|
316
308
|
"Save map": "Simpan peta",
|
|
317
309
|
"Save this center and zoom": "Simpan kedudukan tengah dan zum ini",
|
|
@@ -320,12 +312,9 @@
|
|
|
320
312
|
"Saved center and zoom": "Kedudukan tengah dan zum telah disimpan",
|
|
321
313
|
"Search location": "Kedudukan carian",
|
|
322
314
|
"Search": "Cari",
|
|
323
|
-
"Secret edit link copied to clipboard!": "Pautan suntingan rahsia telah disalin ke papan keratan!",
|
|
324
315
|
"Secret edit link:": "Pautan suntingan rahsia:",
|
|
325
|
-
"See layers": "Lihat lapisan",
|
|
326
316
|
"See full screen": "Lihat skrin penuh",
|
|
327
317
|
"See on OpenStreetMap": "Lihat di OpenStreetMap",
|
|
328
|
-
"Send me the link": "Hantarkan pautan kepada saya",
|
|
329
318
|
"Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Tetapkan ke 'false' untuk menyembunyikan lapisan ini daripada persembahan slaid, pelayar data, navigasi timbul…",
|
|
330
319
|
"settings": "tetapan",
|
|
331
320
|
"Shape properties": "Ciri-ciri bentuk",
|
|
@@ -398,9 +387,7 @@
|
|
|
398
387
|
"Will be displayed in the bottom right corner of the map": "Akan dipaparkan di bucu kanan bawah peta",
|
|
399
388
|
"Will be permanently visible in the bottom left corner of the map": "Akan dipaparkan secara kekal di bucu kiri bawah peta",
|
|
400
389
|
"Will be visible in the caption of the map": "Akan kelihatan dalam keterangan peta",
|
|
401
|
-
"Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.": "Alamak! Nampaknya orang lain telah menyunting data. Anda boleh simpan juga, tetapi ini akan memadam perubahan yang dibuat oleh orang lain.",
|
|
402
390
|
"yes": "ya",
|
|
403
|
-
"Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "Peta anda telah berjaya dicipta! Memandangkan anda tidak log masuk, ini pautan rahsia anda untuk menyunting peta, sila simpannya dengan selamat:",
|
|
404
391
|
"Zoom in": "Zum masuk",
|
|
405
392
|
"Zoom level for automatic zooms": "Tahap zum bagi zum automatik",
|
|
406
393
|
"Zoom out": "Zum keluar",
|
|
@@ -444,7 +431,55 @@
|
|
|
444
431
|
"Filter data": "Filter data",
|
|
445
432
|
"Search map features…": "Search map features…",
|
|
446
433
|
"Reset all": "Reset all",
|
|
447
|
-
"
|
|
448
|
-
"
|
|
449
|
-
"
|
|
434
|
+
"Open browser": "Open browser",
|
|
435
|
+
"Open caption": "Open caption",
|
|
436
|
+
"Your map has been created with an anonymous account!": "Your map has been created with an anonymous account!",
|
|
437
|
+
"Real-time collaboration": "Real-time collaboration",
|
|
438
|
+
"Cannot parse data": "Cannot parse data",
|
|
439
|
+
"Start typing...": "Start typing...",
|
|
440
|
+
"No result": "No result",
|
|
441
|
+
"Data browser": "Data browser",
|
|
442
|
+
"When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.": "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.",
|
|
443
|
+
"Overpass supported expressions": "Overpass supported expressions",
|
|
444
|
+
"key (eg. building)": "key (eg. building)",
|
|
445
|
+
"!key (eg. !name)": "!key (eg. !name)",
|
|
446
|
+
"key=value (eg. building=yes)": "key=value (eg. building=yes)",
|
|
447
|
+
"key!=value (eg. building!=yes)": "key!=value (eg. building!=yes)",
|
|
448
|
+
"key~value (eg. name~Grisy)": "key~value (eg. name~Grisy)",
|
|
449
|
+
"key=\"value|value2\" (eg. name=\"Paris|Berlin\")": "key=\"value|value2\" (eg. name=\"Paris|Berlin\")",
|
|
450
|
+
"More info about Overpass syntax": "More info about Overpass syntax",
|
|
451
|
+
"For more complex needs, see": "For more complex needs, see",
|
|
452
|
+
"Choose data": "Choose data",
|
|
453
|
+
"Import helpers:": "Import helpers:",
|
|
454
|
+
"Choose the format": "Choose the format",
|
|
455
|
+
"Choose the layer": "Choose the layer",
|
|
456
|
+
"Layer name": "Layer name",
|
|
457
|
+
"Choose import mode": "Choose import mode",
|
|
458
|
+
"Copy into the layer": "Copy into the layer",
|
|
459
|
+
"Link to the layer as remote data": "Link to the layer as remote data",
|
|
460
|
+
"Condition": "Condition",
|
|
461
|
+
"key=value or key!=value": "key=value or key!=value",
|
|
462
|
+
"Are you sure you want to delete this rule?": "Are you sure you want to delete this rule?",
|
|
463
|
+
"empty rule": "empty rule",
|
|
464
|
+
"Conditional style rules": "Conditional style rules",
|
|
465
|
+
"Add rule": "Add rule",
|
|
466
|
+
"Browser: data": "Browser: data",
|
|
467
|
+
"Browser: layers": "Browser: layers",
|
|
468
|
+
"Browser: filters": "Browser: filters",
|
|
469
|
+
"Enable real-time collaboration": "Enable real-time collaboration",
|
|
470
|
+
"✅ Copied!": "✅ Copied!",
|
|
471
|
+
"Choose a dataset": "Choose a dataset",
|
|
472
|
+
"Choose this dataset": "Choose this dataset",
|
|
473
|
+
"GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap",
|
|
474
|
+
"Choose a theme": "Choose a theme",
|
|
475
|
+
"Symplify all geometries to points": "Symplify all geometries to points",
|
|
476
|
+
"Choose this data": "Choose this data",
|
|
477
|
+
"Search admin boundary": "Search admin boundary",
|
|
478
|
+
"Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.",
|
|
479
|
+
"Expression": "Expression",
|
|
480
|
+
"Geometry mode": "Geometry mode",
|
|
481
|
+
"Only geometry centers": "Only geometry centers",
|
|
482
|
+
"Search area": "Search area",
|
|
483
|
+
"Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view",
|
|
484
|
+
"Please define an expression for the query first": "Please define an expression for the query first"
|
|
450
485
|
}
|
umap/static/umap/locale/nl.js
CHANGED
|
@@ -48,16 +48,12 @@ const locale = {
|
|
|
48
48
|
"by": "door",
|
|
49
49
|
"Cache proxied request": "Cache proxied request",
|
|
50
50
|
"Cancel edits": "Bewerkingen annuleren",
|
|
51
|
-
"Cancel": "Annuleren",
|
|
52
51
|
"Caption": "Hoofding",
|
|
53
52
|
"Center map on your location": "Centreer kaart op je locatie",
|
|
54
53
|
"Change map background": "Verander kaartachtergrond",
|
|
55
54
|
"Change tilelayers": "Andere kaartachtergrond instellen",
|
|
56
55
|
"Change": "Veranderen",
|
|
57
|
-
"Choose a preset": "Kies een voorkeuzeinstelling",
|
|
58
56
|
"Choose the data format": "Gegevensformaat selecteren",
|
|
59
|
-
"Choose the format of the data to import": "Kies het formaat van de te importeren gegevens",
|
|
60
|
-
"Choose the layer to import in": "Kies de laag om in te importeren",
|
|
61
57
|
"Choropleth breakpoints": "Choropleten verdeelpunten",
|
|
62
58
|
"Choropleth classes": "Choropleten klassen",
|
|
63
59
|
"Choropleth color palette": "Choropleten kleurenpalet",
|
|
@@ -87,7 +83,6 @@ const locale = {
|
|
|
87
83
|
"Congratulations, your map has been created!": "Proficiat, je kaart is aangemaakt!",
|
|
88
84
|
"Continue line": "Ga door met deze lijn",
|
|
89
85
|
"Coordinates": "Coördinaten",
|
|
90
|
-
"Copy link": "Kopieer de link",
|
|
91
86
|
"copy": "kopieer",
|
|
92
87
|
"Credits": "Bronvermelding",
|
|
93
88
|
"Current map view": "Huidige kaartweergave",
|
|
@@ -152,7 +147,6 @@ const locale = {
|
|
|
152
147
|
"Edit the title of the map": "Bewerk de titel van de kaart",
|
|
153
148
|
"Edit this feature": "Dit object bewerken",
|
|
154
149
|
"Edit": "Bewerken",
|
|
155
|
-
"Email": "Email",
|
|
156
150
|
"Embed and link options": "Invoegtoepassing- en linkopties",
|
|
157
151
|
"Embed the map": "Kaart inbedden",
|
|
158
152
|
"Emoji & Character": "Emoji & karakter",
|
|
@@ -200,7 +194,6 @@ const locale = {
|
|
|
200
194
|
"Image: {{http://image.url.com}}": "Afbeelding: {{http://image.url.com}}",
|
|
201
195
|
"Import data": "Gegevens importeren",
|
|
202
196
|
"Import in a new layer": "Importeer in een nieuwe laag",
|
|
203
|
-
"Import": "Importeer",
|
|
204
197
|
"Imports all umap data, including layers and settings.": "Importeert alle umap gegevens, inclusief lagen en instellingen",
|
|
205
198
|
"Include full screen link?": "Link voor volledig scherm meegeven?",
|
|
206
199
|
"Inherit": "Overerving",
|
|
@@ -311,7 +304,6 @@ const locale = {
|
|
|
311
304
|
"Rename this property on all the features": "Wijzig de naam van deze eigenschap over al de objecten",
|
|
312
305
|
"Replace layer content": "Vervang de inhoud van de laag",
|
|
313
306
|
"Restore this version": "Keer terug naar deze versie",
|
|
314
|
-
"Save anyway": "Sla toch op",
|
|
315
307
|
"Save current edits": "Huidige bewerkingen opslaan",
|
|
316
308
|
"Save map": "Kaart opslaan",
|
|
317
309
|
"Save this center and zoom": "Bewaar deze positie op de kaart en het zoomniveau",
|
|
@@ -320,12 +312,9 @@ const locale = {
|
|
|
320
312
|
"Saved center and zoom": "Midden en zoom bewaard",
|
|
321
313
|
"Search location": "Zoek locatie",
|
|
322
314
|
"Search": "Zoeken",
|
|
323
|
-
"Secret edit link copied to clipboard!": "Geheime editeer-link is gekopieerd naar het klembord!",
|
|
324
315
|
"Secret edit link:": "Geheime editeer-link",
|
|
325
|
-
"See layers": "See layers",
|
|
326
316
|
"See full screen": "Op volledig scherm weergeven",
|
|
327
317
|
"See on OpenStreetMap": "Bekijk op OpenStreetMap",
|
|
328
|
-
"Send me the link": "Stuur me de link",
|
|
329
318
|
"Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Zet op onwaar ('false') om deze laag te verbergen in de slideshow, data verkenner, popup navigatie, ...",
|
|
330
319
|
"settings": "instellingen",
|
|
331
320
|
"Shape properties": "Eigenschappen van de vorm",
|
|
@@ -398,9 +387,7 @@ const locale = {
|
|
|
398
387
|
"Will be displayed in the bottom right corner of the map": "Zal getoond worden in de rechter onderhoek van de kaart",
|
|
399
388
|
"Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map",
|
|
400
389
|
"Will be visible in the caption of the map": "Zal getoond worden in de hoofding van de kaart",
|
|
401
|
-
"Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.": "Oei! Iemand anders lijkt de kaart ook bewerkt te hebben. Je kan opslaan, maar dat zal eerdere wijzigingen overschrijven.",
|
|
402
390
|
"yes": "ja",
|
|
403
|
-
"Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "Je kaart is aangemaakt! Omdat je niet ingelogged bent, krijg je onderstaande geheime link, die je goed moet bewaren om later de kaart nog te kunnen bijwerken:",
|
|
404
391
|
"Zoom in": "Inzoomen",
|
|
405
392
|
"Zoom level for automatic zooms": "Schaalniveau voor automatische zooms",
|
|
406
393
|
"Zoom out": "Uitzoomen",
|
|
@@ -444,9 +431,57 @@ const locale = {
|
|
|
444
431
|
"Filter data": "Filter data",
|
|
445
432
|
"Search map features…": "Search map features…",
|
|
446
433
|
"Reset all": "Reset all",
|
|
447
|
-
"
|
|
448
|
-
"
|
|
449
|
-
"
|
|
434
|
+
"Open browser": "Open browser",
|
|
435
|
+
"Open caption": "Open caption",
|
|
436
|
+
"Your map has been created with an anonymous account!": "Your map has been created with an anonymous account!",
|
|
437
|
+
"Real-time collaboration": "Real-time collaboration",
|
|
438
|
+
"Cannot parse data": "Cannot parse data",
|
|
439
|
+
"Start typing...": "Start typing...",
|
|
440
|
+
"No result": "No result",
|
|
441
|
+
"Data browser": "Data browser",
|
|
442
|
+
"When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.": "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.",
|
|
443
|
+
"Overpass supported expressions": "Overpass supported expressions",
|
|
444
|
+
"key (eg. building)": "key (eg. building)",
|
|
445
|
+
"!key (eg. !name)": "!key (eg. !name)",
|
|
446
|
+
"key=value (eg. building=yes)": "key=value (eg. building=yes)",
|
|
447
|
+
"key!=value (eg. building!=yes)": "key!=value (eg. building!=yes)",
|
|
448
|
+
"key~value (eg. name~Grisy)": "key~value (eg. name~Grisy)",
|
|
449
|
+
"key=\"value|value2\" (eg. name=\"Paris|Berlin\")": "key=\"value|value2\" (eg. name=\"Paris|Berlin\")",
|
|
450
|
+
"More info about Overpass syntax": "More info about Overpass syntax",
|
|
451
|
+
"For more complex needs, see": "For more complex needs, see",
|
|
452
|
+
"Choose data": "Choose data",
|
|
453
|
+
"Import helpers:": "Import helpers:",
|
|
454
|
+
"Choose the format": "Choose the format",
|
|
455
|
+
"Choose the layer": "Choose the layer",
|
|
456
|
+
"Layer name": "Layer name",
|
|
457
|
+
"Choose import mode": "Choose import mode",
|
|
458
|
+
"Copy into the layer": "Copy into the layer",
|
|
459
|
+
"Link to the layer as remote data": "Link to the layer as remote data",
|
|
460
|
+
"Condition": "Condition",
|
|
461
|
+
"key=value or key!=value": "key=value or key!=value",
|
|
462
|
+
"Are you sure you want to delete this rule?": "Are you sure you want to delete this rule?",
|
|
463
|
+
"empty rule": "empty rule",
|
|
464
|
+
"Conditional style rules": "Conditional style rules",
|
|
465
|
+
"Add rule": "Add rule",
|
|
466
|
+
"Browser: data": "Browser: data",
|
|
467
|
+
"Browser: layers": "Browser: layers",
|
|
468
|
+
"Browser: filters": "Browser: filters",
|
|
469
|
+
"Enable real-time collaboration": "Enable real-time collaboration",
|
|
470
|
+
"✅ Copied!": "✅ Copied!",
|
|
471
|
+
"Choose a dataset": "Choose a dataset",
|
|
472
|
+
"Choose this dataset": "Choose this dataset",
|
|
473
|
+
"GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap",
|
|
474
|
+
"Choose a theme": "Choose a theme",
|
|
475
|
+
"Symplify all geometries to points": "Symplify all geometries to points",
|
|
476
|
+
"Choose this data": "Choose this data",
|
|
477
|
+
"Search admin boundary": "Search admin boundary",
|
|
478
|
+
"Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.",
|
|
479
|
+
"Expression": "Expression",
|
|
480
|
+
"Geometry mode": "Geometry mode",
|
|
481
|
+
"Only geometry centers": "Only geometry centers",
|
|
482
|
+
"Search area": "Search area",
|
|
483
|
+
"Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view",
|
|
484
|
+
"Please define an expression for the query first": "Please define an expression for the query first"
|
|
450
485
|
}
|
|
451
486
|
L.registerLocale("nl", locale)
|
|
452
487
|
L.setLocale("nl")
|