Fix MapTiler API usage

This commit is contained in:
Petr Sloup
2019-06-21 11:22:24 +02:00
parent 2342626a57
commit 05c791efcd
4 changed files with 8 additions and 8 deletions

View File

@@ -11,7 +11,7 @@ const center = [-98.8, 37.9];
const key = 'ER67WIiPdCQvhgsUjoWK';
const mbMap = new mapboxgl.Map({
style: 'https://maps.tilehosting.com/styles/bright/style.json?key=' + key,
style: 'https://api.maptiler.com/maps/bright/style.json?key=' + key,
attributionControl: false,
boxZoom: false,
center: center,