From 58bdd39f9e192573b41171344b2326943f46814d Mon Sep 17 00:00:00 2001 From: Oliver Snowden Date: Fri, 25 Oct 2019 00:24:55 +0800 Subject: [PATCH] set OS Zoomstack endpoints to v2 --- src/config/styles.json | 8 ++++---- src/config/tilesets.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/config/styles.json b/src/config/styles.json index 155b927..c0a6595 100644 --- a/src/config/styles.json +++ b/src/config/styles.json @@ -38,25 +38,25 @@ { "id": "os-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" }, { "id": "os-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" }, { "id": "os-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" }, { "id": "os-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" }, { diff --git a/src/config/tilesets.json b/src/config/tilesets.json index a586c10..1cd0286 100644 --- a/src/config/tilesets.json +++ b/src/config/tilesets.json @@ -16,7 +16,7 @@ }, "open_zoomstack": { "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" } }