Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(aerial): Add imagery christchurch-2023-0.075m to aerial config file. #824

Merged
merged 6 commits into from
Nov 17, 2023
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions config/tileset/aerial.json
Original file line number Diff line number Diff line change
Expand Up @@ -677,12 +677,12 @@
"category": "Urban Aerial Photos"
},
{
"2193": "s3://linz-basemaps/2193/christchurch_urban_2021_0-05m_RGB/01FPXAY15VB9MES5WQ0N2SPEG6",
"3857": "s3://linz-basemaps/3857/christchurch_urban_2021_0-05m_RGB/01FPXB6TVAQZV4W9KXWQ7H5ZQA",
"name": "christchurch-urban-2021-0.05m",
"minZoom": 14,
"title": "Christchurch 0.05m Urban Aerial Photos (2021)",
"category": "Urban Aerial Photos"
"2193": "s3://linz-basemaps/2193/christchurch_2023_0.075m/01HFART7KYYR9XX5RNHPMNRBJH/",
Wentao-Kuang marked this conversation as resolved.
Show resolved Hide resolved
"3857": "s3://linz-basemaps/3857/christchurch_2023_0.075m/01HFART7QPK7Y2TC7PY4XHHNNJ/",
Wentao-Kuang marked this conversation as resolved.
Show resolved Hide resolved
"name": "christchurch-2023-0.075m",
"title": "Christchurch 0.075m Urban Aerial Photos (2023)",
"category": "Urban Aerial Photos",
"minZoom": 14
Wentao-Kuang marked this conversation as resolved.
Show resolved Hide resolved
},
{
"2193": "s3://linz-basemaps/2193/waitaki_urban_2020-2021_0-075m_RGB/01FSWMVSKCNWK9H4J3JP6RAQ0S",
Expand Down
18 changes: 18 additions & 0 deletions config/tileset/individual/christchurch-urban-2021-0.05m.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"type": "raster",
"id": "ts_christchurch-urban-2021-0.05m",
"title": "Christchurch 0.05m Urban Aerial Photos (2021)",
"background": "#00000000",
"category": "Urban Aerial Photos",
"layers": [
{
"2193": "s3://linz-basemaps/2193/christchurch_urban_2021_0-05m_RGB/01FPXAY15VB9MES5WQ0N2SPEG6",
"3857": "s3://linz-basemaps/3857/christchurch_urban_2021_0-05m_RGB/01FPXB6TVAQZV4W9KXWQ7H5ZQA",
"name": "christchurch-urban-2021-0.05m",
"title": "Christchurch 0.05m Urban Aerial Photos (2021)",
"category": "Urban Aerial Photos",
"minZoom": 0,
"maxZoom": 32
}
]
}
Loading