Skip to content

Commit

Permalink
use new komoot style
Browse files Browse the repository at this point in the history
  • Loading branch information
christophlingg committed Nov 10, 2015
1 parent 621a0a8 commit 99339ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/photon/app.py
Expand Up @@ -14,7 +14,7 @@
]
TILELAYER = os.environ.get(
'PHOTON_MAP_TILELAYER',
'//www.komoot.de/tiles/{s}/{z}/{x}/{y}.png'
'https://{s}.tile.hosted.thunderforest.com/komoot-2/{z}/{x}/{y}.png'
)
MAXZOOM = os.environ.get('PHOTON_MAP_MAXZOOM', 18)

Expand Down

0 comments on commit 99339ce

Please sign in to comment.