diff --git a/config/style/aerialhybrid.json b/config/style/aerialhybrid.json
index 1a6fcb49c..0b1b4269e 100644
--- a/config/style/aerialhybrid.json
+++ b/config/style/aerialhybrid.json
@@ -1404,12 +1404,12 @@
"sky-horizon-blend": 0.5
},
"sources": {
- "LINZ Basemaps": { "attribution": "© 2022 Toitū Te Whenua - CC BY 4.0", "type": "vector", "url": "/v1/tiles/topographic/EPSG:3857/tile.json" },
+ "LINZ Basemaps": { "attribution": "© 2022 Toitū Te Whenua - CC BY 4.0", "type": "vector", "url": "/v1/tiles/topographic/{tileMatrix}/tile.json" },
"LINZ-Imagery": {
"maxzoom": 28,
"minzoom": 0,
"tileSize": 256,
- "tiles": ["/v1/tiles/aerial/EPSG:3857/{z}/{x}/{y}.webp"],
+ "tiles": ["/v1/tiles/aerial/{tileMatrix}/{z}/{x}/{y}.webp"],
"type": "raster"
}
},
diff --git a/config/style/basic.json b/config/style/basic.json
index 9d4c04ae8..55a40b772 100644
--- a/config/style/basic.json
+++ b/config/style/basic.json
@@ -1032,7 +1032,7 @@
"openmaptiles": {
"attribution": "© 2022 Toitū Te Whenua © OpenMapTiles - CC BY 4.0",
"type": "vector",
- "url": "/v1/tiles/topographic/EPSG:3857/tile.json"
+ "url": "/v1/tiles/topographic/{tileMatrix}/tile.json"
}
},
"sprite": "",
diff --git a/config/style/labels.json b/config/style/labels.json
index a932f00d5..a5a0983c8 100644
--- a/config/style/labels.json
+++ b/config/style/labels.json
@@ -1393,7 +1393,7 @@
"sky-horizon-blend": 0.5
},
"sources": {
- "LINZ Basemaps": { "attribution": "© 2022 Toitū Te Whenua - CC BY 4.0", "type": "vector", "url": "/v1/tiles/topographic/EPSG:3857/tile.json" }
+ "LINZ Basemaps": { "attribution": "© 2022 Toitū Te Whenua - CC BY 4.0", "type": "vector", "url": "/v1/tiles/topographic/{tileMatrix}/tile.json" }
},
"sprite": "/v1/sprites/topographic",
"version": 8
diff --git a/config/style/positron.json b/config/style/positron.json
index 9ee077c15..0610d7cc5 100644
--- a/config/style/positron.json
+++ b/config/style/positron.json
@@ -1277,7 +1277,7 @@
"LINZ Basemaps": {
"attribution": "© 2022 Toitū Te Whenua © OpenMapTiles - CC BY 4.0",
"type": "vector",
- "url": "/v1/tiles/topographic/EPSG:3857/tile.json"
+ "url": "/v1/tiles/topographic/{tileMatrix}/tile.json"
}
},
"sprite": "/v1/sprites/topographic",
diff --git a/config/tileset/topographic.json b/config/tileset/topographic.json
index f78d6f329..75c4a0141 100644
--- a/config/tileset/topographic.json
+++ b/config/tileset/topographic.json
@@ -6,6 +6,7 @@
"format": "pbf",
"layers": [
{
+ "2193": "s3://linz-basemaps/vector/2193/topographic/01J5MC472Q45Q7WKANA6B55DZ9/topographic.tar.co",
"3857": "s3://linz-basemaps/vector/3857/topographic/01J65RPABVM5Y2GXJRA4R2J8CK/topographic.tar.co",
"name": "topographic",
"title": "Topographic"