umap-project 2.0.0a0__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/storage.py +2 -0
- umap/templates/umap/js.html +0 -1
- {umap_project-2.0.0a0.dist-info → umap_project-2.0.0a1.dist-info}/METADATA +1 -1
- {umap_project-2.0.0a0.dist-info → umap_project-2.0.0a1.dist-info}/RECORD +8 -17
- umap/static/umap/vendors/contextmenu/leaflet.contextmenu.css +0 -54
- umap/static/umap/vendors/contextmenu/leaflet.contextmenu.js +0 -586
- umap/static/umap/vendors/csv2geojson/index.js +0 -259
- umap/static/umap/vendors/dompurify/purify.js +0 -1633
- umap/static/umap/vendors/locatecontrol/L.Control.Locate.css +0 -63
- umap/static/umap/vendors/locatecontrol/L.Control.Locate.js +0 -950
- umap/static/umap/vendors/minimap/Control.MiniMap.css +0 -88
- umap/static/umap/vendors/minimap/Control.MiniMap.js +0 -352
- umap/static/umap/vendors/togeojson/togeojson.js +0 -2
- {umap_project-2.0.0a0.dist-info → umap_project-2.0.0a1.dist-info}/WHEEL +0 -0
- {umap_project-2.0.0a0.dist-info → umap_project-2.0.0a1.dist-info}/entry_points.txt +0 -0
- {umap_project-2.0.0a0.dist-info → umap_project-2.0.0a1.dist-info}/licenses/LICENSE +0 -0
|
@@ -1,63 +0,0 @@
|
|
|
1
|
-
.leaflet-control-locate a {
|
|
2
|
-
cursor: pointer;
|
|
3
|
-
}
|
|
4
|
-
.leaflet-control-locate a .leaflet-control-locate-location-arrow {
|
|
5
|
-
display: inline-block;
|
|
6
|
-
width: 16px;
|
|
7
|
-
height: 16px;
|
|
8
|
-
margin: 7px;
|
|
9
|
-
background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="black" d="M445 4 29 195c-48 23-32 93 19 93h176v176c0 51 70 67 93 19L508 67c16-38-25-79-63-63z"/></svg>');
|
|
10
|
-
}
|
|
11
|
-
.leaflet-control-locate a .leaflet-control-locate-spinner {
|
|
12
|
-
display: inline-block;
|
|
13
|
-
width: 16px;
|
|
14
|
-
height: 16px;
|
|
15
|
-
margin: 7px;
|
|
16
|
-
background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="black" d="M304 48a48 48 0 1 1-96 0 48 48 0 0 1 96 0zm-48 368a48 48 0 1 0 0 96 48 48 0 0 0 0-96zm208-208a48 48 0 1 0 0 96 48 48 0 0 0 0-96zM96 256a48 48 0 1 0-96 0 48 48 0 0 0 96 0zm13 99a48 48 0 1 0 0 96 48 48 0 0 0 0-96zm294 0a48 48 0 1 0 0 96 48 48 0 0 0 0-96zM109 61a48 48 0 1 0 0 96 48 48 0 0 0 0-96z"/></svg>');
|
|
17
|
-
animation: leaflet-control-locate-spin 2s linear infinite;
|
|
18
|
-
}
|
|
19
|
-
.leaflet-control-locate.active a .leaflet-control-locate-location-arrow {
|
|
20
|
-
background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="rgb(32, 116, 182)" d="M445 4 29 195c-48 23-32 93 19 93h176v176c0 51 70 67 93 19L508 67c16-38-25-79-63-63z"/></svg>');
|
|
21
|
-
}
|
|
22
|
-
.leaflet-control-locate.following a .leaflet-control-locate-location-arrow {
|
|
23
|
-
background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="rgb(252, 132, 40)" d="M445 4 29 195c-48 23-32 93 19 93h176v176c0 51 70 67 93 19L508 67c16-38-25-79-63-63z"/></svg>');
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
.leaflet-touch .leaflet-bar .leaflet-locate-text-active {
|
|
27
|
-
width: 100%;
|
|
28
|
-
max-width: 200px;
|
|
29
|
-
text-overflow: ellipsis;
|
|
30
|
-
white-space: nowrap;
|
|
31
|
-
overflow: hidden;
|
|
32
|
-
padding: 0 10px;
|
|
33
|
-
}
|
|
34
|
-
.leaflet-touch .leaflet-bar .leaflet-locate-text-active .leaflet-locate-icon {
|
|
35
|
-
padding: 0 5px 0 0;
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
.leaflet-control-locate-location circle {
|
|
39
|
-
animation: leaflet-control-locate-throb 4s ease infinite;
|
|
40
|
-
}
|
|
41
|
-
|
|
42
|
-
@keyframes leaflet-control-locate-throb {
|
|
43
|
-
0% {
|
|
44
|
-
stroke-width: 1;
|
|
45
|
-
}
|
|
46
|
-
50% {
|
|
47
|
-
stroke-width: 3;
|
|
48
|
-
transform: scale(0.8, 0.8);
|
|
49
|
-
}
|
|
50
|
-
100% {
|
|
51
|
-
stroke-width: 1;
|
|
52
|
-
}
|
|
53
|
-
}
|
|
54
|
-
@keyframes leaflet-control-locate-spin {
|
|
55
|
-
0% {
|
|
56
|
-
transform: rotate(0deg);
|
|
57
|
-
}
|
|
58
|
-
100% {
|
|
59
|
-
transform: rotate(360deg);
|
|
60
|
-
}
|
|
61
|
-
}
|
|
62
|
-
|
|
63
|
-
/*# sourceMappingURL=L.Control.Locate.css.map */
|