remove leaflet css
This commit is contained in:
parent
b0a2c546df
commit
927847c95d
1 changed files with 0 additions and 12 deletions
|
|
@ -21,18 +21,6 @@
|
||||||
<style>
|
<style>
|
||||||
body { margin:0; padding:0; }
|
body { margin:0; padding:0; }
|
||||||
#map { position:absolute; top:0; bottom:0; width:100%; }
|
#map { position:absolute; top:0; bottom:0; width:100%; }
|
||||||
.leaflet-control-layers-toggle {
|
|
||||||
background-image: url({{public_url}}images/layers.png{{&key_query}});
|
|
||||||
width: 36px;
|
|
||||||
height: 36px;
|
|
||||||
}
|
|
||||||
.leaflet-retina .leaflet-control-layers-toggle {
|
|
||||||
background-image: url({{public_url}}images/layers-2x.png{{&key_query}});
|
|
||||||
background-size: 26px 26px;
|
|
||||||
}
|
|
||||||
.leaflet-default-icon-path { /* used only in path-guessing heuristic, see L.Icon.Default */
|
|
||||||
background-image: url({{public_url}}images/marker-icon.png{{&key_query}});
|
|
||||||
}
|
|
||||||
</style>
|
</style>
|
||||||
{{/is_vector}}
|
{{/is_vector}}
|
||||||
</head>
|
</head>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue