Skip to content

Commit 2195a54

Browse files
committed
Fix images path for Leaflet plugins
1 parent 83a7ab3 commit 2195a54

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

leaflet/Leaflet.EditInOSM.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
display: block;
1414
}
1515
.leaflet-control-edit-in-osm .leaflet-control-edit-in-osm-toggle {
16-
background-image: url("./edit-in-osm.png");
16+
background-image: url("./images/edit-in-osm.png");
1717
}
1818
.leaflet-control-edit-in-osm .osm-editor + .osm-editor {
1919
border-left: 1px solid black;

leaflet/leaflet-search.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)