umap-project 1.9.1__py3-none-any.whl → 1.9.3__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- umap/__init__.py +1 -1
- umap/locale/cs_CZ/LC_MESSAGES/django.mo +0 -0
- umap/locale/cs_CZ/LC_MESSAGES/django.po +35 -34
- umap/locale/es/LC_MESSAGES/django.mo +0 -0
- umap/locale/es/LC_MESSAGES/django.po +27 -27
- umap/locale/it/LC_MESSAGES/django.mo +0 -0
- umap/locale/it/LC_MESSAGES/django.po +28 -27
- umap/static/umap/base.css +20 -1
- umap/static/umap/js/umap.controls.js +177 -28
- umap/static/umap/js/umap.js +53 -148
- umap/static/umap/js/umap.layer.js +8 -0
- umap/static/umap/locale/cs_CZ.js +39 -25
- umap/static/umap/locale/cs_CZ.json +39 -25
- umap/static/umap/locale/es.js +16 -2
- umap/static/umap/locale/es.json +16 -2
- umap/static/umap/locale/it.js +25 -11
- umap/static/umap/locale/it.json +25 -11
- umap/static/umap/locale/ms.js +16 -2
- umap/static/umap/locale/ms.json +16 -2
- umap/static/umap/vendors/flat-drop-files/flatdropfiles.umd.js +2 -0
- umap/static/umap/vendors/formbuilder/Leaflet.FormBuilder.js +0 -1
- {umap_project-1.9.1.dist-info → umap_project-1.9.3.dist-info}/METADATA +1 -1
- {umap_project-1.9.1.dist-info → umap_project-1.9.3.dist-info}/RECORD +26 -25
- {umap_project-1.9.1.dist-info → umap_project-1.9.3.dist-info}/WHEEL +0 -0
- {umap_project-1.9.1.dist-info → umap_project-1.9.3.dist-info}/entry_points.txt +0 -0
- {umap_project-1.9.1.dist-info → umap_project-1.9.3.dist-info}/licenses/LICENSE +0 -0
umap/static/umap/locale/es.js
CHANGED
|
@@ -410,8 +410,22 @@ const locale = {
|
|
|
410
410
|
"Delete map": "Borrar mapa",
|
|
411
411
|
"Secret edit link:": "Enlace secreto de edición:",
|
|
412
412
|
"Who can edit \"{layer}\"": "Quién puede editar \"{layer}\"",
|
|
413
|
-
"Current map view": "
|
|
414
|
-
"Filter": "
|
|
413
|
+
"Current map view": "Vista actual del mapa",
|
|
414
|
+
"Filter": "Filtro",
|
|
415
|
+
"Choropleth": "Coropleto",
|
|
416
|
+
"Choropleth breakpoints": "Puntos de ruptura de la Coropleta",
|
|
417
|
+
"Choropleth classes": "Clases de coropletas",
|
|
418
|
+
"Choropleth color palette": "Paleta de colores Coropleta",
|
|
419
|
+
"Choropleth mode": "Modo Coropleta",
|
|
420
|
+
"Choropleth property value": "Valor de la propiedad Choropleta",
|
|
421
|
+
"Comma separated list of numbers, including min and max values.": "Lista de números separados por comas, incluidos los valores mínimo y máximo.",
|
|
422
|
+
"Equidistant": "Equidistante",
|
|
423
|
+
"Jenks-Fisher": "Jenks-Fisher",
|
|
424
|
+
"K-means": "K-medias",
|
|
425
|
+
"Manual": "Manual",
|
|
426
|
+
"Number of desired classes (default 5)": "Número de clases deseadas (predeterminadas 5)",
|
|
427
|
+
"Quantiles": "Cuantiles",
|
|
428
|
+
"Show this layer in the caption": "Mostrar esta capa en la leyenda"
|
|
415
429
|
}
|
|
416
430
|
L.registerLocale("es", locale)
|
|
417
431
|
L.setLocale("es")
|
umap/static/umap/locale/es.json
CHANGED
|
@@ -410,6 +410,20 @@
|
|
|
410
410
|
"Delete map": "Borrar mapa",
|
|
411
411
|
"Secret edit link:": "Enlace secreto de edición:",
|
|
412
412
|
"Who can edit \"{layer}\"": "Quién puede editar \"{layer}\"",
|
|
413
|
-
"Current map view": "
|
|
414
|
-
"Filter": "
|
|
413
|
+
"Current map view": "Vista actual del mapa",
|
|
414
|
+
"Filter": "Filtro",
|
|
415
|
+
"Choropleth": "Coropleto",
|
|
416
|
+
"Choropleth breakpoints": "Puntos de ruptura de la Coropleta",
|
|
417
|
+
"Choropleth classes": "Clases de coropletas",
|
|
418
|
+
"Choropleth color palette": "Paleta de colores Coropleta",
|
|
419
|
+
"Choropleth mode": "Modo Coropleta",
|
|
420
|
+
"Choropleth property value": "Valor de la propiedad Choropleta",
|
|
421
|
+
"Comma separated list of numbers, including min and max values.": "Lista de números separados por comas, incluidos los valores mínimo y máximo.",
|
|
422
|
+
"Equidistant": "Equidistante",
|
|
423
|
+
"Jenks-Fisher": "Jenks-Fisher",
|
|
424
|
+
"K-means": "K-medias",
|
|
425
|
+
"Manual": "Manual",
|
|
426
|
+
"Number of desired classes (default 5)": "Número de clases deseadas (predeterminadas 5)",
|
|
427
|
+
"Quantiles": "Cuantiles",
|
|
428
|
+
"Show this layer in the caption": "Mostrar esta capa en la leyenda"
|
|
415
429
|
}
|
umap/static/umap/locale/it.js
CHANGED
|
@@ -401,17 +401,31 @@ const locale = {
|
|
|
401
401
|
"Visibility: {status}": "Visibilità: {status}",
|
|
402
402
|
"Fit all data": "Adatta tutti i dati",
|
|
403
403
|
"Verify remote URL": "Verifica URL remota",
|
|
404
|
-
"Add": "
|
|
405
|
-
"Change": "
|
|
406
|
-
"Powered by uMap": "
|
|
407
|
-
"Search": "
|
|
408
|
-
"Toggle direct input (advanced)": "
|
|
409
|
-
"Datalayers": "
|
|
410
|
-
"Delete map": "
|
|
411
|
-
"Secret edit link:": "
|
|
412
|
-
"Who can edit \"{layer}\"": "
|
|
413
|
-
"Current map view": "
|
|
414
|
-
"Filter": "
|
|
404
|
+
"Add": "Aggiungi",
|
|
405
|
+
"Change": "Cambia",
|
|
406
|
+
"Powered by uMap": "Alimentato da uMap",
|
|
407
|
+
"Search": "Ricerca",
|
|
408
|
+
"Toggle direct input (advanced)": "Attiva/disattiva input diretto (avanzato)",
|
|
409
|
+
"Datalayers": "Strati di dati",
|
|
410
|
+
"Delete map": "Cancella la mappa",
|
|
411
|
+
"Secret edit link:": "Link segreto per editare:",
|
|
412
|
+
"Who can edit \"{layer}\"": "Chi può editare \"{layer}\"",
|
|
413
|
+
"Current map view": "Vista corrente della mappa",
|
|
414
|
+
"Filter": "Filtra",
|
|
415
|
+
"Choropleth": "Coropletica",
|
|
416
|
+
"Choropleth breakpoints": "Punti di interruzione coropletici",
|
|
417
|
+
"Choropleth classes": "Classi coropletiche",
|
|
418
|
+
"Choropleth color palette": "Palett dei colori coropletici",
|
|
419
|
+
"Choropleth mode": "Modo coropletico",
|
|
420
|
+
"Choropleth property value": "Valore della proprietà coropletica",
|
|
421
|
+
"Comma separated list of numbers, including min and max values.": "Lista dei numeri separati da virgola, che includono i valori minimi e massimi",
|
|
422
|
+
"Equidistant": "Equidistante",
|
|
423
|
+
"Jenks-Fisher": "Jenks-Fisher",
|
|
424
|
+
"K-means": "K-means",
|
|
425
|
+
"Manual": "Manuale",
|
|
426
|
+
"Number of desired classes (default 5)": "Numero di classi desiderate (default 5)",
|
|
427
|
+
"Quantiles": "Quantili",
|
|
428
|
+
"Show this layer in the caption": "Mostra questo livello nella didascalia"
|
|
415
429
|
}
|
|
416
430
|
L.registerLocale("it", locale)
|
|
417
431
|
L.setLocale("it")
|
umap/static/umap/locale/it.json
CHANGED
|
@@ -401,15 +401,29 @@
|
|
|
401
401
|
"Visibility: {status}": "Visibilità: {status}",
|
|
402
402
|
"Fit all data": "Adatta tutti i dati",
|
|
403
403
|
"Verify remote URL": "Verifica URL remota",
|
|
404
|
-
"Add": "
|
|
405
|
-
"Change": "
|
|
406
|
-
"Powered by uMap": "
|
|
407
|
-
"Search": "
|
|
408
|
-
"Toggle direct input (advanced)": "
|
|
409
|
-
"Datalayers": "
|
|
410
|
-
"Delete map": "
|
|
411
|
-
"Secret edit link:": "
|
|
412
|
-
"Who can edit \"{layer}\"": "
|
|
413
|
-
"Current map view": "
|
|
414
|
-
"Filter": "
|
|
404
|
+
"Add": "Aggiungi",
|
|
405
|
+
"Change": "Cambia",
|
|
406
|
+
"Powered by uMap": "Alimentato da uMap",
|
|
407
|
+
"Search": "Ricerca",
|
|
408
|
+
"Toggle direct input (advanced)": "Attiva/disattiva input diretto (avanzato)",
|
|
409
|
+
"Datalayers": "Strati di dati",
|
|
410
|
+
"Delete map": "Cancella la mappa",
|
|
411
|
+
"Secret edit link:": "Link segreto per editare:",
|
|
412
|
+
"Who can edit \"{layer}\"": "Chi può editare \"{layer}\"",
|
|
413
|
+
"Current map view": "Vista corrente della mappa",
|
|
414
|
+
"Filter": "Filtra",
|
|
415
|
+
"Choropleth": "Coropletica",
|
|
416
|
+
"Choropleth breakpoints": "Punti di interruzione coropletici",
|
|
417
|
+
"Choropleth classes": "Classi coropletiche",
|
|
418
|
+
"Choropleth color palette": "Palett dei colori coropletici",
|
|
419
|
+
"Choropleth mode": "Modo coropletico",
|
|
420
|
+
"Choropleth property value": "Valore della proprietà coropletica",
|
|
421
|
+
"Comma separated list of numbers, including min and max values.": "Lista dei numeri separati da virgola, che includono i valori minimi e massimi",
|
|
422
|
+
"Equidistant": "Equidistante",
|
|
423
|
+
"Jenks-Fisher": "Jenks-Fisher",
|
|
424
|
+
"K-means": "K-means",
|
|
425
|
+
"Manual": "Manuale",
|
|
426
|
+
"Number of desired classes (default 5)": "Numero di classi desiderate (default 5)",
|
|
427
|
+
"Quantiles": "Quantili",
|
|
428
|
+
"Show this layer in the caption": "Mostra questo livello nella didascalia"
|
|
415
429
|
}
|
umap/static/umap/locale/ms.js
CHANGED
|
@@ -410,8 +410,22 @@ const locale = {
|
|
|
410
410
|
"Delete map": "Padam peta",
|
|
411
411
|
"Secret edit link:": "Pautan suntingan rahsia:",
|
|
412
412
|
"Who can edit \"{layer}\"": "Siapa boleh sunting \"{layer}\"",
|
|
413
|
-
"Current map view": "
|
|
414
|
-
"Filter": "
|
|
413
|
+
"Current map view": "Paparan peta semasa",
|
|
414
|
+
"Filter": "Tapis",
|
|
415
|
+
"Choropleth": "Koroplet",
|
|
416
|
+
"Choropleth breakpoints": "Titik putus koroplet",
|
|
417
|
+
"Choropleth classes": "Kelas koroplet",
|
|
418
|
+
"Choropleth color palette": "Palet warna koroplet",
|
|
419
|
+
"Choropleth mode": "Mod koroplet",
|
|
420
|
+
"Choropleth property value": "Nilai ciri koroplet",
|
|
421
|
+
"Comma separated list of numbers, including min and max values.": "Senarai nombor, dipisahkan dengan koma, termasuk nilai minimum dan maksimum.",
|
|
422
|
+
"Equidistant": "Sama jarak",
|
|
423
|
+
"Jenks-Fisher": "Jenks-Fisher",
|
|
424
|
+
"K-means": "Cara K",
|
|
425
|
+
"Manual": "Manual",
|
|
426
|
+
"Number of desired classes (default 5)": "Jumlah kelas yang diingini (lalainya 5)",
|
|
427
|
+
"Quantiles": "Kuantil",
|
|
428
|
+
"Show this layer in the caption": "Tunjuk lapisan ini dalam keterangan"
|
|
415
429
|
}
|
|
416
430
|
L.registerLocale("ms", locale)
|
|
417
431
|
L.setLocale("ms")
|
umap/static/umap/locale/ms.json
CHANGED
|
@@ -410,6 +410,20 @@
|
|
|
410
410
|
"Delete map": "Padam peta",
|
|
411
411
|
"Secret edit link:": "Pautan suntingan rahsia:",
|
|
412
412
|
"Who can edit \"{layer}\"": "Siapa boleh sunting \"{layer}\"",
|
|
413
|
-
"Current map view": "
|
|
414
|
-
"Filter": "
|
|
413
|
+
"Current map view": "Paparan peta semasa",
|
|
414
|
+
"Filter": "Tapis",
|
|
415
|
+
"Choropleth": "Koroplet",
|
|
416
|
+
"Choropleth breakpoints": "Titik putus koroplet",
|
|
417
|
+
"Choropleth classes": "Kelas koroplet",
|
|
418
|
+
"Choropleth color palette": "Palet warna koroplet",
|
|
419
|
+
"Choropleth mode": "Mod koroplet",
|
|
420
|
+
"Choropleth property value": "Nilai ciri koroplet",
|
|
421
|
+
"Comma separated list of numbers, including min and max values.": "Senarai nombor, dipisahkan dengan koma, termasuk nilai minimum dan maksimum.",
|
|
422
|
+
"Equidistant": "Sama jarak",
|
|
423
|
+
"Jenks-Fisher": "Jenks-Fisher",
|
|
424
|
+
"K-means": "Cara K",
|
|
425
|
+
"Manual": "Manual",
|
|
426
|
+
"Number of desired classes (default 5)": "Jumlah kelas yang diingini (lalainya 5)",
|
|
427
|
+
"Quantiles": "Kuantil",
|
|
428
|
+
"Show this layer in the caption": "Tunjuk lapisan ini dalam keterangan"
|
|
415
429
|
}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
!function(n,e){"object"==typeof exports&&"undefined"!=typeof module?e(exports):"function"==typeof define&&define.amd?define(["exports"],e):e((n||self).flatDropFiles={})}(this,function(n){function e(n,e){(null==e||e>n.length)&&(e=n.length);for(var t=0,r=new Array(e);t<e;t++)r[t]=n[t];return r}function t(n,e,i){if(!n.s){if(i instanceof r){if(!i.s)return void(i.o=t.bind(null,n,e));1&e&&(e=i.s),i=i.v}if(i&&i.then)return void i.then(t.bind(null,n,e),t.bind(null,n,2));n.s=e,n.v=i;var o=n.o;o&&o(n)}}var r=/*#__PURE__*/function(){function n(){}return n.prototype.then=function(e,r){var i=new n,o=this.s;if(o){var u=1&o?e:r;if(u){try{t(i,1,u(this.v))}catch(n){t(i,2,n)}return i}return this}return this.o=function(n){try{var o=n.v;1&n.s?t(i,1,e?e(o):o):r?t(i,1,r(o)):t(i,2,o)}catch(n){t(i,2,n)}},i},n}();function i(n){return n instanceof r&&1&n.s}var o=new RegExp(["^npm-debug\\.log$","^\\..*\\.swp$","^\\.DS_Store$","^\\.AppleDouble$","^\\.LSOverride$","^Icon\\r$","^\\._.*","^\\.Spotlight-V100(?:$|\\/)","\\.Trashes","^__MACOSX$","~$","^Thumbs\\.db$","^ehthumbs\\.db$","^Desktop\\.ini$","@eaDir$"].join("|"));function u(n){return new Promise(function(e,t){n.file(e,t)})}function f(n){return n&&n.getAsFileSystemHandle?n.getAsFileSystemHandle().catch(function(n){return console.error(n),null}):Promise.resolve(null)}function a(n,e,o){return void 0===o&&(o=""),n.isFile?function(n,e,t){return Promise.all([u(n),f(e)]).then(function(n){var e=n[0],r=n[1];return r&&(e.handle=r),e.path=t+e.name,e})}(n,e,o).then(function(n){return[n]}):n.isDirectory?function(n,e){try{var o,u=n.createReader(),f=e+n.name+"/",c=[],l=function(n,e){var o;do{var u=n();if(u&&u.then){if(!i(u)){o=!0;break}u=u.v}var f=e();if(i(f)&&(f=f.v),!f)return u}while(!f.then);var a=new r,c=t.bind(null,a,2);return(o?u.then(l):f.then(s)).then(void 0,c),a;function l(r){for(u=r;i(f=e())&&(f=f.v),f;){if(f.then)return void f.then(s).then(void 0,c);if((u=n())&&u.then){if(!i(u))return void u.then(l).then(void 0,c);u=u.v}}t(a,1,u)}function s(r){if(r){do{if((u=n())&&u.then){if(!i(u))return void u.then(l).then(void 0,c);u=u.v}if(i(r=e())&&(r=r.v),!r)return void t(a,1,u)}while(!r.then);r.then(s).then(void 0,c)}else t(a,1,u)}}(function(){return Promise.resolve(function(n,e){try{return Promise.resolve(function(n){return new Promise(function(e,t){n.readEntries(e,t)})}(n).then(function(n){var t=n.map(function(n){return a(n,void 0,e)});return Promise.all(t).then(function(n){return n.flat()})}))}catch(n){return Promise.reject(n)}}(u,f)).then(function(n){c=c.concat(o=n)})},function(){return o.length>0});return Promise.resolve(l&&l.then?l.then(function(){return c}):c)}catch(n){return Promise.reject(n)}}(n,o):Promise.resolve([])}n.getFilesFromDataTransferItems=function(n){for(var t,r=[],i=function(n,t){var r="undefined"!=typeof Symbol&&n[Symbol.iterator]||n["@@iterator"];if(r)return(r=r.call(n)).next.bind(r);if(Array.isArray(n)||(r=function(n,t){if(n){if("string"==typeof n)return e(n,t);var r=Object.prototype.toString.call(n).slice(8,-1);return"Object"===r&&n.constructor&&(r=n.constructor.name),"Map"===r||"Set"===r?Array.from(n):"Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?e(n,t):void 0}}(n))){r&&(n=r);var i=0;return function(){return i>=n.length?{done:!0}:{done:!1,value:n[i++]}}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}(n);!(t=i()).done;){var u=t.value,f=u.webkitGetAsEntry();f&&r.push([f,u])}return Promise.all(r.map(function(n){return a(n[0],n[1])})).then(function(n){return n.flat().filter(function(n){return!o.test(n.name)})})}});
|
|
2
|
+
//# sourceMappingURL=flatdropfiles.umd.js.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
umap/__init__.py,sha256=
|
|
1
|
+
umap/__init__.py,sha256=dwpT2n9pxXIJ8mvjQuFlgSf3EG9O2qzN4Ker0kTTqi4,18
|
|
2
2
|
umap/admin.py,sha256=K6WlowHtPD8_LCSFqw0R_ug3sKg10FOL1ELVUQ9if1o,541
|
|
3
3
|
umap/apps.py,sha256=5ssKqPUuNJlapaBmr4LY_HDb7J1NFCT3wzythxQOOfs,109
|
|
4
4
|
umap/autocomplete.py,sha256=bFCooKTlTBIxVLQ11rDDuam90V11RyeyJZ2Z3j9S-OI,446
|
|
@@ -26,8 +26,8 @@ umap/locale/br/LC_MESSAGES/django.mo,sha256=OCLMe1Bz8-hDMcQBA7WSeZrAiwSVZSyBWuH7
|
|
|
26
26
|
umap/locale/br/LC_MESSAGES/django.po,sha256=06JmI10vPByjI7DhgI_g6w1f0NtcDF-FKT3bRNtlIP4,13010
|
|
27
27
|
umap/locale/ca/LC_MESSAGES/django.mo,sha256=Rf6wO0lgVQPp2mX10udwDq67lWZRLsz9rreKftKIyOE,7592
|
|
28
28
|
umap/locale/ca/LC_MESSAGES/django.po,sha256=eunWyNsuSstH-8-gpgU76PYFW3neFEBSgBjkLWuBTCY,12430
|
|
29
|
-
umap/locale/cs_CZ/LC_MESSAGES/django.mo,sha256=
|
|
30
|
-
umap/locale/cs_CZ/LC_MESSAGES/django.po,sha256=
|
|
29
|
+
umap/locale/cs_CZ/LC_MESSAGES/django.mo,sha256=A9Brmbeu6GlYD-FGLoIrG-_yYahVCHKQ9UCKmHlAN_4,9363
|
|
30
|
+
umap/locale/cs_CZ/LC_MESSAGES/django.po,sha256=piay5ONg_4LU0X9SCPIS14UWLUqcA78CGYBlxFmY9-0,13349
|
|
31
31
|
umap/locale/da/LC_MESSAGES/django.mo,sha256=egCIUdjfp0Q3CLMs4ZmhHKhoDgtnYLdn3zfvKZO3DgM,6134
|
|
32
32
|
umap/locale/da/LC_MESSAGES/django.po,sha256=sInSH-doEzt6yfTkIIvdD6tVJaVDIaYGK0K_0jaIEOk,11823
|
|
33
33
|
umap/locale/de/LC_MESSAGES/django.mo,sha256=LbXWHJqHfT4M20nceybkygGSSFwjC8S7IvkYOJw3Juw,6427
|
|
@@ -36,8 +36,8 @@ umap/locale/el/LC_MESSAGES/django.mo,sha256=E92hV1UX0EeMmBmovDMcCx0j47nsACDVZCrE
|
|
|
36
36
|
umap/locale/el/LC_MESSAGES/django.po,sha256=uKEFi9JD-pm4Dhw1XDOs_ZeS_5sZ4tiDVHBmcCGrxjw,16535
|
|
37
37
|
umap/locale/en/LC_MESSAGES/django.mo,sha256=UXCQbz2AxBvh-IQ7bGgjoBnijo8h9DfE9107A-2Mgkk,337
|
|
38
38
|
umap/locale/en/LC_MESSAGES/django.po,sha256=MV6OvaCuH1KGteR-lhT7kJzBrgs7jQdcdma8NZ-3ovk,9404
|
|
39
|
-
umap/locale/es/LC_MESSAGES/django.mo,sha256=
|
|
40
|
-
umap/locale/es/LC_MESSAGES/django.po,sha256=
|
|
39
|
+
umap/locale/es/LC_MESSAGES/django.mo,sha256=gsjvpwQiO7qnob757M1leKfs4PtTW1KIcXSfShnvgt4,9189
|
|
40
|
+
umap/locale/es/LC_MESSAGES/django.po,sha256=HluFU2opjbl0iWjX0SSDvYzS1zyuN7cGmPTfRp-tE5M,13353
|
|
41
41
|
umap/locale/et/LC_MESSAGES/django.mo,sha256=zVyI6fwSNUZl5ydLwjv4CR8t6Z7qMbmC3tU9uN3VmNI,5285
|
|
42
42
|
umap/locale/et/LC_MESSAGES/django.po,sha256=W9ubosg6zn62rnWivnFYXiBthFPsVlY5G-T75lwzN2Q,11152
|
|
43
43
|
umap/locale/eu/LC_MESSAGES/django.mo,sha256=Z7_RIi32Jt_LihwWsNuPk5F_NAPeZc1b1UPwXFEvYMg,6340
|
|
@@ -60,8 +60,8 @@ umap/locale/id/LC_MESSAGES/django.mo,sha256=8craaGVnVbONfojnkDUUtoxMyeI2tt6GdIWe
|
|
|
60
60
|
umap/locale/id/LC_MESSAGES/django.po,sha256=wmbgIN1R7vRDgAdzBu7ZHnTpg5fpB3hmJyjAzRNoN-M,8000
|
|
61
61
|
umap/locale/is/LC_MESSAGES/django.mo,sha256=y1U3ITGw76BFGF8X3ix1plI-y6z7q9-gSZm1UHfuJ6E,6648
|
|
62
62
|
umap/locale/is/LC_MESSAGES/django.po,sha256=tnV63t6CAbqIPEcORVyL4hf82bxs0AtkAJ7jg9fwwWQ,12166
|
|
63
|
-
umap/locale/it/LC_MESSAGES/django.mo,sha256=
|
|
64
|
-
umap/locale/it/LC_MESSAGES/django.po,sha256=
|
|
63
|
+
umap/locale/it/LC_MESSAGES/django.mo,sha256=hbVNR8GDTnSmZ7I5LMkhxkJ_74wqBbVcSF6nU93Sixw,9316
|
|
64
|
+
umap/locale/it/LC_MESSAGES/django.po,sha256=UQeKgoqNnFrMuQuFAzH4zAEGVUZmCPeX-RUtFZX0J_0,13589
|
|
65
65
|
umap/locale/ja/LC_MESSAGES/django.mo,sha256=y0lGB2LEszaOhHcvsMCwhSjmSw2S1UfgbcnRNVPcdM0,6711
|
|
66
66
|
umap/locale/ja/LC_MESSAGES/django.po,sha256=X-IWfU5GNByb_f1fCKp1E4UbMw9iblMX-6V26o9PnPk,12277
|
|
67
67
|
umap/locale/ko/LC_MESSAGES/django.mo,sha256=QX5Ffd9evx45LA6-Kt4i3csmuZVbVhJod9n7cS1I020,6684
|
|
@@ -134,7 +134,7 @@ umap/settings/dev.py,sha256=iGroLwlJM2EeqZ4HUC3DviUOgJy-SoULN1WB5AD4xFM,385
|
|
|
134
134
|
umap/settings/local.py.sample,sha256=IpV5j6T64rRK9M2OEr3_orM5Qc2iSUBniiR_2DB0GK4,3193
|
|
135
135
|
umap/static/.gitignore,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
136
136
|
umap/static/favicon.ico,sha256=BWUrt1AqYOr1MxUastn5d8KJPZuFZoWY5B85YkngRv4,638
|
|
137
|
-
umap/static/umap/base.css,sha256
|
|
137
|
+
umap/static/umap/base.css,sha256=-_xswXKl3t43-EOfe5LBmWcueNxXC3eyuFskD37QzGY,18447
|
|
138
138
|
umap/static/umap/bitbucket.png,sha256=Z-xsnM3QOUn9tJQ0RjPXCpALghrzaDDZP7wSePSjSr8,9125
|
|
139
139
|
umap/static/umap/content.css,sha256=LGcpxfVkxoVGWBpz98sFOqkySkjLjUGrMn4J4r1nKeA,6759
|
|
140
140
|
umap/static/umap/font.css,sha256=fYmTKNd_Ts6TrmBbnLRgyeUS4vpfxkEqhLR-pkd3KrA,904
|
|
@@ -169,14 +169,14 @@ umap/static/umap/img/source/24-white.svg,sha256=e-q7GZR_soLjgEziKuX1tnebyPAlEPEx
|
|
|
169
169
|
umap/static/umap/img/source/24.svg,sha256=rocP2xyMQdigy8noiipCM8hJNOc9tvF4uoXUPFBAjxY,38901
|
|
170
170
|
umap/static/umap/js/umap.autocomplete.js,sha256=BwFdzOAzl_61JJMIM8CW2x2v78oxRvZZ7XQY8f53QVk,7937
|
|
171
171
|
umap/static/umap/js/umap.browser.js,sha256=xcuSjFAd7p-1fAPQTcAn1PvHP5CNc-0Iw9DXocf33Bw,4418
|
|
172
|
-
umap/static/umap/js/umap.controls.js,sha256=
|
|
172
|
+
umap/static/umap/js/umap.controls.js,sha256=d1MhGScKY9CgXfL_RQ2x63Ov7-dDeU0UUeAYmaxRGBY,50771
|
|
173
173
|
umap/static/umap/js/umap.core.js,sha256=ITPZMzh98gNj1xYs7Wo_hEu-WiiiFxf_t76gKcIiib0,22465
|
|
174
174
|
umap/static/umap/js/umap.datalayer.permissions.js,sha256=CV5WfUVJVVkbj63KiFIvJN48hA9i723zYk7TVraO_gg,1922
|
|
175
175
|
umap/static/umap/js/umap.features.js,sha256=7gsE1arhzrhODV9_sngZ-iDwDKqYRNiELhTDnVqZBC0,33594
|
|
176
176
|
umap/static/umap/js/umap.forms.js,sha256=XIO2fEmyeSJxK4WSVuLUyoGBIlN-VjYd4FgnRfDIaDI,30250
|
|
177
177
|
umap/static/umap/js/umap.icon.js,sha256=J_XqNkpHVSU0De8eihKtUmmflFJNB-9SmUU4Ka6c868,6339
|
|
178
|
-
umap/static/umap/js/umap.js,sha256=
|
|
179
|
-
umap/static/umap/js/umap.layer.js,sha256=
|
|
178
|
+
umap/static/umap/js/umap.js,sha256=Q9S0RYCsdsFSOEsulS0NItJsv8Z_nEs4Sd3QizF_4gM,60010
|
|
179
|
+
umap/static/umap/js/umap.layer.js,sha256=39wfsEGzmXMrylLE4i3AauwspWkOZV2W4T1P9oOsdLM,44974
|
|
180
180
|
umap/static/umap/js/umap.permissions.js,sha256=LFDzMRsXUSkslFrTOQiM9Qllconqj4HztMie_wYhlXA,6265
|
|
181
181
|
umap/static/umap/js/umap.popup.js,sha256=4MEEfSegR5E64qpDBUXndB5x1_800_nb8O2zA73sKA0,6631
|
|
182
182
|
umap/static/umap/js/umap.slideshow.js,sha256=P5zByJfMJXROMmFLdSbVqATP0Mf6AGx4QtYpiCvhV-4,4421
|
|
@@ -195,8 +195,8 @@ umap/static/umap/locale/br.js,sha256=339Ok7K_SWHivlmftmfaY9QA9FkcgBfX7s-do8LXHaQ
|
|
|
195
195
|
umap/static/umap/locale/br.json,sha256=90FruIvOLeO2mZJmrp1-WV2EPWeNOKlD9JGGjWghyYE,26434
|
|
196
196
|
umap/static/umap/locale/ca.js,sha256=Y3Ya_3oHp-rr0rXKVBYdgCtDO8M-eWs3k9QtqGt7ch8,25379
|
|
197
197
|
umap/static/umap/locale/ca.json,sha256=D4_cyIlwzHYS_ohBHgGbk-Eq_AFYyKGrVGNe9xJwTns,25314
|
|
198
|
-
umap/static/umap/locale/cs_CZ.js,sha256=
|
|
199
|
-
umap/static/umap/locale/cs_CZ.json,sha256=
|
|
198
|
+
umap/static/umap/locale/cs_CZ.js,sha256=y6b3JAZChJne9meA3lDDu4ICH-b19XOPjmFkTgFuNSo,27287
|
|
199
|
+
umap/static/umap/locale/cs_CZ.json,sha256=yno489ASi0efakbrRl6sOLm75MtP-x00q_k6Qx_YsvI,27216
|
|
200
200
|
umap/static/umap/locale/da.js,sha256=_igyDxds-jj13BYRek-jg68cTrK2rQrl7xuHHdo1KUo,24722
|
|
201
201
|
umap/static/umap/locale/da.json,sha256=RKfqSlmpJozsYaEeuXMY2o9XVw25iU24iUHWw2EJXT4,24657
|
|
202
202
|
umap/static/umap/locale/de.js,sha256=XQBJncA6CS2-n4l69sicCLwXo_wVr5b4ErVImRHKLGg,26898
|
|
@@ -206,8 +206,8 @@ umap/static/umap/locale/el.json,sha256=ARBHczxwrhv56RxsXCy53vzSJnxC_VHX1RM91wqBN
|
|
|
206
206
|
umap/static/umap/locale/en.js,sha256=0zMvoFLzpie1FUvDYVasa7sWj7WBpoBWopQGppfMn2Q,25081
|
|
207
207
|
umap/static/umap/locale/en.json,sha256=2Yjiw8Vw0Th7bUZ9PEoLujj0TOJB_nAnkM5aWcRNek0,25016
|
|
208
208
|
umap/static/umap/locale/en_US.json,sha256=lgZtllWDIwiRHCSpnf03e3ce9hiGGnP_9dTMFnFrw_s,23982
|
|
209
|
-
umap/static/umap/locale/es.js,sha256=
|
|
210
|
-
umap/static/umap/locale/es.json,sha256=
|
|
209
|
+
umap/static/umap/locale/es.js,sha256=QU55mZcgYVeEuxefRmzu3bVn1z8Kcx0ffvGVsCd68cs,27653
|
|
210
|
+
umap/static/umap/locale/es.json,sha256=2g0R5CNr2YlPI8ClG3aX2MkDgOlUxqa4TDJsO4qBlZA,27588
|
|
211
211
|
umap/static/umap/locale/et.js,sha256=Xe8LFpDg-uQ5HKvPt1QK8-_BFALHKfUKZb62jpU1la8,24559
|
|
212
212
|
umap/static/umap/locale/et.json,sha256=LQBDz9xkP30BptGsQw3cnIqXhTW16vDzRqNy5gWZSTE,24494
|
|
213
213
|
umap/static/umap/locale/eu.js,sha256=NZYhxkWnzd5Kx14p5nSpNt9wNOsQvTGGrYrrxQ321Vs,24242
|
|
@@ -230,16 +230,16 @@ umap/static/umap/locale/id.js,sha256=j6_3o_ryUOg_VJDWej9CuFs0kxVv2FiXNYNYLUt9ofM
|
|
|
230
230
|
umap/static/umap/locale/id.json,sha256=RAsrdn6w-JH589jnhjsFdyhyjLkkLEgkgl6__hgIU84,24270
|
|
231
231
|
umap/static/umap/locale/is.js,sha256=oSaSkT2Cw9jaKDar4IMED5bMmfYOlIDaY9XkAoGeI8U,25827
|
|
232
232
|
umap/static/umap/locale/is.json,sha256=EcgVyBjZ7mwLYsuwKNOvQkIeb48R4ktpjnufx7200NM,25762
|
|
233
|
-
umap/static/umap/locale/it.js,sha256=
|
|
234
|
-
umap/static/umap/locale/it.json,sha256=
|
|
233
|
+
umap/static/umap/locale/it.js,sha256=ScVqG7T8Bw4iB8gLbSriqQlesTIJJX9Ms3ELWBt6KYk,27636
|
|
234
|
+
umap/static/umap/locale/it.json,sha256=jjuFBOTBwNEuHFizIeRsubph0g2jC2IK0uZmuckmQaw,27571
|
|
235
235
|
umap/static/umap/locale/ja.js,sha256=gExTpsjlNCYxO0kkgrtRtHZG4zciZoaPSilOBN0QKQk,27305
|
|
236
236
|
umap/static/umap/locale/ja.json,sha256=UVYz-16k3pVIZDAA5Z2OkdyGvvEtZw4uB022QsrJH_w,27240
|
|
237
237
|
umap/static/umap/locale/ko.js,sha256=oCWq0pELB0M_wrnthSxvfv04lrfv5arJuqNXQnaKl9Y,24580
|
|
238
238
|
umap/static/umap/locale/ko.json,sha256=tS6U_zGg2hwXESDxliDKoohN3oK2WPHVPSaqVCriu5M,24515
|
|
239
239
|
umap/static/umap/locale/lt.js,sha256=VeozsrD4lDrhkEA8x8CPwl-xGO6wDJnODSqQZSLXAgQ,25255
|
|
240
240
|
umap/static/umap/locale/lt.json,sha256=RbtaKm7PYpsdvi-K73BS-uV24CpOYwkfRnjlOPywCFs,25190
|
|
241
|
-
umap/static/umap/locale/ms.js,sha256
|
|
242
|
-
umap/static/umap/locale/ms.json,sha256=
|
|
241
|
+
umap/static/umap/locale/ms.js,sha256=-o-jZxsAntkqGDa2Og3eRkOiOzH7qNEY7PPX72QhEuQ,26411
|
|
242
|
+
umap/static/umap/locale/ms.json,sha256=CO3nFT-afr5rtdB5-2fO-2HhJygQddL2h5g8FKnShtQ,26346
|
|
243
243
|
umap/static/umap/locale/nl.js,sha256=iC8dq5GFO45TIC83WSFrJNe7U6zXka1ll7chszGZiwM,25836
|
|
244
244
|
umap/static/umap/locale/nl.json,sha256=1w5QovZRAmR_pwytUs-uoKpVsgxnJnymHJF6-5-__fs,25771
|
|
245
245
|
umap/static/umap/locale/no.js,sha256=LB3G5DprDkvx8j3sUVpQ-BOP1olSOyInH7J1ijyuJaU,24600
|
|
@@ -314,7 +314,8 @@ umap/static/umap/vendors/editable/Path.Drag.js,sha256=EATyTfgSiCkdjTwGM5lU1RZayx
|
|
|
314
314
|
umap/static/umap/vendors/editinosm/Leaflet.EditInOSM.css,sha256=eVKDGO_G2bIJvf_o5490h8BbMh5XeraSLmo6qTc8zj8,1263
|
|
315
315
|
umap/static/umap/vendors/editinosm/Leaflet.EditInOSM.js,sha256=ati65azw8WxPG70b4JblFSHgD-fJ0ytriQEzC5tJWCM,9141
|
|
316
316
|
umap/static/umap/vendors/editinosm/edit-in-osm.png,sha256=xsQrWBc8olICRKg-bt7auEoceoCoWWZxm5OmAHSE2PM,3340
|
|
317
|
-
umap/static/umap/vendors/
|
|
317
|
+
umap/static/umap/vendors/flat-drop-files/flatdropfiles.umd.js,sha256=zB9GhNsR_71RiaBxHmyrtVNemX458bFzxgSKroPa-qw,3691
|
|
318
|
+
umap/static/umap/vendors/formbuilder/Leaflet.FormBuilder.js,sha256=1jy77XNRH2xkWyo5Vp9raZVBaj-OSnkPShBA-8-hBVY,12322
|
|
318
319
|
umap/static/umap/vendors/fullscreen/Leaflet.fullscreen.js,sha256=_VGiFGzaidNadoKY4_8zFXP_OqGdajjpB-0vNHRz33o,5041
|
|
319
320
|
umap/static/umap/vendors/fullscreen/Leaflet.fullscreen.min.js,sha256=RQN1bmEq_28pzVG8Csu34O677VNj5_1xl1wUGyDjMuo,3654
|
|
320
321
|
umap/static/umap/vendors/fullscreen/fullscreen.png,sha256=yDtz-dhjuAoo6q9xc00-_XNTrGwEWrN80pOneFdol4g,299
|
|
@@ -425,8 +426,8 @@ umap/tests/integration/test_basics.py,sha256=1FesSkjNBWi5pEqN0MQlC3kIXTFZzuILq7A
|
|
|
425
426
|
umap/tests/integration/test_browser.py,sha256=xVNEHGjwE9y6PXAzc5L8w_sEfJrN-CAvoZJVFyZRco4,4842
|
|
426
427
|
umap/tests/integration/test_map.py,sha256=r7-rl_2pw0IPlEWzwNDUU0JLO7RAjqcAIKsl9cR5WA0,3023
|
|
427
428
|
umap/tests/integration/test_owned_map.py,sha256=Db0dr6HN3mWyLeQTfmYJKHCKx9pp5WqhS1UFIowF6IU,9039
|
|
428
|
-
umap_project-1.9.
|
|
429
|
-
umap_project-1.9.
|
|
430
|
-
umap_project-1.9.
|
|
431
|
-
umap_project-1.9.
|
|
432
|
-
umap_project-1.9.
|
|
429
|
+
umap_project-1.9.3.dist-info/METADATA,sha256=VDVWvw7w2BtmwUg8jgektHK3ZsGryu90iYgzFwGlXuc,2963
|
|
430
|
+
umap_project-1.9.3.dist-info/WHEEL,sha256=9QBuHhg6FNW7lppboF2vKVbCGTVzsFykgRQjjlajrhA,87
|
|
431
|
+
umap_project-1.9.3.dist-info/entry_points.txt,sha256=gz-KDQfEsMLBae8ABOD3foJsCYGPW1tA4Y394R_1RW8,39
|
|
432
|
+
umap_project-1.9.3.dist-info/licenses/LICENSE,sha256=BtMQT5EWvEua8jhXIrm2qfP8dmRFsMqCrJtq4k9Pb34,482
|
|
433
|
+
umap_project-1.9.3.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|