fnp
/
wolnelektury.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
19eb811
)
Use OSM tiles for now.
author
Radek Czajka
<rczajka@rczajka.pl>
Mon, 9 Nov 2020 00:17:55 +0000
(
01:17
+0100)
committer
Radek Czajka
<rczajka@rczajka.pl>
Mon, 9 Nov 2020 00:17:55 +0000
(
01:17
+0100)
src/wolnelektury/static/js/book_text/references.js
patch
|
blob
|
history
diff --git
a/src/wolnelektury/static/js/book_text/references.js
b/src/wolnelektury/static/js/book_text/references.js
index
45a5852
..
7e21b21
100644
(file)
--- a/
src/wolnelektury/static/js/book_text/references.js
+++ b/
src/wolnelektury/static/js/book_text/references.js
@@
-18,7
+18,7
@@
if (map_enabled) return;
map = L.map('reference-map').setView([0, 0], 11);
- L.tileLayer('https://
maps.wikimedia.org/osm-intl/{z}/{x}/{y}.png?lang=pl
', {
+ L.tileLayer('https://
{s}.tile.openstreetmap.org/{z}/{x}/{y}.png
', {
attribution: 'Map data © <a href="http://openstreetmap.org/copyright">OpenStreetMap contributors</a>'
}).addTo(map);