Skip to content

Commit

Permalink
Rename the topo raster source id.
Browse files Browse the repository at this point in the history
  • Loading branch information
Wentao-Kuang committed Jan 5, 2025
1 parent ad2635b commit 3cfb100
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/style/topo-raster.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
{
"id": "Topo-Raster",
"layout": { "visibility": "visible" },
"source": "LINZ-TOPO-RASTER",
"source": "LINZ-Topo-Raster",
"type": "raster"
},
{
Expand Down Expand Up @@ -35,7 +35,7 @@
},
"sources": {
"LINZ-Elevation-Hillshade": { "maxzoom": 18, "minzoom": 0, "tileSize": 256, "tiles": ["/v1/tiles/elevation/{tileMatrix}/{z}/{x}/{y}.png?pipeline=terrain-rgb"], "type": "raster-dem" },
"LINZ-TOPO-RASTER": {
"LINZ-Topo-Raster": {
"attribution": "© 2024 Toitū Te Whenua - CC BY 4.0",
"maxzoom": 28,
"minzoom": 0,
Expand Down

0 comments on commit 3cfb100

Please sign in to comment.