umap-project 2.1.3__py3-none-any.whl → 2.2.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.
Potentially problematic release.
This version of umap-project might be problematic. Click here for more details.
- umap/__init__.py +1 -1
- umap/context_processors.py +1 -0
- umap/locale/br/LC_MESSAGES/django.mo +0 -0
- umap/locale/en/LC_MESSAGES/django.po +32 -32
- umap/locale/hu/LC_MESSAGES/django.mo +0 -0
- umap/locale/it/LC_MESSAGES/django.mo +0 -0
- umap/locale/ms/LC_MESSAGES/django.mo +0 -0
- umap/migrations/0020_alter_tilelayer_url_template.py +19 -0
- umap/migrations/0021_remove_map_description.py +16 -0
- umap/models.py +8 -6
- umap/settings/base.py +1 -0
- umap/static/umap/base.css +29 -151
- umap/static/umap/content.css +7 -25
- umap/static/umap/css/icon.css +112 -0
- umap/static/umap/css/panel.css +140 -0
- umap/static/umap/img/16-white.svg +5 -1
- umap/static/umap/img/16.svg +7 -4
- umap/static/umap/img/24-white.svg +3 -1
- umap/static/umap/img/24.svg +3 -4
- umap/static/umap/img/source/16-white.svg +176 -940
- umap/static/umap/img/source/16.svg +8 -5
- umap/static/umap/img/source/24-white.svg +5 -3
- umap/static/umap/img/source/24.svg +6 -7
- umap/static/umap/js/modules/browser.js +82 -73
- umap/static/umap/js/modules/dompurify.js +12 -0
- umap/static/umap/js/modules/facets.js +148 -0
- umap/static/umap/js/modules/global.js +9 -1
- umap/static/umap/js/modules/i18n.js +7 -0
- umap/static/umap/js/modules/orderable.js +84 -0
- umap/static/umap/js/modules/panel.js +76 -0
- umap/static/umap/js/modules/request.js +0 -1
- umap/static/umap/js/modules/schema.js +324 -223
- umap/static/umap/js/modules/urls.js +1 -16
- umap/static/umap/js/modules/utils.js +340 -0
- umap/static/umap/js/umap.controls.js +183 -330
- umap/static/umap/js/umap.core.js +60 -364
- umap/static/umap/js/umap.datalayer.permissions.js +1 -1
- umap/static/umap/js/umap.features.js +60 -40
- umap/static/umap/js/umap.forms.js +111 -25
- umap/static/umap/js/umap.icon.js +11 -4
- umap/static/umap/js/umap.importer.js +24 -17
- umap/static/umap/js/umap.js +170 -145
- umap/static/umap/js/umap.layer.js +71 -40
- umap/static/umap/js/umap.permissions.js +9 -11
- umap/static/umap/js/umap.popup.js +10 -21
- umap/static/umap/js/umap.share.js +11 -8
- umap/static/umap/js/umap.tableeditor.js +4 -6
- umap/static/umap/js/umap.ui.js +0 -51
- umap/static/umap/locale/am_ET.js +242 -227
- umap/static/umap/locale/am_ET.json +18 -7
- umap/static/umap/locale/ar.js +242 -227
- umap/static/umap/locale/ar.json +18 -7
- umap/static/umap/locale/ast.js +242 -227
- umap/static/umap/locale/ast.json +18 -7
- umap/static/umap/locale/bg.js +242 -227
- umap/static/umap/locale/bg.json +18 -7
- umap/static/umap/locale/br.js +252 -237
- umap/static/umap/locale/br.json +22 -11
- umap/static/umap/locale/ca.js +242 -227
- umap/static/umap/locale/ca.json +18 -7
- umap/static/umap/locale/cs_CZ.js +242 -227
- umap/static/umap/locale/cs_CZ.json +18 -7
- umap/static/umap/locale/da.js +242 -227
- umap/static/umap/locale/da.json +18 -7
- umap/static/umap/locale/de.js +242 -227
- umap/static/umap/locale/de.json +18 -7
- umap/static/umap/locale/el.js +242 -227
- umap/static/umap/locale/el.json +18 -7
- umap/static/umap/locale/en.js +242 -234
- umap/static/umap/locale/en.json +19 -8
- umap/static/umap/locale/en_US.json +18 -7
- umap/static/umap/locale/es.js +242 -227
- umap/static/umap/locale/es.json +18 -7
- umap/static/umap/locale/et.js +242 -227
- umap/static/umap/locale/et.json +18 -7
- umap/static/umap/locale/eu.js +227 -199
- umap/static/umap/locale/eu.json +1 -1
- umap/static/umap/locale/fa_IR.js +242 -227
- umap/static/umap/locale/fa_IR.json +18 -7
- umap/static/umap/locale/fi.js +242 -227
- umap/static/umap/locale/fi.json +18 -7
- umap/static/umap/locale/fr.js +242 -234
- umap/static/umap/locale/fr.json +18 -7
- umap/static/umap/locale/gl.js +242 -227
- umap/static/umap/locale/gl.json +18 -7
- umap/static/umap/locale/he.js +242 -227
- umap/static/umap/locale/he.json +18 -7
- umap/static/umap/locale/hr.js +242 -227
- umap/static/umap/locale/hr.json +18 -7
- umap/static/umap/locale/hu.js +242 -234
- umap/static/umap/locale/hu.json +18 -7
- umap/static/umap/locale/id.js +242 -227
- umap/static/umap/locale/id.json +18 -7
- umap/static/umap/locale/is.js +242 -227
- umap/static/umap/locale/is.json +18 -7
- umap/static/umap/locale/it.js +242 -234
- umap/static/umap/locale/it.json +18 -7
- umap/static/umap/locale/ja.js +242 -227
- umap/static/umap/locale/ja.json +18 -7
- umap/static/umap/locale/ko.js +242 -227
- umap/static/umap/locale/ko.json +18 -7
- umap/static/umap/locale/lt.js +242 -227
- umap/static/umap/locale/lt.json +18 -7
- umap/static/umap/locale/ms.js +242 -234
- umap/static/umap/locale/ms.json +19 -8
- umap/static/umap/locale/nl.js +245 -230
- umap/static/umap/locale/nl.json +18 -7
- umap/static/umap/locale/no.js +242 -227
- umap/static/umap/locale/no.json +18 -7
- umap/static/umap/locale/pl.js +242 -227
- umap/static/umap/locale/pl.json +18 -7
- umap/static/umap/locale/pl_PL.json +18 -7
- umap/static/umap/locale/pt.js +242 -227
- umap/static/umap/locale/pt.json +18 -7
- umap/static/umap/locale/pt_BR.js +242 -227
- umap/static/umap/locale/pt_BR.json +18 -7
- umap/static/umap/locale/pt_PT.js +242 -227
- umap/static/umap/locale/pt_PT.json +18 -7
- umap/static/umap/locale/ro.js +242 -227
- umap/static/umap/locale/ro.json +18 -7
- umap/static/umap/locale/ru.js +242 -227
- umap/static/umap/locale/ru.json +18 -7
- umap/static/umap/locale/si.js +1 -1
- umap/static/umap/locale/si.json +1 -1
- umap/static/umap/locale/sk_SK.js +242 -227
- umap/static/umap/locale/sk_SK.json +18 -7
- umap/static/umap/locale/sl.js +242 -227
- umap/static/umap/locale/sl.json +18 -7
- umap/static/umap/locale/sr.js +242 -227
- umap/static/umap/locale/sr.json +18 -7
- umap/static/umap/locale/sv.js +242 -227
- umap/static/umap/locale/sv.json +18 -7
- umap/static/umap/locale/th_TH.js +242 -227
- umap/static/umap/locale/th_TH.json +18 -7
- umap/static/umap/locale/tr.js +242 -227
- umap/static/umap/locale/tr.json +18 -7
- umap/static/umap/locale/uk_UA.js +242 -227
- umap/static/umap/locale/uk_UA.json +18 -7
- umap/static/umap/locale/vi.js +242 -227
- umap/static/umap/locale/vi.json +18 -7
- umap/static/umap/locale/vi_VN.json +18 -7
- umap/static/umap/locale/zh.js +242 -227
- umap/static/umap/locale/zh.json +18 -7
- umap/static/umap/locale/zh_CN.json +18 -7
- umap/static/umap/locale/zh_TW.Big5.json +18 -7
- umap/static/umap/locale/zh_TW.js +242 -234
- umap/static/umap/locale/zh_TW.json +18 -7
- umap/static/umap/map.css +114 -265
- umap/static/umap/test/DataLayer.js +463 -0
- umap/static/umap/test/Feature.js +0 -226
- umap/static/umap/test/TableEditor.js +104 -0
- umap/static/umap/test/Util.js +0 -521
- umap/static/umap/test/index.html +0 -1
- umap/static/umap/unittests/URLs.js +1 -1
- umap/static/umap/unittests/utils.js +610 -0
- umap/static/umap/vars.css +9 -0
- umap/static/umap/vendors/dompurify/purify.es.mjs +1525 -0
- umap/static/umap/vendors/iconlayers/iconLayers.js +1 -1
- umap/templates/umap/css.html +2 -0
- umap/templates/umap/js.html +0 -1
- umap/templates/umap/map_detail.html +4 -0
- umap/templates/umap/map_table.html +12 -10
- umap/templatetags/umap_tags.py +5 -0
- umap/tests/integration/conftest.py +12 -1
- umap/tests/integration/test_anonymous_owned_map.py +6 -5
- umap/tests/integration/test_browser.py +12 -25
- umap/tests/integration/test_choropleth.py +1 -1
- umap/tests/integration/test_dashboard.py +10 -0
- umap/tests/integration/test_datalayer.py +8 -6
- umap/tests/integration/test_edit_datalayer.py +24 -19
- umap/tests/integration/test_edit_map.py +182 -2
- umap/tests/integration/test_edit_marker.py +120 -0
- umap/tests/integration/test_edit_polygon.py +122 -0
- umap/tests/integration/test_facets_browser.py +104 -14
- umap/tests/integration/test_import.py +70 -20
- umap/tests/integration/test_map.py +19 -17
- umap/tests/integration/test_map_list.py +28 -0
- umap/tests/integration/test_owned_map.py +10 -10
- umap/tests/integration/test_picto.py +5 -5
- umap/tests/integration/test_querystring.py +9 -15
- umap/tests/integration/test_slideshow.py +0 -5
- umap/tests/integration/test_statics.py +3 -2
- umap/tests/integration/test_tableeditor.py +1 -5
- umap/tests/integration/test_view_marker.py +64 -0
- umap/tests/integration/test_view_polygon.py +59 -0
- umap/tests/integration/test_view_polyline.py +51 -0
- umap/tests/test_map_views.py +13 -0
- {umap_project-2.1.3.dist-info → umap_project-2.2.0b0.dist-info}/METADATA +8 -8
- {umap_project-2.1.3.dist-info → umap_project-2.2.0b0.dist-info}/RECORD +194 -178
- umap/static/umap/vendors/dompurify/purify.min.js +0 -3
- umap/static/umap/vendors/dompurify/purify.min.js.map +0 -1
- /umap/tests/integration/{test_polygon.py → test_draw_polygon.py} +0 -0
- /umap/tests/integration/{test_polyline.py → test_draw_polyline.py} +0 -0
- {umap_project-2.1.3.dist-info → umap_project-2.2.0b0.dist-info}/WHEEL +0 -0
- {umap_project-2.1.3.dist-info → umap_project-2.2.0b0.dist-info}/entry_points.txt +0 -0
- {umap_project-2.1.3.dist-info → umap_project-2.2.0b0.dist-info}/licenses/LICENSE +0 -0
umap/static/umap/locale/pl.json
CHANGED
|
@@ -82,7 +82,6 @@
|
|
|
82
82
|
"collapsed": "zwinięty",
|
|
83
83
|
"color": "kolor",
|
|
84
84
|
"Comma separated list of numbers, including min and max values.": "Comma separated list of numbers, including min and max values.",
|
|
85
|
-
"Comma separated list of properties to use for facet search (eg.: mykey,otherkey). To control label, add it after a | (eg.: mykey|My Key,otherkey|Other Key)": "Comma separated list of properties to use for facet search (eg.: mykey,otherkey). To control label, add it after a | (eg.: mykey|My Key,otherkey|Other Key)",
|
|
86
85
|
"Comma separated list of properties to use for sorting features. To reverse the sort, put a minus sign (-) before. Eg. mykey,-otherkey.": "Comma separated list of properties to use for sorting features. To reverse the sort, put a minus sign (-) before. Eg. mykey,-otherkey.",
|
|
87
86
|
"Comma separated list of properties to use when filtering features": "Lista właściwości oddzielona przecinkiem do używania przy sortowaniu obiektów",
|
|
88
87
|
"Comma, tab or semi-colon separated values. SRS WGS84 is implied. Only Point geometries are imported. The import will look at the column headers for any mention of «lat» and «lon» at the begining of the header, case insensitive. All other column are imported as properties.": "Wartości powinny być oddzielone przecinkiem, średnikiem lub znakiem tabulacji. Układ współrzędnych WGS84 jest wymagany. Tylko geometrie typu punkt zostaną zaimportowane. Import sprawdzi nagłówki kolumn czy zawierają „lat” i „lon” na początku nagłówka, wielkość liter nie ma znaczenia. Wszystkie inne kolumny zostaną zaimportowane jako właściwości tych punktów.",
|
|
@@ -152,7 +151,6 @@
|
|
|
152
151
|
"Dynamic properties": "Właściwości dynamiczne",
|
|
153
152
|
"Dynamic": "Dynamiczne",
|
|
154
153
|
"Edit feature's layer": "Edytuj warstwę z obiektami",
|
|
155
|
-
"Edit map properties": "Edytuj właściwości mapy",
|
|
156
154
|
"Edit properties in a table": "Edytuj właściwości w tabeli",
|
|
157
155
|
"Edit the title of the map": "Edit the title of the map",
|
|
158
156
|
"Edit this feature": "Edytuj ten obiekt",
|
|
@@ -165,7 +163,6 @@
|
|
|
165
163
|
"Equidistant": "Equidistant",
|
|
166
164
|
"Error in the overlay URL": "Error in the overlay URL",
|
|
167
165
|
"Error in the tilelayer URL": "Błąd w adresie URL podkładu",
|
|
168
|
-
"Example: key1,key2,key3": "Example: key1,key2,key3",
|
|
169
166
|
"Exit Fullscreen": "Zamknij pełny ekran",
|
|
170
167
|
"expanded": "rozwinięty",
|
|
171
168
|
"Extract shape to separate feature": "Wydziel figurę jako odrębny obiekt",
|
|
@@ -173,7 +170,6 @@
|
|
|
173
170
|
"Facet search": "Facet search",
|
|
174
171
|
"Feature identifier key": "Klucz identyfikacyjny obiektu",
|
|
175
172
|
"Feature properties": "Feature properties",
|
|
176
|
-
"Features in this layer: {count}": "Features in this layer: {count}",
|
|
177
173
|
"Fetch data each time map view changes.": "Załaduj dane za każdym razem, gdy zmienia się widok mapy.",
|
|
178
174
|
"fill color": "kolor wypełnienia",
|
|
179
175
|
"fill opacity": "stopień wypełnienia",
|
|
@@ -334,8 +330,7 @@
|
|
|
334
330
|
"Search": "Szukaj",
|
|
335
331
|
"Secret edit link copied to clipboard!": "Tajny odnośnik do edycji skopiowany do schowka!",
|
|
336
332
|
"Secret edit link:": "Sekretny odnośnik edycji:",
|
|
337
|
-
"See
|
|
338
|
-
"See data layers": "Zobacz wszystkie warstwy danych",
|
|
333
|
+
"See layers": "See layers",
|
|
339
334
|
"See full screen": "Pełny ekran",
|
|
340
335
|
"See on OpenStreetMap": "See on OpenStreetMap",
|
|
341
336
|
"Select data": "Select data",
|
|
@@ -435,5 +430,21 @@
|
|
|
435
430
|
"{distance} m": "{odległość} m",
|
|
436
431
|
"{distance} miles": "{odległość} mil",
|
|
437
432
|
"{distance} NM": "{distance} Mm",
|
|
438
|
-
"{distance} yd": "{odległość} jardów"
|
|
433
|
+
"{distance} yd": "{odległość} jardów",
|
|
434
|
+
"Edit map name and caption": "Edit map name and caption",
|
|
435
|
+
"Map advanced properties": "Map advanced properties",
|
|
436
|
+
"Edit map details": "Edit map details",
|
|
437
|
+
"Back to browser": "Back to browser",
|
|
438
|
+
"Toggle size": "Toggle size",
|
|
439
|
+
"Layers": "Layers",
|
|
440
|
+
"Display the caption control": "Display the caption control",
|
|
441
|
+
"Comma separated list of properties to use for facet search (eg.: mykey,otherkey). To control label, add it after a | (eg.: mykey|My Key,otherkey|Other Key). To control input field type, add it after another | (eg.: mykey|My Key|checkbox,otherkey|Other Key|datetime). Allowed values for the input field type are checkbox (default), radio, number, date and datetime.": "Comma separated list of properties to use for facet search (eg.: mykey,otherkey). To control label, add it after a | (eg.: mykey|My Key,otherkey|Other Key). To control input field type, add it after another | (eg.: mykey|My Key|checkbox,otherkey|Other Key|datetime). Allowed values for the input field type are checkbox (default), radio, number, date and datetime.",
|
|
442
|
+
"<empty value>": "<empty value>",
|
|
443
|
+
"Min": "Min",
|
|
444
|
+
"Max": "Max",
|
|
445
|
+
"From": "From",
|
|
446
|
+
"Until": "Until",
|
|
447
|
+
"Example: key1,key2|Label 2,key3|Label 3|checkbox": "Example: key1,key2|Label 2,key3|Label 3|checkbox",
|
|
448
|
+
"Edit in OpenStreetMap": "Edit in OpenStreetMap",
|
|
449
|
+
"Cannot determine latitude and longitude columns.": "Cannot determine latitude and longitude columns."
|
|
439
450
|
}
|
|
@@ -82,7 +82,6 @@
|
|
|
82
82
|
"collapsed": "collapsed",
|
|
83
83
|
"color": "color",
|
|
84
84
|
"Comma separated list of numbers, including min and max values.": "Comma separated list of numbers, including min and max values.",
|
|
85
|
-
"Comma separated list of properties to use for facet search (eg.: mykey,otherkey). To control label, add it after a | (eg.: mykey|My Key,otherkey|Other Key)": "Comma separated list of properties to use for facet search (eg.: mykey,otherkey). To control label, add it after a | (eg.: mykey|My Key,otherkey|Other Key)",
|
|
86
85
|
"Comma separated list of properties to use for sorting features. To reverse the sort, put a minus sign (-) before. Eg. mykey,-otherkey.": "Comma separated list of properties to use for sorting features. To reverse the sort, put a minus sign (-) before. Eg. mykey,-otherkey.",
|
|
87
86
|
"Comma separated list of properties to use when filtering features": "Comma separated list of properties to use when filtering features",
|
|
88
87
|
"Comma, tab or semi-colon separated values. SRS WGS84 is implied. Only Point geometries are imported. The import will look at the column headers for any mention of «lat» and «lon» at the begining of the header, case insensitive. All other column are imported as properties.": "Comma, tab or semi-colon separated values. SRS WGS84 is implied. Only Point geometries are imported. The import will look at the column headers for any mention of «lat» and «lon» at the begining of the header, case insensitive. All other column are imported as properties.",
|
|
@@ -152,7 +151,6 @@
|
|
|
152
151
|
"Dynamic properties": "Dynamic properties",
|
|
153
152
|
"Dynamic": "Dynamic",
|
|
154
153
|
"Edit feature's layer": "Edit feature's layer",
|
|
155
|
-
"Edit map properties": "Edit map properties",
|
|
156
154
|
"Edit properties in a table": "Edit properties in a table",
|
|
157
155
|
"Edit the title of the map": "Edit the title of the map",
|
|
158
156
|
"Edit this feature": "Edit this feature",
|
|
@@ -165,7 +163,6 @@
|
|
|
165
163
|
"Equidistant": "Equidistant",
|
|
166
164
|
"Error in the overlay URL": "Error in the overlay URL",
|
|
167
165
|
"Error in the tilelayer URL": "Error in the tilelayer URL",
|
|
168
|
-
"Example: key1,key2,key3": "Example: key1,key2,key3",
|
|
169
166
|
"Exit Fullscreen": "Exit Fullscreen",
|
|
170
167
|
"expanded": "expanded",
|
|
171
168
|
"Extract shape to separate feature": "Extract shape to separate feature",
|
|
@@ -173,7 +170,6 @@
|
|
|
173
170
|
"Facet search": "Facet search",
|
|
174
171
|
"Feature identifier key": "Feature identifier key",
|
|
175
172
|
"Feature properties": "Feature properties",
|
|
176
|
-
"Features in this layer: {count}": "Features in this layer: {count}",
|
|
177
173
|
"Fetch data each time map view changes.": "Fetch data each time map view changes.",
|
|
178
174
|
"fill color": "fill color",
|
|
179
175
|
"fill opacity": "fill opacity",
|
|
@@ -334,8 +330,7 @@
|
|
|
334
330
|
"Search": "Search",
|
|
335
331
|
"Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!",
|
|
336
332
|
"Secret edit link:": "Secret edit link:",
|
|
337
|
-
"See
|
|
338
|
-
"See data layers": "See data layers",
|
|
333
|
+
"See layers": "See layers",
|
|
339
334
|
"See full screen": "See full screen",
|
|
340
335
|
"See on OpenStreetMap": "See on OpenStreetMap",
|
|
341
336
|
"Select data": "Select data",
|
|
@@ -435,5 +430,21 @@
|
|
|
435
430
|
"{distance} m": "{distance} m",
|
|
436
431
|
"{distance} miles": "{distance} miles",
|
|
437
432
|
"{distance} NM": "{distance} NM",
|
|
438
|
-
"{distance} yd": "{distance} yd"
|
|
433
|
+
"{distance} yd": "{distance} yd",
|
|
434
|
+
"Edit map name and caption": "Edit map name and caption",
|
|
435
|
+
"Map advanced properties": "Map advanced properties",
|
|
436
|
+
"Edit map details": "Edit map details",
|
|
437
|
+
"Back to browser": "Back to browser",
|
|
438
|
+
"Toggle size": "Toggle size",
|
|
439
|
+
"Layers": "Layers",
|
|
440
|
+
"Display the caption control": "Display the caption control",
|
|
441
|
+
"Comma separated list of properties to use for facet search (eg.: mykey,otherkey). To control label, add it after a | (eg.: mykey|My Key,otherkey|Other Key). To control input field type, add it after another | (eg.: mykey|My Key|checkbox,otherkey|Other Key|datetime). Allowed values for the input field type are checkbox (default), radio, number, date and datetime.": "Comma separated list of properties to use for facet search (eg.: mykey,otherkey). To control label, add it after a | (eg.: mykey|My Key,otherkey|Other Key). To control input field type, add it after another | (eg.: mykey|My Key|checkbox,otherkey|Other Key|datetime). Allowed values for the input field type are checkbox (default), radio, number, date and datetime.",
|
|
442
|
+
"<empty value>": "<empty value>",
|
|
443
|
+
"Min": "Min",
|
|
444
|
+
"Max": "Max",
|
|
445
|
+
"From": "From",
|
|
446
|
+
"Until": "Until",
|
|
447
|
+
"Example: key1,key2|Label 2,key3|Label 3|checkbox": "Example: key1,key2|Label 2,key3|Label 3|checkbox",
|
|
448
|
+
"Edit in OpenStreetMap": "Edit in OpenStreetMap",
|
|
449
|
+
"Cannot determine latitude and longitude columns.": "Cannot determine latitude and longitude columns."
|
|
439
450
|
}
|