umap-project 3.2.0__py3-none-any.whl → 3.3.1__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/locale/el/LC_MESSAGES/django.mo +0 -0
- umap/locale/el/LC_MESSAGES/django.po +42 -38
- umap/locale/en/LC_MESSAGES/django.mo +0 -0
- umap/locale/en/LC_MESSAGES/django.po +15 -15
- umap/locale/hu/LC_MESSAGES/django.mo +0 -0
- umap/locale/hu/LC_MESSAGES/django.po +39 -35
- umap/locale/nl/LC_MESSAGES/django.mo +0 -0
- umap/locale/nl/LC_MESSAGES/django.po +31 -27
- umap/settings/base.py +2 -0
- umap/static/umap/css/contextmenu.css +58 -2
- umap/static/umap/css/form.css +175 -45
- umap/static/umap/css/icon.css +20 -0
- umap/static/umap/img/16-white.svg +21 -40
- umap/static/umap/img/16.svg +1 -1
- umap/static/umap/img/24-white.svg +9 -9
- umap/static/umap/img/24.svg +23 -10
- umap/static/umap/img/source/16-white.svg +23 -41
- umap/static/umap/img/source/16.svg +1 -1
- umap/static/umap/img/source/24-white.svg +11 -11
- umap/static/umap/img/source/24.svg +25 -12
- umap/static/umap/js/modules/caption.js +8 -0
- umap/static/umap/js/modules/data/features.js +318 -174
- umap/static/umap/js/modules/data/layer.js +27 -20
- umap/static/umap/js/modules/form/builder.js +11 -7
- umap/static/umap/js/modules/form/fields.js +10 -7
- umap/static/umap/js/modules/formatter.js +42 -20
- umap/static/umap/js/modules/importer.js +6 -1
- umap/static/umap/js/modules/importers/opendata.js +125 -37
- umap/static/umap/js/modules/importers/openrouteservice.js +140 -0
- umap/static/umap/js/modules/managers.js +12 -4
- umap/static/umap/js/modules/printer.js +107 -0
- umap/static/umap/js/modules/rendering/controls.js +78 -2
- umap/static/umap/js/modules/rendering/icon.js +113 -82
- umap/static/umap/js/modules/rendering/layers/cluster.js +220 -64
- umap/static/umap/js/modules/rendering/map.js +5 -1
- umap/static/umap/js/modules/rendering/template.js +71 -1
- umap/static/umap/js/modules/rendering/ui.js +101 -34
- umap/static/umap/js/modules/schema.js +24 -0
- umap/static/umap/js/modules/share.js +19 -12
- umap/static/umap/js/modules/ui/bar.js +6 -1
- umap/static/umap/js/modules/ui/base.js +24 -9
- umap/static/umap/js/modules/ui/contextmenu.js +17 -7
- umap/static/umap/js/modules/ui/dialog.js +7 -4
- umap/static/umap/js/modules/umap.js +68 -62
- umap/static/umap/js/umap.controls.js +22 -57
- umap/static/umap/locale/am_ET.js +39 -4
- umap/static/umap/locale/am_ET.json +39 -4
- umap/static/umap/locale/ar.js +39 -4
- umap/static/umap/locale/ar.json +39 -4
- umap/static/umap/locale/ast.js +39 -4
- umap/static/umap/locale/ast.json +39 -4
- umap/static/umap/locale/bg.js +39 -4
- umap/static/umap/locale/bg.json +39 -4
- umap/static/umap/locale/br.js +39 -4
- umap/static/umap/locale/br.json +39 -4
- umap/static/umap/locale/ca.js +39 -4
- umap/static/umap/locale/ca.json +39 -4
- umap/static/umap/locale/cs_CZ.js +39 -4
- umap/static/umap/locale/cs_CZ.json +39 -4
- umap/static/umap/locale/da.js +47 -12
- umap/static/umap/locale/da.json +47 -12
- umap/static/umap/locale/de.js +39 -4
- umap/static/umap/locale/de.json +39 -4
- umap/static/umap/locale/el.js +81 -46
- umap/static/umap/locale/el.json +81 -46
- umap/static/umap/locale/en.js +38 -4
- umap/static/umap/locale/en.json +38 -4
- umap/static/umap/locale/en_US.json +39 -4
- umap/static/umap/locale/es.js +47 -12
- umap/static/umap/locale/es.json +47 -12
- umap/static/umap/locale/et.js +39 -4
- umap/static/umap/locale/et.json +39 -4
- umap/static/umap/locale/eu.js +80 -45
- umap/static/umap/locale/eu.json +80 -45
- umap/static/umap/locale/fa_IR.js +39 -4
- umap/static/umap/locale/fa_IR.json +39 -4
- umap/static/umap/locale/fi.js +39 -4
- umap/static/umap/locale/fi.json +39 -4
- umap/static/umap/locale/fr.js +39 -4
- umap/static/umap/locale/fr.json +39 -4
- umap/static/umap/locale/gl.js +39 -4
- umap/static/umap/locale/gl.json +39 -4
- umap/static/umap/locale/he.js +39 -4
- umap/static/umap/locale/he.json +39 -4
- umap/static/umap/locale/hr.js +39 -4
- umap/static/umap/locale/hr.json +39 -4
- umap/static/umap/locale/hu.js +55 -20
- umap/static/umap/locale/hu.json +55 -20
- umap/static/umap/locale/id.js +39 -4
- umap/static/umap/locale/id.json +39 -4
- umap/static/umap/locale/is.js +39 -4
- umap/static/umap/locale/is.json +39 -4
- umap/static/umap/locale/it.js +39 -4
- umap/static/umap/locale/it.json +39 -4
- umap/static/umap/locale/ja.js +39 -4
- umap/static/umap/locale/ja.json +39 -4
- umap/static/umap/locale/ko.js +39 -4
- umap/static/umap/locale/ko.json +39 -4
- umap/static/umap/locale/lt.js +39 -4
- umap/static/umap/locale/lt.json +39 -4
- umap/static/umap/locale/ms.js +52 -17
- umap/static/umap/locale/ms.json +52 -17
- umap/static/umap/locale/nl.js +58 -23
- umap/static/umap/locale/nl.json +58 -23
- umap/static/umap/locale/no.js +39 -4
- umap/static/umap/locale/no.json +39 -4
- umap/static/umap/locale/pl.js +39 -4
- umap/static/umap/locale/pl.json +39 -4
- umap/static/umap/locale/pl_PL.json +39 -4
- umap/static/umap/locale/pt.js +39 -4
- umap/static/umap/locale/pt.json +39 -4
- umap/static/umap/locale/pt_BR.js +39 -4
- umap/static/umap/locale/pt_BR.json +39 -4
- umap/static/umap/locale/pt_PT.js +39 -4
- umap/static/umap/locale/pt_PT.json +39 -4
- umap/static/umap/locale/ro.js +39 -4
- umap/static/umap/locale/ro.json +39 -4
- umap/static/umap/locale/ru.js +39 -4
- umap/static/umap/locale/ru.json +39 -4
- umap/static/umap/locale/sk_SK.js +39 -4
- umap/static/umap/locale/sk_SK.json +39 -4
- umap/static/umap/locale/sl.js +39 -4
- umap/static/umap/locale/sl.json +39 -4
- umap/static/umap/locale/sr.js +39 -4
- umap/static/umap/locale/sr.json +39 -4
- umap/static/umap/locale/sv.js +39 -4
- umap/static/umap/locale/sv.json +39 -4
- umap/static/umap/locale/th_TH.js +39 -4
- umap/static/umap/locale/th_TH.json +39 -4
- umap/static/umap/locale/tr.js +39 -4
- umap/static/umap/locale/tr.json +39 -4
- umap/static/umap/locale/uk_UA.js +39 -4
- umap/static/umap/locale/uk_UA.json +39 -4
- umap/static/umap/locale/vi.js +39 -4
- umap/static/umap/locale/vi.json +39 -4
- umap/static/umap/locale/vi_VN.json +39 -4
- umap/static/umap/locale/zh.js +39 -4
- umap/static/umap/locale/zh.json +39 -4
- umap/static/umap/locale/zh_CN.json +39 -4
- umap/static/umap/locale/zh_TW.Big5.json +39 -4
- umap/static/umap/locale/zh_TW.js +98 -63
- umap/static/umap/locale/zh_TW.json +98 -63
- umap/static/umap/map.css +90 -41
- umap/static/umap/vars.css +1 -0
- umap/static/umap/vendors/editable/Leaflet.Editable.js +3 -1
- umap/static/umap/vendors/openrouteservice/ors-js-client.js +521 -0
- umap/static/umap/vendors/openrouteservice/ors-js-client.js.map +1 -0
- umap/static/umap/vendors/simple-elevation-chart/elevation.js +63 -0
- umap/static/umap/vendors/simple-elevation-chart/elevation.svg +8 -0
- umap/static/umap/vendors/snapdom/snapdom.min.mjs +3 -0
- umap/storage/staticfiles.py +12 -0
- umap/templates/umap/css.html +0 -4
- umap/templates/umap/js.html +1 -3
- umap/tests/integration/test_basics.py +2 -0
- umap/tests/integration/test_conditional_rules.py +17 -17
- umap/tests/integration/test_datalayer.py +1 -1
- umap/tests/integration/test_draw_polygon.py +3 -5
- umap/tests/integration/test_draw_polyline.py +4 -6
- umap/tests/integration/test_draw_route.py +178 -0
- umap/tests/integration/test_edit_map.py +1 -1
- umap/tests/integration/test_edit_marker.py +7 -7
- umap/tests/integration/test_edit_polygon.py +2 -2
- umap/tests/integration/test_export_map.py +74 -10
- umap/tests/integration/test_map_preview.py +1 -1
- umap/tests/integration/test_share.py +1 -1
- umap/tests/integration/test_tableeditor.py +4 -4
- umap/tests/integration/test_websocket_sync.py +4 -4
- umap/utils.py +5 -1
- umap/views.py +2 -0
- {umap_project-3.2.0.dist-info → umap_project-3.3.1.dist-info}/METADATA +9 -9
- {umap_project-3.2.0.dist-info → umap_project-3.3.1.dist-info}/RECORD +175 -171
- umap/static/umap/vendors/markercluster/MarkerCluster.Default.css +0 -60
- umap/static/umap/vendors/markercluster/MarkerCluster.css +0 -14
- umap/static/umap/vendors/markercluster/leaflet.markercluster.js +0 -2
- umap/static/umap/vendors/markercluster/leaflet.markercluster.js.map +0 -1
- {umap_project-3.2.0.dist-info → umap_project-3.3.1.dist-info}/WHEEL +0 -0
- {umap_project-3.2.0.dist-info → umap_project-3.3.1.dist-info}/entry_points.txt +0 -0
- {umap_project-3.2.0.dist-info → umap_project-3.3.1.dist-info}/licenses/LICENSE +0 -0
umap/static/umap/locale/es.js
CHANGED
|
@@ -57,7 +57,6 @@ const locale = {
|
|
|
57
57
|
"Click last point to finish shape": "Haz clic en el último punto para terminar la forma",
|
|
58
58
|
"Click to add a marker": "Haz clic para añadir un marcador",
|
|
59
59
|
"Click to continue drawing": "Haz clic para continuar dibujando",
|
|
60
|
-
"Click to edit": "Haz clic para editar",
|
|
61
60
|
"Click to start drawing a line": "Haz clic para empezar a dibujar una línea",
|
|
62
61
|
"Click to start drawing a polygon": "Haz clic para empezar a dibujar un polígono",
|
|
63
62
|
"Clone of {name}": "Copia de {name}",
|
|
@@ -209,7 +208,6 @@ const locale = {
|
|
|
209
208
|
"Link with text: [[https://example.com|text of the link]]": "Enlace con texto: [[https://example.com|text of the link]]",
|
|
210
209
|
"Long credits": "Créditos largos",
|
|
211
210
|
"Longitude": "Longitud",
|
|
212
|
-
"Make main shape": "Convertir en forma principal",
|
|
213
211
|
"Manage layers": "Administrar capas",
|
|
214
212
|
"Manual": "Manual",
|
|
215
213
|
"Map background credits": "Créditos del fondo del mapa",
|
|
@@ -285,7 +283,6 @@ const locale = {
|
|
|
285
283
|
"Quantiles": "Cuantiles",
|
|
286
284
|
"Recent": "Recientes",
|
|
287
285
|
"Remote data": "Datos remotos",
|
|
288
|
-
"Remove shape from the multi": "Eliminar forma del multielemento",
|
|
289
286
|
"Replace layer content": "Reemplazar el contenido de la capa",
|
|
290
287
|
"Restore this version": "Restaurar esta versión",
|
|
291
288
|
"Save current edits": "Guardar las ediciones actuales",
|
|
@@ -572,15 +569,53 @@ const locale = {
|
|
|
572
569
|
"Choose a portal": "Elegir un portal",
|
|
573
570
|
"Limit results to current map view": "Limitar los resultados a la vista actual del mapa",
|
|
574
571
|
"Please choose an instance first.": "Por favor elige una instancia primero.",
|
|
575
|
-
"No geo column found: must be either `lat(itude)` and `lon(gitude)` or `geom(etry)`.": "No
|
|
576
|
-
"Add a new field": "
|
|
577
|
-
"Are you sure you want to delete this field on all the features?": "
|
|
578
|
-
"Please enter the new name of this field": "
|
|
579
|
-
"Cannot process MultiPoint": "
|
|
580
|
-
"Manage Fields": "
|
|
581
|
-
"Rename this field": "
|
|
582
|
-
"Delete this field": "
|
|
583
|
-
"Double click to edit the name": "
|
|
572
|
+
"No geo column found: must be either `lat(itude)` and `lon(gitude)` or `geom(etry)`.": "No se encontró una columna geográfica: debe ser `lat(itud)` y `lon(gitud)` o `geom(etría)`.",
|
|
573
|
+
"Add a new field": "Agregar un campo nuevo",
|
|
574
|
+
"Are you sure you want to delete this field on all the features?": "¿Estás seguro de que deseas eliminar este campo en todos los elementos?",
|
|
575
|
+
"Please enter the new name of this field": "Ingresa el nuevo nombre de este campo",
|
|
576
|
+
"Cannot process MultiPoint": "No se puede procesar MultiPoint",
|
|
577
|
+
"Manage Fields": "Administrar campos",
|
|
578
|
+
"Rename this field": "Renombrar este campo",
|
|
579
|
+
"Delete this field": "Eliminar este campo",
|
|
580
|
+
"Double click to edit the name": "Doble clic para editar el nombre",
|
|
581
|
+
"Print map": "Imprimir mapa",
|
|
582
|
+
"Choose a format": "Elige un formato",
|
|
583
|
+
"Scale map": "Escalar mapa",
|
|
584
|
+
"portrait": "Vertical",
|
|
585
|
+
"landscape": "Horizontal",
|
|
586
|
+
"Print": "Imprimir",
|
|
587
|
+
"Preparing the print…": "Preparando la impresión…",
|
|
588
|
+
"Large Circle": "Círculo grande",
|
|
589
|
+
"Icon size": "Tamaño de ícono",
|
|
590
|
+
"Will only affect raw and large circle icons.": "Solo afectará a los íconos en bruto y a los círculos grandes.",
|
|
591
|
+
"Route": "Ruta",
|
|
592
|
+
"Display the print control": "Mostrar el control de impresión",
|
|
593
|
+
"Compute isochrone from here": "Calcular isócrona desde aquí",
|
|
594
|
+
"Route settings": "Configuración de la ruta",
|
|
595
|
+
"Transform to regular line": "Transformar en línea regular",
|
|
596
|
+
"Transform to route": "Transformar en ruta",
|
|
597
|
+
"Restore route": "Restaurar ruta",
|
|
598
|
+
"Compute elevation": "Calcular elevación",
|
|
599
|
+
"Profile": "Perfil",
|
|
600
|
+
"Compute elevations": "Calcular elevaciones",
|
|
601
|
+
"Route preference": "Preferencia de ruta",
|
|
602
|
+
"Compute route": "Calcular ruta",
|
|
603
|
+
"Walking": "A pie",
|
|
604
|
+
"Hiking": "Caminata",
|
|
605
|
+
"By car": "En automóvil",
|
|
606
|
+
"Cycling": "En bicicleta",
|
|
607
|
+
"Wheelchair": "En silla de ruedas",
|
|
608
|
+
"Recommended": "Recomendado",
|
|
609
|
+
"Fastest": "Más rápido",
|
|
610
|
+
"Shortest": "Más corto",
|
|
611
|
+
"Max time (in minutes)": "Tiempo máximo (en minutos)",
|
|
612
|
+
"Number of lines": "Número de líneas",
|
|
613
|
+
"Distance:": "Distancia:",
|
|
614
|
+
"Gain:": "Ascenso:",
|
|
615
|
+
"Loss:": "Descenso:",
|
|
616
|
+
"Altitude:": "Altitud:",
|
|
617
|
+
"Right-click to edit": "Haz clic derecho para editar",
|
|
618
|
+
"Draw along routes": "Dibujar siguiendo rutas"
|
|
584
619
|
}
|
|
585
620
|
L.registerLocale("es", locale)
|
|
586
621
|
L.setLocale("es")
|
umap/static/umap/locale/es.json
CHANGED
|
@@ -57,7 +57,6 @@
|
|
|
57
57
|
"Click last point to finish shape": "Haz clic en el último punto para terminar la forma",
|
|
58
58
|
"Click to add a marker": "Haz clic para añadir un marcador",
|
|
59
59
|
"Click to continue drawing": "Haz clic para continuar dibujando",
|
|
60
|
-
"Click to edit": "Haz clic para editar",
|
|
61
60
|
"Click to start drawing a line": "Haz clic para empezar a dibujar una línea",
|
|
62
61
|
"Click to start drawing a polygon": "Haz clic para empezar a dibujar un polígono",
|
|
63
62
|
"Clone of {name}": "Copia de {name}",
|
|
@@ -209,7 +208,6 @@
|
|
|
209
208
|
"Link with text: [[https://example.com|text of the link]]": "Enlace con texto: [[https://example.com|text of the link]]",
|
|
210
209
|
"Long credits": "Créditos largos",
|
|
211
210
|
"Longitude": "Longitud",
|
|
212
|
-
"Make main shape": "Convertir en forma principal",
|
|
213
211
|
"Manage layers": "Administrar capas",
|
|
214
212
|
"Manual": "Manual",
|
|
215
213
|
"Map background credits": "Créditos del fondo del mapa",
|
|
@@ -285,7 +283,6 @@
|
|
|
285
283
|
"Quantiles": "Cuantiles",
|
|
286
284
|
"Recent": "Recientes",
|
|
287
285
|
"Remote data": "Datos remotos",
|
|
288
|
-
"Remove shape from the multi": "Eliminar forma del multielemento",
|
|
289
286
|
"Replace layer content": "Reemplazar el contenido de la capa",
|
|
290
287
|
"Restore this version": "Restaurar esta versión",
|
|
291
288
|
"Save current edits": "Guardar las ediciones actuales",
|
|
@@ -572,13 +569,51 @@
|
|
|
572
569
|
"Choose a portal": "Elegir un portal",
|
|
573
570
|
"Limit results to current map view": "Limitar los resultados a la vista actual del mapa",
|
|
574
571
|
"Please choose an instance first.": "Por favor elige una instancia primero.",
|
|
575
|
-
"No geo column found: must be either `lat(itude)` and `lon(gitude)` or `geom(etry)`.": "No
|
|
576
|
-
"Add a new field": "
|
|
577
|
-
"Are you sure you want to delete this field on all the features?": "
|
|
578
|
-
"Please enter the new name of this field": "
|
|
579
|
-
"Cannot process MultiPoint": "
|
|
580
|
-
"Manage Fields": "
|
|
581
|
-
"Rename this field": "
|
|
582
|
-
"Delete this field": "
|
|
583
|
-
"Double click to edit the name": "
|
|
572
|
+
"No geo column found: must be either `lat(itude)` and `lon(gitude)` or `geom(etry)`.": "No se encontró una columna geográfica: debe ser `lat(itud)` y `lon(gitud)` o `geom(etría)`.",
|
|
573
|
+
"Add a new field": "Agregar un campo nuevo",
|
|
574
|
+
"Are you sure you want to delete this field on all the features?": "¿Estás seguro de que deseas eliminar este campo en todos los elementos?",
|
|
575
|
+
"Please enter the new name of this field": "Ingresa el nuevo nombre de este campo",
|
|
576
|
+
"Cannot process MultiPoint": "No se puede procesar MultiPoint",
|
|
577
|
+
"Manage Fields": "Administrar campos",
|
|
578
|
+
"Rename this field": "Renombrar este campo",
|
|
579
|
+
"Delete this field": "Eliminar este campo",
|
|
580
|
+
"Double click to edit the name": "Doble clic para editar el nombre",
|
|
581
|
+
"Print map": "Imprimir mapa",
|
|
582
|
+
"Choose a format": "Elige un formato",
|
|
583
|
+
"Scale map": "Escalar mapa",
|
|
584
|
+
"portrait": "Vertical",
|
|
585
|
+
"landscape": "Horizontal",
|
|
586
|
+
"Print": "Imprimir",
|
|
587
|
+
"Preparing the print…": "Preparando la impresión…",
|
|
588
|
+
"Large Circle": "Círculo grande",
|
|
589
|
+
"Icon size": "Tamaño de ícono",
|
|
590
|
+
"Will only affect raw and large circle icons.": "Solo afectará a los íconos en bruto y a los círculos grandes.",
|
|
591
|
+
"Route": "Ruta",
|
|
592
|
+
"Display the print control": "Mostrar el control de impresión",
|
|
593
|
+
"Compute isochrone from here": "Calcular isócrona desde aquí",
|
|
594
|
+
"Route settings": "Configuración de la ruta",
|
|
595
|
+
"Transform to regular line": "Transformar en línea regular",
|
|
596
|
+
"Transform to route": "Transformar en ruta",
|
|
597
|
+
"Restore route": "Restaurar ruta",
|
|
598
|
+
"Compute elevation": "Calcular elevación",
|
|
599
|
+
"Profile": "Perfil",
|
|
600
|
+
"Compute elevations": "Calcular elevaciones",
|
|
601
|
+
"Route preference": "Preferencia de ruta",
|
|
602
|
+
"Compute route": "Calcular ruta",
|
|
603
|
+
"Walking": "A pie",
|
|
604
|
+
"Hiking": "Caminata",
|
|
605
|
+
"By car": "En automóvil",
|
|
606
|
+
"Cycling": "En bicicleta",
|
|
607
|
+
"Wheelchair": "En silla de ruedas",
|
|
608
|
+
"Recommended": "Recomendado",
|
|
609
|
+
"Fastest": "Más rápido",
|
|
610
|
+
"Shortest": "Más corto",
|
|
611
|
+
"Max time (in minutes)": "Tiempo máximo (en minutos)",
|
|
612
|
+
"Number of lines": "Número de líneas",
|
|
613
|
+
"Distance:": "Distancia:",
|
|
614
|
+
"Gain:": "Ascenso:",
|
|
615
|
+
"Loss:": "Descenso:",
|
|
616
|
+
"Altitude:": "Altitud:",
|
|
617
|
+
"Right-click to edit": "Haz clic derecho para editar",
|
|
618
|
+
"Draw along routes": "Dibujar siguiendo rutas"
|
|
584
619
|
}
|
umap/static/umap/locale/et.js
CHANGED
|
@@ -57,7 +57,6 @@ const locale = {
|
|
|
57
57
|
"Click last point to finish shape": "Klõpsa kujundi lõpetamiseks viimasel punktil",
|
|
58
58
|
"Click to add a marker": "Klõpsa markeri lisamiseks",
|
|
59
59
|
"Click to continue drawing": "Klõpsa joonistamise jätkamiseks",
|
|
60
|
-
"Click to edit": "Klõpsa muutmiseks",
|
|
61
60
|
"Click to start drawing a line": "Klõpsa joone alustamiseks",
|
|
62
61
|
"Click to start drawing a polygon": "Klõpsa hulknurga alustamiseks",
|
|
63
62
|
"Clone of {name}": "{name} koopia",
|
|
@@ -209,7 +208,6 @@ const locale = {
|
|
|
209
208
|
"Link with text: [[https://example.com|text of the link]]": "Link with text: [[https://example.com|text of the link]]",
|
|
210
209
|
"Long credits": "Long credits",
|
|
211
210
|
"Longitude": "Pikkus",
|
|
212
|
-
"Make main shape": "Muuda peamiseks kujundiks",
|
|
213
211
|
"Manage layers": "Halda kihte",
|
|
214
212
|
"Manual": "Manual",
|
|
215
213
|
"Map background credits": "Kaardi tausta õigused",
|
|
@@ -285,7 +283,6 @@ const locale = {
|
|
|
285
283
|
"Quantiles": "Quantiles",
|
|
286
284
|
"Recent": "Recent",
|
|
287
285
|
"Remote data": "Kaugandmed",
|
|
288
|
-
"Remove shape from the multi": "Remove shape from the multi",
|
|
289
286
|
"Replace layer content": "Asenda kihi sisu",
|
|
290
287
|
"Restore this version": "Taasta see versioon",
|
|
291
288
|
"Save current edits": "Salvesta praegused muudatused",
|
|
@@ -580,7 +577,45 @@ const locale = {
|
|
|
580
577
|
"Manage Fields": "Manage Fields",
|
|
581
578
|
"Rename this field": "Rename this field",
|
|
582
579
|
"Delete this field": "Delete this field",
|
|
583
|
-
"Double click to edit the name": "Double click to edit the name"
|
|
580
|
+
"Double click to edit the name": "Double click to edit the name",
|
|
581
|
+
"Print map": "Print map",
|
|
582
|
+
"Choose a format": "Choose a format",
|
|
583
|
+
"Scale map": "Scale map",
|
|
584
|
+
"portrait": "portrait",
|
|
585
|
+
"landscape": "landscape",
|
|
586
|
+
"Print": "Print",
|
|
587
|
+
"Preparing the print…": "Preparing the print…",
|
|
588
|
+
"Large Circle": "Large Circle",
|
|
589
|
+
"Icon size": "Icon size",
|
|
590
|
+
"Will only affect raw and large circle icons.": "Will only affect raw and large circle icons.",
|
|
591
|
+
"Route": "Route",
|
|
592
|
+
"Display the print control": "Display the print control",
|
|
593
|
+
"Compute isochrone from here": "Compute isochrone from here",
|
|
594
|
+
"Route settings": "Route settings",
|
|
595
|
+
"Transform to regular line": "Transform to regular line",
|
|
596
|
+
"Transform to route": "Transform to route",
|
|
597
|
+
"Restore route": "Restore route",
|
|
598
|
+
"Compute elevation": "Compute elevation",
|
|
599
|
+
"Profile": "Profile",
|
|
600
|
+
"Compute elevations": "Compute elevations",
|
|
601
|
+
"Route preference": "Route preference",
|
|
602
|
+
"Compute route": "Compute route",
|
|
603
|
+
"Walking": "Walking",
|
|
604
|
+
"Hiking": "Hiking",
|
|
605
|
+
"By car": "By car",
|
|
606
|
+
"Cycling": "Cycling",
|
|
607
|
+
"Wheelchair": "Wheelchair",
|
|
608
|
+
"Recommended": "Recommended",
|
|
609
|
+
"Fastest": "Fastest",
|
|
610
|
+
"Shortest": "Shortest",
|
|
611
|
+
"Max time (in minutes)": "Max time (in minutes)",
|
|
612
|
+
"Number of lines": "Number of lines",
|
|
613
|
+
"Distance:": "Distance:",
|
|
614
|
+
"Gain:": "Gain:",
|
|
615
|
+
"Loss:": "Loss:",
|
|
616
|
+
"Altitude:": "Altitude:",
|
|
617
|
+
"Right-click to edit": "Right-click to edit",
|
|
618
|
+
"Draw along routes": "Draw along routes"
|
|
584
619
|
}
|
|
585
620
|
L.registerLocale("et", locale)
|
|
586
621
|
L.setLocale("et")
|
umap/static/umap/locale/et.json
CHANGED
|
@@ -57,7 +57,6 @@
|
|
|
57
57
|
"Click last point to finish shape": "Klõpsa kujundi lõpetamiseks viimasel punktil",
|
|
58
58
|
"Click to add a marker": "Klõpsa markeri lisamiseks",
|
|
59
59
|
"Click to continue drawing": "Klõpsa joonistamise jätkamiseks",
|
|
60
|
-
"Click to edit": "Klõpsa muutmiseks",
|
|
61
60
|
"Click to start drawing a line": "Klõpsa joone alustamiseks",
|
|
62
61
|
"Click to start drawing a polygon": "Klõpsa hulknurga alustamiseks",
|
|
63
62
|
"Clone of {name}": "{name} koopia",
|
|
@@ -209,7 +208,6 @@
|
|
|
209
208
|
"Link with text: [[https://example.com|text of the link]]": "Link with text: [[https://example.com|text of the link]]",
|
|
210
209
|
"Long credits": "Long credits",
|
|
211
210
|
"Longitude": "Pikkus",
|
|
212
|
-
"Make main shape": "Muuda peamiseks kujundiks",
|
|
213
211
|
"Manage layers": "Halda kihte",
|
|
214
212
|
"Manual": "Manual",
|
|
215
213
|
"Map background credits": "Kaardi tausta õigused",
|
|
@@ -285,7 +283,6 @@
|
|
|
285
283
|
"Quantiles": "Quantiles",
|
|
286
284
|
"Recent": "Recent",
|
|
287
285
|
"Remote data": "Kaugandmed",
|
|
288
|
-
"Remove shape from the multi": "Remove shape from the multi",
|
|
289
286
|
"Replace layer content": "Asenda kihi sisu",
|
|
290
287
|
"Restore this version": "Taasta see versioon",
|
|
291
288
|
"Save current edits": "Salvesta praegused muudatused",
|
|
@@ -580,5 +577,43 @@
|
|
|
580
577
|
"Manage Fields": "Manage Fields",
|
|
581
578
|
"Rename this field": "Rename this field",
|
|
582
579
|
"Delete this field": "Delete this field",
|
|
583
|
-
"Double click to edit the name": "Double click to edit the name"
|
|
580
|
+
"Double click to edit the name": "Double click to edit the name",
|
|
581
|
+
"Print map": "Print map",
|
|
582
|
+
"Choose a format": "Choose a format",
|
|
583
|
+
"Scale map": "Scale map",
|
|
584
|
+
"portrait": "portrait",
|
|
585
|
+
"landscape": "landscape",
|
|
586
|
+
"Print": "Print",
|
|
587
|
+
"Preparing the print…": "Preparing the print…",
|
|
588
|
+
"Large Circle": "Large Circle",
|
|
589
|
+
"Icon size": "Icon size",
|
|
590
|
+
"Will only affect raw and large circle icons.": "Will only affect raw and large circle icons.",
|
|
591
|
+
"Route": "Route",
|
|
592
|
+
"Display the print control": "Display the print control",
|
|
593
|
+
"Compute isochrone from here": "Compute isochrone from here",
|
|
594
|
+
"Route settings": "Route settings",
|
|
595
|
+
"Transform to regular line": "Transform to regular line",
|
|
596
|
+
"Transform to route": "Transform to route",
|
|
597
|
+
"Restore route": "Restore route",
|
|
598
|
+
"Compute elevation": "Compute elevation",
|
|
599
|
+
"Profile": "Profile",
|
|
600
|
+
"Compute elevations": "Compute elevations",
|
|
601
|
+
"Route preference": "Route preference",
|
|
602
|
+
"Compute route": "Compute route",
|
|
603
|
+
"Walking": "Walking",
|
|
604
|
+
"Hiking": "Hiking",
|
|
605
|
+
"By car": "By car",
|
|
606
|
+
"Cycling": "Cycling",
|
|
607
|
+
"Wheelchair": "Wheelchair",
|
|
608
|
+
"Recommended": "Recommended",
|
|
609
|
+
"Fastest": "Fastest",
|
|
610
|
+
"Shortest": "Shortest",
|
|
611
|
+
"Max time (in minutes)": "Max time (in minutes)",
|
|
612
|
+
"Number of lines": "Number of lines",
|
|
613
|
+
"Distance:": "Distance:",
|
|
614
|
+
"Gain:": "Gain:",
|
|
615
|
+
"Loss:": "Loss:",
|
|
616
|
+
"Altitude:": "Altitude:",
|
|
617
|
+
"Right-click to edit": "Right-click to edit",
|
|
618
|
+
"Draw along routes": "Draw along routes"
|
|
584
619
|
}
|
umap/static/umap/locale/eu.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
const locale = {
|
|
2
|
-
"(area: {measure})": "(
|
|
3
|
-
"(length: {measure})": "(
|
|
2
|
+
"(area: {measure})": "(azalera: {measure})",
|
|
3
|
+
"(length: {measure})": "(luzera: {measure})",
|
|
4
4
|
"# one hash for main heading": "# traola bat goiburu nagusirako",
|
|
5
5
|
"## two hashes for second heading": "## bi traola bigarren goibururako",
|
|
6
6
|
"### three hashes for third heading": "### hiru traola hirugarren goibururako",
|
|
@@ -57,7 +57,6 @@ const locale = {
|
|
|
57
57
|
"Click last point to finish shape": "Egin klik azken puntuan forma amaitzeko",
|
|
58
58
|
"Click to add a marker": "Egin klik markagailu bat gehitzeko",
|
|
59
59
|
"Click to continue drawing": "Egin klik marrazten jarraitzeko",
|
|
60
|
-
"Click to edit": "Egin klik editatzeko",
|
|
61
60
|
"Click to start drawing a line": "Egin klik lerro bat marrazten hasteko",
|
|
62
61
|
"Click to start drawing a polygon": "Egin klik poligono bat marrazten hasteko",
|
|
63
62
|
"Clone of {name}": "{name}-ren klona",
|
|
@@ -173,12 +172,12 @@ const locale = {
|
|
|
173
172
|
"Icon shape": "Ikonoaren forma",
|
|
174
173
|
"Icon symbol": "Ikonoaren ikurra",
|
|
175
174
|
"If false, the polygon or line will act as a part of the underlying map.": "Gezurra bada, poligonoak edo lerroak azpiko maparen zati gisa jardungo du.",
|
|
176
|
-
"Iframe with custom height (in px): {{{https://iframe.url.com|height}}}": "
|
|
177
|
-
"Iframe with custom height and width (in px): {{{https://iframe.url.com|height*width}}}": "
|
|
175
|
+
"Iframe with custom height (in px): {{{https://iframe.url.com|height}}}": "Altuera pertsonalizatua duen markoa (px-tan):: {{{https://iframe.url.com|height}}}",
|
|
176
|
+
"Iframe with custom height and width (in px): {{{https://iframe.url.com|height*width}}}": "Altuera eta zabalera pertsonalizatua duen markoa (px-tan): {{{https://iframe.url.com|height*width}}}",
|
|
178
177
|
"iframe": "markoa",
|
|
179
|
-
"Iframe: {{{https://iframe.url.com}}}": "
|
|
180
|
-
"Image with custom width (in px): {{https://image.url.com|width}}": "
|
|
181
|
-
"Image: {{https://image.url.com}}": "
|
|
178
|
+
"Iframe: {{{https://iframe.url.com}}}": "Markoa: {{{https://iframe.url.com}}}",
|
|
179
|
+
"Image with custom width (in px): {{https://image.url.com|width}}": "Zabalera pertsonalizatua duen irudia (px-tan): {{https://image.url.com|width}}",
|
|
180
|
+
"Image: {{https://image.url.com}}": "Irudia: {{https://image.url.com}}",
|
|
182
181
|
"Import data": "Inportatu datuak",
|
|
183
182
|
"Import in a new layer": "Inportatu geruza berri batean",
|
|
184
183
|
"Imports all umap data, including layers and settings.": "Umap-en datu guztiak inportatzen ditu, geruzak eta ezarpenak barne.",
|
|
@@ -209,7 +208,6 @@ const locale = {
|
|
|
209
208
|
"Link with text: [[https://example.com|text of the link]]": "Testua duen esteka: [[https://adibidez.com|estekaren testua]]",
|
|
210
209
|
"Long credits": "Kreditu luzeak",
|
|
211
210
|
"Longitude": "Longitudea",
|
|
212
|
-
"Make main shape": "Egin forma nagusia",
|
|
213
211
|
"Manage layers": "Kudeatu geruzak",
|
|
214
212
|
"Manual": "Eskuliburua",
|
|
215
213
|
"Map background credits": "Maparen atzeko planoaren kredituak",
|
|
@@ -285,7 +283,6 @@ const locale = {
|
|
|
285
283
|
"Quantiles": "Kuantilak",
|
|
286
284
|
"Recent": "Duela gutxikoa",
|
|
287
285
|
"Remote data": "Urrutiko datuak",
|
|
288
|
-
"Remove shape from the multi": "Kendu forma multitik",
|
|
289
286
|
"Replace layer content": "Ordeztu geruzaren edukia",
|
|
290
287
|
"Restore this version": "Berreskuratu bertsio hau",
|
|
291
288
|
"Save current edits": "Gorde uneko aldaketak",
|
|
@@ -521,16 +518,16 @@ const locale = {
|
|
|
521
518
|
"Edit map default view": "Mapa editatzeko lehenetsitako ikuspegia",
|
|
522
519
|
"Use current center and zoom": "Erabili uneko erdigunea eta zooma",
|
|
523
520
|
"Layer permalink": "Layer permalink",
|
|
524
|
-
"Back to home": "
|
|
525
|
-
"Home logo": "
|
|
526
|
-
"Add this geometry to my map": "
|
|
527
|
-
"Add this place to my map": "
|
|
528
|
-
"Cancel last edit": "
|
|
529
|
-
"Redo last edit": "
|
|
530
|
-
"Links": "
|
|
531
|
-
"Images": "
|
|
521
|
+
"Back to home": "Bueltatu hasierara",
|
|
522
|
+
"Home logo": "Tokiko logoa",
|
|
523
|
+
"Add this geometry to my map": "Gehitu geometria hau nire mapara",
|
|
524
|
+
"Add this place to my map": "Gehitu toki hau nire mapan",
|
|
525
|
+
"Cancel last edit": "Desegin azken edizioa",
|
|
526
|
+
"Redo last edit": "Berregin azken edizioa",
|
|
527
|
+
"Links": "Estekak",
|
|
528
|
+
"Images": "Irudiak",
|
|
532
529
|
"Iframes": "Iframes",
|
|
533
|
-
"Tags": "
|
|
530
|
+
"Tags": "Etiketak",
|
|
534
531
|
"Geocode": "Geocode",
|
|
535
532
|
"Display the back to home icon": "Display the back to home icon",
|
|
536
533
|
"Do you want to display layer switcher in caption bar?": "Do you want to display layer switcher in caption bar?",
|
|
@@ -538,49 +535,87 @@ const locale = {
|
|
|
538
535
|
"Back to list": "Back to list",
|
|
539
536
|
"Toggle rule": "Toggle rule",
|
|
540
537
|
"Delete rule": "Delete rule",
|
|
541
|
-
"Cannot save layer, please try again in a few minutes.": "
|
|
538
|
+
"Cannot save layer, please try again in a few minutes.": "Ezin da geruza gorde, saiatu berriro minutu batzuk barru.",
|
|
542
539
|
"Activate collaborative live editing on this map. Other users must reload the map after changing this setting.": "Activate collaborative live editing on this map. Other users must reload the map after changing this setting.",
|
|
543
|
-
"More help resources": "
|
|
544
|
-
"This map is a template": "
|
|
545
|
-
"Add text along path": "
|
|
546
|
-
"Text color": "
|
|
540
|
+
"More help resources": "Laguntza baliabide gehiago",
|
|
541
|
+
"This map is a template": "Mapa hau txantiloi bat da",
|
|
542
|
+
"Add text along path": "Gehitu testua bidean zehar",
|
|
543
|
+
"Text color": "Testuaren kolorea",
|
|
547
544
|
"Text offset": "Text offset",
|
|
548
|
-
"Text position": "
|
|
545
|
+
"Text position": "Testuaren kokapena",
|
|
549
546
|
"start": "start",
|
|
550
547
|
"center": "center",
|
|
551
548
|
"end": "end",
|
|
552
|
-
"Text repeat": "
|
|
553
|
-
"Text rotate": "
|
|
554
|
-
"Text size": "
|
|
555
|
-
"Load map template": "
|
|
556
|
-
"My templates": "
|
|
549
|
+
"Text repeat": "Testuaren errepikapena",
|
|
550
|
+
"Text rotate": "Testuaren biraketa",
|
|
551
|
+
"Text size": "Testuaren tamaina",
|
|
552
|
+
"Load map template": "Kargatu txantiloi mapa",
|
|
553
|
+
"My templates": "Nire txantiloiak",
|
|
557
554
|
"From staff": "From staff",
|
|
558
555
|
"From community": "From community",
|
|
559
|
-
"You must select a template.": "
|
|
556
|
+
"You must select a template.": "Txantiloi bat aukeratu behar duzu",
|
|
560
557
|
"Line decoration": "Line decoration",
|
|
561
558
|
"Reuse this template": "Reuse this template",
|
|
562
|
-
"Create a new map using this template": "
|
|
563
|
-
"Save template": "
|
|
564
|
-
"Load template": "
|
|
565
|
-
"Loading a template will apply predefined styles and settings to your map": "
|
|
566
|
-
"Load template with data": "
|
|
559
|
+
"Create a new map using this template": "Sortu mapa berri bat txantiloi hau erabiliz",
|
|
560
|
+
"Save template": "Gorde txantiloia",
|
|
561
|
+
"Load template": "Kargatu txantiloia",
|
|
562
|
+
"Loading a template will apply predefined styles and settings to your map": "Txantiloi bat kargatzean, aurrez definitutako estiloak eta ezarpenak aplikatuko zaizkio mapari",
|
|
563
|
+
"Load template with data": "Kargatu txantiloia datuekin",
|
|
567
564
|
"You have no registered template yet. You can add one by creating a new map and flagging it as \"template\".": "You have no registered template yet. You can add one by creating a new map and flagging it as \"template\".",
|
|
568
565
|
"There is no recommended template yet. Recommended templates are the ones starred by uMap administrators.": "There is no recommended template yet. Recommended templates are the ones starred by uMap administrators.",
|
|
569
566
|
"There is no public template yet.": "There is no public template yet.",
|
|
570
567
|
"Explore": "Explore",
|
|
571
568
|
"Import data from public open data portals": "Import data from public open data portals",
|
|
572
569
|
"Choose a portal": "Choose a portal",
|
|
573
|
-
"Limit results to current map view": "
|
|
574
|
-
"Please choose an instance first.": "
|
|
570
|
+
"Limit results to current map view": "Mugatu emaitzak uneko maparen ikuspegira",
|
|
571
|
+
"Please choose an instance first.": "Mesedez, lehendabizi instantzia bat aukeratu.",
|
|
575
572
|
"No geo column found: must be either `lat(itude)` and `lon(gitude)` or `geom(etry)`.": "No geo column found: must be either `lat(itude)` and `lon(gitude)` or `geom(etry)`.",
|
|
576
|
-
"Add a new field": "
|
|
577
|
-
"Are you sure you want to delete this field on all the features?": "
|
|
578
|
-
"Please enter the new name of this field": "
|
|
573
|
+
"Add a new field": "Gehitu eremu berri bat",
|
|
574
|
+
"Are you sure you want to delete this field on all the features?": "Ziur zaude eremu hau ezabatu nahi duzula funtzio guztietan?",
|
|
575
|
+
"Please enter the new name of this field": "Eman izen berri bat eremu honi",
|
|
579
576
|
"Cannot process MultiPoint": "Cannot process MultiPoint",
|
|
580
|
-
"Manage Fields": "
|
|
581
|
-
"Rename this field": "
|
|
582
|
-
"Delete this field": "
|
|
583
|
-
"Double click to edit the name": "
|
|
577
|
+
"Manage Fields": "Kudeatu eremuak",
|
|
578
|
+
"Rename this field": "Berrizendatu eremu hau",
|
|
579
|
+
"Delete this field": "Ezabatu eremu hau",
|
|
580
|
+
"Double click to edit the name": "Egin klik bikoitza izena editatzeko",
|
|
581
|
+
"Print map": "Print map",
|
|
582
|
+
"Choose a format": "Choose a format",
|
|
583
|
+
"Scale map": "Scale map",
|
|
584
|
+
"portrait": "portrait",
|
|
585
|
+
"landscape": "landscape",
|
|
586
|
+
"Print": "Print",
|
|
587
|
+
"Preparing the print…": "Preparing the print…",
|
|
588
|
+
"Large Circle": "Large Circle",
|
|
589
|
+
"Icon size": "Icon size",
|
|
590
|
+
"Will only affect raw and large circle icons.": "Will only affect raw and large circle icons.",
|
|
591
|
+
"Route": "Route",
|
|
592
|
+
"Display the print control": "Display the print control",
|
|
593
|
+
"Compute isochrone from here": "Compute isochrone from here",
|
|
594
|
+
"Route settings": "Route settings",
|
|
595
|
+
"Transform to regular line": "Transform to regular line",
|
|
596
|
+
"Transform to route": "Transform to route",
|
|
597
|
+
"Restore route": "Restore route",
|
|
598
|
+
"Compute elevation": "Compute elevation",
|
|
599
|
+
"Profile": "Profile",
|
|
600
|
+
"Compute elevations": "Compute elevations",
|
|
601
|
+
"Route preference": "Route preference",
|
|
602
|
+
"Compute route": "Compute route",
|
|
603
|
+
"Walking": "Walking",
|
|
604
|
+
"Hiking": "Hiking",
|
|
605
|
+
"By car": "By car",
|
|
606
|
+
"Cycling": "Cycling",
|
|
607
|
+
"Wheelchair": "Wheelchair",
|
|
608
|
+
"Recommended": "Recommended",
|
|
609
|
+
"Fastest": "Fastest",
|
|
610
|
+
"Shortest": "Shortest",
|
|
611
|
+
"Max time (in minutes)": "Max time (in minutes)",
|
|
612
|
+
"Number of lines": "Number of lines",
|
|
613
|
+
"Distance:": "Distance:",
|
|
614
|
+
"Gain:": "Gain:",
|
|
615
|
+
"Loss:": "Loss:",
|
|
616
|
+
"Altitude:": "Altitude:",
|
|
617
|
+
"Right-click to edit": "Right-click to edit",
|
|
618
|
+
"Draw along routes": "Draw along routes"
|
|
584
619
|
}
|
|
585
620
|
L.registerLocale("eu", locale)
|
|
586
621
|
L.setLocale("eu")
|