[Leaflet] leaflet 0.7.7

This commit is contained in:
McBen
2016-12-31 07:28:27 +01:00
parent 0afa46a18c
commit dfb8c65bab
2 changed files with 58 additions and 120 deletions

View File

@ -21,6 +21,7 @@
.leaflet-container {
overflow: hidden;
-ms-touch-action: none;
touch-action: none;
}
.leaflet-tile,
.leaflet-marker-icon,
@ -278,12 +279,12 @@
border-radius: 5px;
}
.leaflet-control-layers-toggle {
background-image: url(@@INCLUDEIMAGE:images/layers.png@@);
background-image: url(images/layers.png);
width: 36px;
height: 36px;
}
.leaflet-retina .leaflet-control-layers-toggle {
background-image: url(@@INCLUDEIMAGE:images/layers-2x.png@@);
background-image: url(images/layers-2x.png);
background-size: 26px 26px;
}
.leaflet-touch .leaflet-control-layers-toggle {