We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0293df commit 8b84d83Copy full SHA for 8b84d83
leaflet/templates/leaflet/js.html
@@ -21,6 +21,6 @@
21
L.Control.ResetView.TITLE = "{% trans "Reset view" %}";
22
L.Control.ResetView.ICON = "url({% static "leaflet/images/reset-view.png" %})";
23
{% if FORCE_IMAGE_PATH %}
24
- L.Icon.Default.imagePath = "{% static "leaflet/images" %}";
+ L.Icon.Default.imagePath = "{% static "leaflet/images" %}/";
25
{% endif %}
26
</script>
0 commit comments