From 9807b5341ce87f190592e182552690df050b55ef Mon Sep 17 00:00:00 2001 From: linz-li-bot <134554979+linz-li-bot@users.noreply.github.com> Date: Mon, 19 Feb 2024 17:14:24 +1300 Subject: [PATCH] config(raster): Add imagery port-hills-2024-10m to aerial config file. (#850) Co-authored-by: Daniel Silk --- .../canterbury/port-hills-2024-10m.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 config/tileset/canterbury/port-hills-2024-10m.json diff --git a/config/tileset/canterbury/port-hills-2024-10m.json b/config/tileset/canterbury/port-hills-2024-10m.json new file mode 100644 index 00000000..8d8cafd9 --- /dev/null +++ b/config/tileset/canterbury/port-hills-2024-10m.json @@ -0,0 +1,18 @@ +{ + "type": "raster", + "id": "ts_port-hills-2024-10m", + "title": "Port Hills 10m Satellite Imagery (18 February 2024)", + "background": "#00000000", + "category": "Event", + "layers": [ + { + "2193": "s3://linz-basemaps/2193/port-hills_2024_10m/01HPZQFACPMAS8CTPVDFSEK8NC/", + "3857": "s3://linz-basemaps/3857/port-hills_2024_10m/01HPZQFACQT6RW80VXS0055GPG/", + "name": "port-hills-2024-10m", + "title": "Port Hills 10m Satellite Imagery (18 February 2024)", + "category": "Event", + "minZoom": 0, + "maxZoom": 32 + } + ] +}