fnp
/
wolnelektury.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0640ae0
)
fix
author
Radek Czajka
<rczajka@rczajka.pl>
Fri, 16 Jun 2023 08:36:51 +0000
(10:36 +0200)
committer
Radek Czajka
<rczajka@rczajka.pl>
Fri, 16 Jun 2023 08:36:51 +0000
(10:36 +0200)
src/references/templates/references/map.html
patch
|
blob
|
history
diff --git
a/src/references/templates/references/map.html
b/src/references/templates/references/map.html
index
7cd391c
..
a65224a
100644
(file)
--- a/
src/references/templates/references/map.html
+++ b/
src/references/templates/references/map.html
@@
-21,6
+21,7
@@
<script src="{% static 'contrib/leaflet.markercluster-1.4.1/leaflet.markercluster.js' %}"></script>
<script>
var map = L.map('references-map').setView([52, 20], 7);
+ L.Icon.Default.imagePath='{{ STATIC_URL }}contrib/leaflet-1.9.4/images/'
if (navigator.geolocation) {
navigator.geolocation.getCurrentPosition(function(position) {