Skip to content

Commit 5af97db

Browse files
committed
mapa 2
0 parents  commit 5af97db

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+13102
-0
lines changed

css/L.Control.Locate.min.css

+2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/MarkerCluster.Default.css

+60
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
.marker-cluster-small {
2+
background-color: rgba(181, 226, 140, 0.6);
3+
}
4+
.marker-cluster-small div {
5+
background-color: rgba(110, 204, 57, 0.6);
6+
}
7+
8+
.marker-cluster-medium {
9+
background-color: rgba(241, 211, 87, 0.6);
10+
}
11+
.marker-cluster-medium div {
12+
background-color: rgba(240, 194, 12, 0.6);
13+
}
14+
15+
.marker-cluster-large {
16+
background-color: rgba(253, 156, 115, 0.6);
17+
}
18+
.marker-cluster-large div {
19+
background-color: rgba(241, 128, 23, 0.6);
20+
}
21+
22+
/* IE 6-8 fallback colors */
23+
.leaflet-oldie .marker-cluster-small {
24+
background-color: rgb(181, 226, 140);
25+
}
26+
.leaflet-oldie .marker-cluster-small div {
27+
background-color: rgb(110, 204, 57);
28+
}
29+
30+
.leaflet-oldie .marker-cluster-medium {
31+
background-color: rgb(241, 211, 87);
32+
}
33+
.leaflet-oldie .marker-cluster-medium div {
34+
background-color: rgb(240, 194, 12);
35+
}
36+
37+
.leaflet-oldie .marker-cluster-large {
38+
background-color: rgb(253, 156, 115);
39+
}
40+
.leaflet-oldie .marker-cluster-large div {
41+
background-color: rgb(241, 128, 23);
42+
}
43+
44+
.marker-cluster {
45+
background-clip: padding-box;
46+
border-radius: 20px;
47+
}
48+
.marker-cluster div {
49+
width: 30px;
50+
height: 30px;
51+
margin-left: 5px;
52+
margin-top: 5px;
53+
54+
text-align: center;
55+
border-radius: 15px;
56+
font: 12px "Helvetica Neue", Arial, Helvetica, sans-serif;
57+
}
58+
.marker-cluster span {
59+
line-height: 30px;
60+
}

css/MarkerCluster.css

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
.leaflet-cluster-anim .leaflet-marker-icon, .leaflet-cluster-anim .leaflet-marker-shadow {
2+
-webkit-transition: -webkit-transform 0.3s ease-out, opacity 0.3s ease-in;
3+
-moz-transition: -moz-transform 0.3s ease-out, opacity 0.3s ease-in;
4+
-o-transition: -o-transform 0.3s ease-out, opacity 0.3s ease-in;
5+
transition: transform 0.3s ease-out, opacity 0.3s ease-in;
6+
}
7+
8+
.leaflet-cluster-spider-leg {
9+
/* stroke-dashoffset (duration and function) should match with leaflet-marker-icon transform in order to track it exactly */
10+
-webkit-transition: -webkit-stroke-dashoffset 0.3s ease-out, -webkit-stroke-opacity 0.3s ease-in;
11+
-moz-transition: -moz-stroke-dashoffset 0.3s ease-out, -moz-stroke-opacity 0.3s ease-in;
12+
-o-transition: -o-stroke-dashoffset 0.3s ease-out, -o-stroke-opacity 0.3s ease-in;
13+
transition: stroke-dashoffset 0.3s ease-out, stroke-opacity 0.3s ease-in;
14+
}

css/fontawesome-all.min.css

+5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/images/cancel.png

397 Bytes
Loading

css/images/[email protected]

762 Bytes
Loading

css/images/check.png

387 Bytes
Loading

css/images/[email protected]

692 Bytes
Loading

css/images/focus.png

326 Bytes
Loading

css/images/[email protected]

462 Bytes
Loading

css/images/layers-2x.png

2.83 KB
Loading

css/images/layers.png

1.47 KB
Loading

css/images/marker-icon-2x.png

3.94 KB
Loading

css/images/marker-icon.png

1.71 KB
Loading

css/images/marker-shadow.png

797 Bytes
Loading

css/images/measure-control.png

344 Bytes
Loading

css/images/rulers.png

344 Bytes
Loading

css/images/[email protected]

277 Bytes
Loading

css/images/start.png

491 Bytes
Loading

css/images/[email protected]

1003 Bytes
Loading

css/images/throbber.gif

4.72 KB
Loading

css/images/trash.png

279 Bytes
Loading

css/images/[email protected]

460 Bytes
Loading

css/leaflet-measure.css

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/leaflet-search.css

+18
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)