From 5866c42db6fbfddedc3f54eef7cd7f4e1ad26152 Mon Sep 17 00:00:00 2001 From: Blayne Chard Date: Tue, 9 Jun 2026 10:50:30 +1200 Subject: [PATCH 1/2] fix: vector tile links need i=topographic to show style.json --- docs/user-guide/working-with-vector-tiles/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/user-guide/working-with-vector-tiles/README.md b/docs/user-guide/working-with-vector-tiles/README.md index d9ca47a73d..9022df0240 100644 --- a/docs/user-guide/working-with-vector-tiles/README.md +++ b/docs/user-guide/working-with-vector-tiles/README.md @@ -31,9 +31,9 @@ We have two sets of vector tiles, each defined by a different tile matrix: one i | :--------------------: | :----------------------: | :-------------------------: | | ![](static/labels.png) | ![](static/topolite.png) | ![](static/topographic.png) | -[Labels]: https://basemaps.linz.govt.nz/?style=labels-v2 -[Topolite]: https://basemaps.linz.govt.nz/?style=topolite-v2 -[Topographic]: https://basemaps.linz.govt.nz/?style=topographic-v2 +[Labels]: https://basemaps.linz.govt.nz/?style=labels-v2&i=topographic +[Topolite]: https://basemaps.linz.govt.nz/?style=topolite-v2&i=topographic +[Topographic]: https://basemaps.linz.govt.nz/?style=topographic-v2&i=topographic We have three guides for working with vector tiles: From 5a9e09bacd5be8f2a41b72c65c6e7bf9ee74d261 Mon Sep 17 00:00:00 2001 From: Blayne Chard Date: Tue, 9 Jun 2026 10:52:55 +1200 Subject: [PATCH 2/2] refactor: use topographic-v2 --- docs/user-guide/working-with-vector-tiles/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/user-guide/working-with-vector-tiles/README.md b/docs/user-guide/working-with-vector-tiles/README.md index 9022df0240..cd1078a95b 100644 --- a/docs/user-guide/working-with-vector-tiles/README.md +++ b/docs/user-guide/working-with-vector-tiles/README.md @@ -31,9 +31,9 @@ We have two sets of vector tiles, each defined by a different tile matrix: one i | :--------------------: | :----------------------: | :-------------------------: | | ![](static/labels.png) | ![](static/topolite.png) | ![](static/topographic.png) | -[Labels]: https://basemaps.linz.govt.nz/?style=labels-v2&i=topographic -[Topolite]: https://basemaps.linz.govt.nz/?style=topolite-v2&i=topographic -[Topographic]: https://basemaps.linz.govt.nz/?style=topographic-v2&i=topographic +[Labels]: https://basemaps.linz.govt.nz/?style=labels-v2&i=topographic-v2 +[Topolite]: https://basemaps.linz.govt.nz/?style=topolite-v2&i=topographic-v2 +[Topographic]: https://basemaps.linz.govt.nz/?style=topographic-v2&i=topographic-v2 We have three guides for working with vector tiles: