set OS Zoomstack endpoints to v2

This commit is contained in:
Oliver Snowden 2019-10-25 00:24:55 +08:00
parent ab9ab7acc7
commit 58bdd39f9e
2 changed files with 5 additions and 5 deletions

View file

@ -38,25 +38,25 @@
{ {
"id": "os-zoomstack-outdoor", "id": "os-zoomstack-outdoor",
"title": "Zoomstack Outdoor", "title": "Zoomstack Outdoor",
"url": "https://s3-eu-west-1.amazonaws.com/tiles.os.uk/styles/open-zoomstack-outdoor/style.json", "url": "https://s3-eu-west-1.amazonaws.com/tiles.os.uk/v2/styles/open-zoomstack-outdoor/style.json",
"thumbnail": "https://maputnik.github.io/thumbnails/os-zoomstack-outdoor.png" "thumbnail": "https://maputnik.github.io/thumbnails/os-zoomstack-outdoor.png"
}, },
{ {
"id": "os-zoomstack-road", "id": "os-zoomstack-road",
"title": "Zoomstack Road", "title": "Zoomstack Road",
"url": "https://s3-eu-west-1.amazonaws.com/tiles.os.uk/styles/open-zoomstack-road/style.json", "url": "https://s3-eu-west-1.amazonaws.com/tiles.os.uk/v2/styles/open-zoomstack-road/style.json",
"thumbnail": "https://maputnik.github.io/thumbnails/os-zoomstack-road.png" "thumbnail": "https://maputnik.github.io/thumbnails/os-zoomstack-road.png"
}, },
{ {
"id": "os-zoomstack-light", "id": "os-zoomstack-light",
"title": "Zoomstack Light", "title": "Zoomstack Light",
"url": "https://s3-eu-west-1.amazonaws.com/tiles.os.uk/styles/open-zoomstack-light/style.json", "url": "https://s3-eu-west-1.amazonaws.com/tiles.os.uk/v2/styles/open-zoomstack-light/style.json",
"thumbnail": "https://maputnik.github.io/thumbnails/os-zoomstack-light.png" "thumbnail": "https://maputnik.github.io/thumbnails/os-zoomstack-light.png"
}, },
{ {
"id": "os-zoomstack-night", "id": "os-zoomstack-night",
"title": "Zoomstack Night", "title": "Zoomstack Night",
"url": "https://s3-eu-west-1.amazonaws.com/tiles.os.uk/styles/open-zoomstack-night/style.json", "url": "https://s3-eu-west-1.amazonaws.com/tiles.os.uk/v2/styles/open-zoomstack-night/style.json",
"thumbnail": "https://maputnik.github.io/thumbnails/os-zoomstack-night.png" "thumbnail": "https://maputnik.github.io/thumbnails/os-zoomstack-night.png"
}, },
{ {

View file

@ -16,7 +16,7 @@
}, },
"open_zoomstack": { "open_zoomstack": {
"type": "vector", "type": "vector",
"url": "https://s3-eu-west-1.amazonaws.com/tiles.os.uk/data/vector/open-zoomstack/config.json", "url": "https://s3-eu-west-1.amazonaws.com/tiles.os.uk/v2/data/vector/open-zoomstack/config.json",
"title": "OS Open Zoomstack" "title": "OS Open Zoomstack"
} }
} }