Update geography class urls

This commit is contained in:
ahocevar
2019-06-14 12:53:52 +02:00
parent 1fbbc56f93
commit ddaaf6a860
5 changed files with 5 additions and 5 deletions

View File

@@ -37,7 +37,7 @@ const vectorLayer = new VectorLayer({
const rasterLayer = new TileLayer({
source: new TileJSON({
url: 'https://api.tiles.mapbox.com/v3/mapbox.geography-class.json?secure',
url: 'https://a.tiles.mapbox.com/v3/aj.1x1-degrees.json',
crossOrigin: ''
})
});