Skip to content

Commit 120ab13

Browse files
committed
Fix Leaflet plugin image css path
1 parent 964ffb4 commit 120ab13

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
@@ -12,7 +12,7 @@
1212
display: block;
1313
}
1414
.leaflet-control-edit-in-osm .leaflet-control-edit-in-osm-toggle {
15-
background-image: url("./edit-in-osm.png");
15+
background-image: url("images/edit-in-osm.png");
1616
}
1717
.leaflet-control-edit-in-osm .osm-editor + .osm-editor {
1818
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)