add Open Topo Map

This commit is contained in:
2018-10-07 22:43:05 +02:00
parent a14b53b6bc
commit cca50b20be
5 changed files with 23 additions and 13 deletions

View File

@@ -343,12 +343,12 @@
border-radius: 5px;
}
.leaflet-control-layers-toggle {
background-image: url(images/layers.png);
background-image: url(../images/layers.png);
width: 36px;
height: 36px;
}
.leaflet-retina .leaflet-control-layers-toggle {
background-image: url(images/layers-2x.png);
background-image: url(../images/layers-2x.png);
background-size: 26px 26px;
}
.leaflet-touch .leaflet-control-layers-toggle {

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long