vendor/assets/stylesheets/leaflet.css.erb in leaflet-js-0.7.0.3 vs vendor/assets/stylesheets/leaflet.css.erb in leaflet-js-0.7.0.4
- old
+ new
@@ -276,15 +276,15 @@
box-shadow: 0 1px 5px rgba(0,0,0,0.4);
background: #fff;
border-radius: 5px;
}
.leaflet-control-layers-toggle {
- background-image: url(<%= asset_path 'leaflet-js/layers.png' %>);
+ background-image: url(<%= asset_path 'layers.png' %>);
width: 36px;
height: 36px;
}
.leaflet-retina .leaflet-control-layers-toggle {
- background-image: url(<%= asset_path 'leaflet-js/layers-2x.png' %>);
+ background-image: url(<%= asset_path 'layers-2x.png' %>);
background-size: 26px 26px;
}
.leaflet-touch .leaflet-control-layers-toggle {
width: 44px;
height: 44px;