Skip to content

Commit

Permalink
chore(maptiler): update api key
Browse files Browse the repository at this point in the history
  • Loading branch information
wazolab committed Dec 18, 2024
1 parent 90d550f commit 8b3e682
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
const map = new maplibregl.Map({
hash: true,
container: "map",
style: 'https://api.maptiler.com/maps/openstreetmap/style.json?key=GIAfARJO9HDgKceZRlGv'
style: 'https://api.maptiler.com/maps/openstreetmap/style.json?key=hqrbV59Y4PPzIfzhWRGC'
});

map.addControl(new maplibregl.NavigationControl());
Expand Down

0 comments on commit 8b3e682

Please sign in to comment.