Skip to content

Commit

Permalink
refactor(frontend): update map style to use custom map
Browse files Browse the repository at this point in the history
  • Loading branch information
jmiguelv committed Feb 4, 2025
1 parent e7a5513 commit 00f089b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion frontend/src/lib/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,5 @@ export const digitalEditionUrls = /** @type {const} */ ({
URI: ''
});

export const mapStyle = 'https://api.maptiler.com/maps/outdoor/style.json?key=brTBbnRxuiKp6PgjwFPr';
export const mapStyle =
'https://api.maptiler.com/maps/9e2a14f9-e024-4ae4-97f8-2cb320835962/style.json?key=679dKSf11rkW5OwDMgMR';

0 comments on commit 00f089b

Please sign in to comment.