Skip to content

Commit

Permalink
project/settings: fix OSM cycle tiles URL
Browse files Browse the repository at this point in the history
  • Loading branch information
tmszi committed Aug 21, 2023
1 parent 76893fc commit f24ea5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ def normpath(*args):
'TILES': [
(
_(u'cyklomapa'),
'http://tiles.prahounakole.cz/{z}/{x}/{y}.png',
'http://mnk-osm-tiles.dopracenakole.net/{z}/{x}/{y}.png',
{'attribution': u'&copy; přispěvatelé <a href="http://www.openstreetmap.org/copyright">OpenStreetMap</a>'}),
(
_(u'Všeobecná mapa'),
Expand Down

0 comments on commit f24ea5b

Please sign in to comment.