Skip to content

Commit

Permalink
Update const.js to use correct tile.osm.org URL (#313)
Browse files Browse the repository at this point in the history
  • Loading branch information
Firefishy authored Sep 3, 2023
1 parent fd08a7b commit 6bb2283
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/const.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export const urlTemplate = 'https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png';
export const urlTemplate = 'https://tile.openstreetmap.org/{z}/{x}/{y}.png';
export const wmtsUrlTemplate =
'https://service.pdok.nl/brt/achtergrondkaart/wmts/v2_0?service=WMTS&request=GetTile&version=1.0.0&tilematrixset=EPSG:3857&layer={layer}&tilematrix={z}&tilerow={y}&tilecol={x}&format=image%2Fpng';

0 comments on commit 6bb2283

Please sign in to comment.