umap-project 1.14.0a5__py3-none-any.whl → 2.0.0a1__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/storage.py +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 -2
- 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.0a1.dist-info}/METADATA +13 -15
- {umap_project-1.14.0a5.dist-info → umap_project-2.0.0a1.dist-info}/RECORD +212 -200
- 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.0a1.dist-info}/WHEEL +0 -0
- {umap_project-1.14.0a5.dist-info → umap_project-2.0.0a1.dist-info}/entry_points.txt +0 -0
- {umap_project-1.14.0a5.dist-info → umap_project-2.0.0a1.dist-info}/licenses/LICENSE +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/* Shapes */
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
U.Popup = L.Popup.extend({
|
|
4
4
|
options: {
|
|
5
5
|
parseTemplate: true,
|
|
6
6
|
},
|
|
@@ -15,7 +15,7 @@ L.U.Popup = L.Popup.extend({
|
|
|
15
15
|
|
|
16
16
|
format: function () {
|
|
17
17
|
const mode = this.feature.getOption('popupTemplate') || 'Default',
|
|
18
|
-
klass =
|
|
18
|
+
klass = U.PopupTemplate[mode] || U.PopupTemplate.Default
|
|
19
19
|
this.content = new klass(this.feature, this.container)
|
|
20
20
|
this.content.render()
|
|
21
21
|
const els = this.container.querySelectorAll('img,iframe')
|
|
@@ -42,14 +42,14 @@ L.U.Popup = L.Popup.extend({
|
|
|
42
42
|
},
|
|
43
43
|
})
|
|
44
44
|
|
|
45
|
-
|
|
45
|
+
U.Popup.Large = U.Popup.extend({
|
|
46
46
|
options: {
|
|
47
47
|
maxWidth: 500,
|
|
48
48
|
className: 'umap-popup-large',
|
|
49
49
|
},
|
|
50
50
|
})
|
|
51
51
|
|
|
52
|
-
|
|
52
|
+
U.Popup.Panel = U.Popup.extend({
|
|
53
53
|
options: {
|
|
54
54
|
zoomAnimation: false,
|
|
55
55
|
},
|
|
@@ -97,13 +97,13 @@ L.U.Popup.Panel = L.U.Popup.extend({
|
|
|
97
97
|
_updatePosition: function () {},
|
|
98
98
|
_adjustPan: function () {},
|
|
99
99
|
})
|
|
100
|
-
|
|
100
|
+
U.Popup.SimplePanel = U.Popup.Panel // Retrocompat.
|
|
101
101
|
|
|
102
102
|
/* Content templates */
|
|
103
103
|
|
|
104
|
-
|
|
104
|
+
U.PopupTemplate = {}
|
|
105
105
|
|
|
106
|
-
|
|
106
|
+
U.PopupTemplate.Default = L.Class.extend({
|
|
107
107
|
initialize: function (feature, container) {
|
|
108
108
|
this.feature = feature
|
|
109
109
|
this.container = container
|
|
@@ -176,7 +176,7 @@ L.U.PopupTemplate.Default = L.Class.extend({
|
|
|
176
176
|
},
|
|
177
177
|
})
|
|
178
178
|
|
|
179
|
-
|
|
179
|
+
U.PopupTemplate.BaseWithTitle = U.PopupTemplate.Default.extend({
|
|
180
180
|
renderTitle: function () {
|
|
181
181
|
let title
|
|
182
182
|
if (this.feature.getDisplayName()) {
|
|
@@ -187,7 +187,7 @@ L.U.PopupTemplate.BaseWithTitle = L.U.PopupTemplate.Default.extend({
|
|
|
187
187
|
},
|
|
188
188
|
})
|
|
189
189
|
|
|
190
|
-
|
|
190
|
+
U.PopupTemplate.Table = U.PopupTemplate.BaseWithTitle.extend({
|
|
191
191
|
formatRow: function (key, value) {
|
|
192
192
|
if (value.indexOf('http') === 0) {
|
|
193
193
|
value = `<a href="${value}" target="_blank">${value}</a>`
|
|
@@ -213,7 +213,7 @@ L.U.PopupTemplate.Table = L.U.PopupTemplate.BaseWithTitle.extend({
|
|
|
213
213
|
},
|
|
214
214
|
})
|
|
215
215
|
|
|
216
|
-
|
|
216
|
+
U.PopupTemplate.GeoRSSImage = U.PopupTemplate.BaseWithTitle.extend({
|
|
217
217
|
options: {
|
|
218
218
|
minWidth: 300,
|
|
219
219
|
maxWidth: 500,
|
|
@@ -237,7 +237,7 @@ L.U.PopupTemplate.GeoRSSImage = L.U.PopupTemplate.BaseWithTitle.extend({
|
|
|
237
237
|
},
|
|
238
238
|
})
|
|
239
239
|
|
|
240
|
-
|
|
240
|
+
U.PopupTemplate.GeoRSSLink = U.PopupTemplate.Default.extend({
|
|
241
241
|
options: {
|
|
242
242
|
className: 'umap-georss-link',
|
|
243
243
|
},
|
|
@@ -252,7 +252,7 @@ L.U.PopupTemplate.GeoRSSLink = L.U.PopupTemplate.Default.extend({
|
|
|
252
252
|
},
|
|
253
253
|
})
|
|
254
254
|
|
|
255
|
-
|
|
255
|
+
U.PopupTemplate.OSM = U.PopupTemplate.Default.extend({
|
|
256
256
|
options: {
|
|
257
257
|
className: 'umap-openstreetmap',
|
|
258
258
|
},
|
|
@@ -270,9 +270,9 @@ L.U.PopupTemplate.OSM = L.U.PopupTemplate.Default.extend({
|
|
|
270
270
|
const color = this.feature.getDynamicOption('color')
|
|
271
271
|
title.style.backgroundColor = color
|
|
272
272
|
const iconUrl = this.feature.getDynamicOption('iconUrl')
|
|
273
|
-
let icon =
|
|
273
|
+
let icon = U.Icon.makeIconElement(iconUrl, title)
|
|
274
274
|
L.DomUtil.addClass(icon, 'icon')
|
|
275
|
-
|
|
275
|
+
U.Icon.setIconContrast(icon, title, iconUrl, color)
|
|
276
276
|
if (L.DomUtil.contrastedColor(title, color)) title.style.color = 'white'
|
|
277
277
|
L.DomUtil.add('span', '', title, this.getName())
|
|
278
278
|
const street = props['addr:street']
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
U.Share = L.Class.extend({
|
|
2
2
|
EXPORT_TYPES: {
|
|
3
3
|
geojson: {
|
|
4
4
|
formatter: function (map) {
|
|
@@ -138,13 +138,13 @@ L.U.Share = L.Class.extend({
|
|
|
138
138
|
for (let i = 0; i < this.map.HIDDABLE_CONTROLS.length; i++) {
|
|
139
139
|
UIFields.push(`queryString.${this.map.HIDDABLE_CONTROLS[i]}Control`)
|
|
140
140
|
}
|
|
141
|
-
const iframeExporter = new
|
|
141
|
+
const iframeExporter = new U.IframeExporter(this.map)
|
|
142
142
|
const buildIframeCode = () => {
|
|
143
143
|
iframe.innerHTML = iframeExporter.build()
|
|
144
144
|
exportUrl.value = window.location.protocol + iframeExporter.buildUrl()
|
|
145
145
|
}
|
|
146
146
|
buildIframeCode()
|
|
147
|
-
const builder = new
|
|
147
|
+
const builder = new U.FormBuilder(iframeExporter, UIFields, {
|
|
148
148
|
callback: buildIframeCode,
|
|
149
149
|
})
|
|
150
150
|
const iframeOptions = L.DomUtil.createFieldset(
|
|
@@ -182,7 +182,7 @@ L.U.Share = L.Class.extend({
|
|
|
182
182
|
},
|
|
183
183
|
})
|
|
184
184
|
|
|
185
|
-
|
|
185
|
+
U.IframeExporter = L.Evented.extend({
|
|
186
186
|
options: {
|
|
187
187
|
includeFullScreenLink: true,
|
|
188
188
|
currentView: false,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
U.Slideshow = L.Class.extend({
|
|
2
2
|
statics: {
|
|
3
3
|
CLASSNAME: 'umap-slideshow-active',
|
|
4
4
|
},
|
|
@@ -65,7 +65,7 @@ L.U.Slideshow = L.Class.extend({
|
|
|
65
65
|
},
|
|
66
66
|
|
|
67
67
|
defaultDatalayer: function () {
|
|
68
|
-
return this.map.findDataLayer((d) => d.
|
|
68
|
+
return this.map.findDataLayer((d) => d.canBrowse())
|
|
69
69
|
},
|
|
70
70
|
|
|
71
71
|
timeSpinner: function () {
|
|
@@ -97,7 +97,7 @@ L.U.Slideshow = L.Class.extend({
|
|
|
97
97
|
play: function () {
|
|
98
98
|
if (this._id) return
|
|
99
99
|
if (this.map.editEnabled || !this.map.options.slideshow.active) return
|
|
100
|
-
L.DomUtil.addClass(document.body,
|
|
100
|
+
L.DomUtil.addClass(document.body, U.Slideshow.CLASSNAME)
|
|
101
101
|
this._id = window.setInterval(L.bind(this.loop, this), this.options.delay)
|
|
102
102
|
this.resetSpinners()
|
|
103
103
|
this.loop()
|
|
@@ -110,7 +110,7 @@ L.U.Slideshow = L.Class.extend({
|
|
|
110
110
|
|
|
111
111
|
pause: function () {
|
|
112
112
|
if (this._id) {
|
|
113
|
-
L.DomUtil.removeClass(document.body,
|
|
113
|
+
L.DomUtil.removeClass(document.body, U.Slideshow.CLASSNAME)
|
|
114
114
|
window.clearInterval(this._id)
|
|
115
115
|
this._id = null
|
|
116
116
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
U.TableEditor = L.Class.extend({
|
|
2
2
|
initialize: function (datalayer) {
|
|
3
3
|
this.datalayer = datalayer
|
|
4
4
|
this.table = L.DomUtil.create('div', 'table')
|
|
@@ -54,7 +54,7 @@ L.U.TableEditor = L.Class.extend({
|
|
|
54
54
|
},
|
|
55
55
|
|
|
56
56
|
renderRow: function (feature) {
|
|
57
|
-
const builder = new
|
|
57
|
+
const builder = new U.FormBuilder(feature, this.field_properties, {
|
|
58
58
|
id: `umap-feature-properties_${L.stamp(feature)}`,
|
|
59
59
|
className: 'trow',
|
|
60
60
|
callback: feature.resetTooltip,
|
umap/static/umap/js/umap.ui.js
CHANGED
umap/static/umap/locale/am_ET.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": "ላሁኑ ብዝሀ መስመር ጨምር",
|
|
@@ -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": "መገኛዎን የሚያሳየውን ካርታ ወደ መሀል ያድርጉ",
|
|
@@ -159,7 +156,6 @@ const locale = {
|
|
|
159
156
|
"Embed the map": "ካርታውን አካትት",
|
|
160
157
|
"Empty": "ባዶ",
|
|
161
158
|
"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": "ፊቸሩን ለመለየት ቅርፁን ነጥለህ አውጣ",
|
|
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:": "ባህርያት መጥተዋል",
|
|
225
219
|
"Provide an URL here": "የድረገፁን መገኛ አድራሻ ያስገቡ",
|
|
226
220
|
"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("am_ET", locale)
|
|
447
437
|
L.setLocale("am_ET")
|
|
@@ -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": "ላሁኑ ብዝሀ መስመር ጨምር",
|
|
@@ -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": "መገኛዎን የሚያሳየውን ካርታ ወደ መሀል ያድርጉ",
|
|
@@ -159,7 +156,6 @@
|
|
|
159
156
|
"Embed the map": "ካርታውን አካትት",
|
|
160
157
|
"Empty": "ባዶ",
|
|
161
158
|
"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": "ፊቸሩን ለመለየት ቅርፁን ነጥለህ አውጣ",
|
|
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:": "ባህርያት መጥተዋል",
|
|
225
219
|
"Provide an URL here": "የድረገፁን መገኛ አድራሻ ያስገቡ",
|
|
226
220
|
"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/ar.js
CHANGED
|
@@ -78,7 +78,6 @@ const locale = {
|
|
|
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": "أضف طبقة",
|
|
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": "Advanced properties",
|
|
89
88
|
"All properties are imported.": "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?": "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": "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": "تصفح البيانات",
|
|
104
101
|
"Cancel edits": "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": "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": "الخروج من الشاشة الكاملة",
|
|
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": "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 @@ 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("ar", locale)
|
|
447
437
|
L.setLocale("ar")
|
umap/static/umap/locale/ar.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": "About",
|
|
81
|
-
"Action not allowed :(": "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": "Advanced properties",
|
|
89
88
|
"All properties are imported.": "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?": "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": "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": "تصفح البيانات",
|
|
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": "الخروج من الشاشة الكاملة",
|
|
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": "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/ast.js
CHANGED
|
@@ -78,7 +78,6 @@ const locale = {
|
|
|
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 @@ const locale = {
|
|
|
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 @@ const locale = {
|
|
|
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 @@ const locale = {
|
|
|
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 @@ const locale = {
|
|
|
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 @@ 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("ast", locale)
|
|
447
437
|
L.setLocale("ast")
|
umap/static/umap/locale/ast.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": "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
|
}
|