Skip to content

Commit

Permalink
Revert "config: Remove the topo50 gridless and topo250 layers. (#775)"
Browse files Browse the repository at this point in the history
This reverts commit e8c2658.
  • Loading branch information
blacha committed Oct 16, 2024
1 parent f87eab0 commit 0c757bb
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions config/tileset/topo.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"type": "raster",
"id": "ts_topo",
"title": "NZ Topo Map",
"description": "The Topo map provides topographic mapping for the New Zealand mainland and offshore islands at 1:50,000 scale.",
"background": "cee5f2ff",
"layers": [
{
"2193": "s3://linz-basemaps/2193/topo250_2020_21-17m/01ENS2R7PB3K2HPW1032ZXJKXD",
"name": "topo250_2020_21-17m",
"maxZoom": 13,
"title": "New Zealand Topo250 Map Series (2020)"
},
{
"2193": "s3://linz-basemaps/2193/topo50-gridless_2020_4-23m/01EFJ7EHQRJJ70XWBEJXGEAW6W",
"name": "topo50-gridless_2020_4-23m",
"minZoom": 14,
"title": "New Zealand Topo50 Gridless Map Series (2020)"
}
]
}

0 comments on commit 0c757bb

Please sign in to comment.