Skip to content

Commit

Permalink
Merge pull request #741 from lukaswelte/patch-1
Browse files Browse the repository at this point in the history
Use OpenStreetMap Tiles
  • Loading branch information
lonvia authored Jul 14, 2023
2 parents ee8baac + 3a01cef commit e45ecba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/config.js.example
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
API_URL = 'http://localhost:5001/api/?';
TILELAYER = 'https://{s}.tile.hosted.thunderforest.com/komoot-2/{z}/{x}/{y}{r}.png';
TILELAYER = 'https://tile.openstreetmap.org/{z}/{x}/{y}.png';
CENTER = [52.3879, 13.0582];
MAXZOOM = 18;

0 comments on commit e45ecba

Please sign in to comment.