diff --git a/examples/mapbox-style.js b/examples/mapbox-style.js index 75d7817435..85bb226472 100644 --- a/examples/mapbox-style.js +++ b/examples/mapbox-style.js @@ -1,3 +1,3 @@ import apply from 'ol-mapbox-style'; -apply('map', 'https://maps.tilehosting.com/styles/bright/style.json?key=ER67WIiPdCQvhgsUjoWK'); +apply('map', 'https://maps.tilehosting.com/styles/topo/style.json?key=ER67WIiPdCQvhgsUjoWK'); diff --git a/package.json b/package.json index c79de06a45..66760282ac 100644 --- a/package.json +++ b/package.json @@ -75,7 +75,7 @@ "loglevelnext": "^3.0.0", "marked": "0.6.0", "mocha": "5.2.0", - "ol-mapbox-style": "^3.6.2", + "ol-mapbox-style": "^3.6.3", "pixelmatch": "^4.0.2", "pngjs": "^3.3.3", "proj4": "2.5.0",