Skip to content

Commit

Permalink
feat(config): Add Satellite 2019-2020 into individual imagery and add…
Browse files Browse the repository at this point in the history
… categories. (#769)
  • Loading branch information
Wentao-Kuang authored Aug 16, 2023
1 parent dab1de8 commit e8da250
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 5 deletions.
4 changes: 3 additions & 1 deletion config/tileset/health.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,15 @@
"3857": "s3://linz-basemaps/3857/gebco_2020_305-75m/01EDMTM3P563P06TWYQAZRA9F6",
"name": "gebco_2020_305-75m",
"title": "GEBCO Gridded Bathymetry (2020)",
"category": "Bathymetry",
"maxZoom": 15
},
{
"2193": "s3://linz-basemaps/2193/new_zealand_sentinel_2019-2020_10m/01F6P1G0S78XYXAQB7Y375MZ2Q",
"3857": "s3://linz-basemaps/3857/new_zealand_sentinel_2019-2020_10m/01ED82TFB1ZE9C75CH5VY3Z92B",
"name": "new_zealand_sentinel_2019-2020_10m",
"title": "New Zealand 10m Satellite Imagery (2019-2020)"
"title": "New Zealand 10m Satellite Imagery (2019-2020)",
"category": "Satellite Imagery"
}
]
}
18 changes: 18 additions & 0 deletions config/tileset/individual/nz-satellite-2019-2020-10m.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"type": "raster",
"id": "ts_nz-satellite-2019-2020-10m",
"title": "New Zealand 10m Satellite Imagery (2019-2020)",
"background": "#00000000",
"category": "Satellite Imagery",
"layers": [
{
"2193": "s3://linz-basemaps/2193/new_zealand_sentinel_2019-2020_10m/01F6P1G0S78XYXAQB7Y375MZ2Q",
"3857": "s3://linz-basemaps/3857/new_zealand_sentinel_2019-2020_10m/01ED82TFB1ZE9C75CH5VY3Z92B",
"name": "nz-satellite-2019-2020-10m",
"title": "New Zealand 10m Satellite Imagery (2019-2020)",
"category": "Satellite Imagery",
"minZoom": 0,
"maxZoom": 32
}
]
}
3 changes: 2 additions & 1 deletion config/tileset/reliefshade.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
{
"3857": "s3://linz-basemaps/3857/geographx_nz_dem_2012_8-0m/01FM8DEN1XG1QGNT229A4T3KZ6",
"name": "geographx_nz_dem_2012_8-0m",
"title": "New Zealand 8m DEM Hillshade (2012)"
"title": "New Zealand 8m DEM Hillshade (2012)",
"category": "Elevation"
}
]
}
6 changes: 4 additions & 2 deletions config/tileset/texture.relifshade.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,14 @@
{
"3857": "s3://linz-basemaps/3857/geographx_nz_dem_2012_8-0m/01FM8DEN1XG1QGNT229A4T3KZ6",
"name": "geographx_nz_dem_2012_8-0m",
"title": "New Zealand 8m DEM Hillshade (2012)"
"title": "New Zealand 8m DEM Hillshade (2012)",
"category": "Elevation"
},
{
"3857": "s3://linz-basemaps/3857/geographx_nz_texture_shade_2012_8-0m/01FMK5CJHR30YG9A0JDNVXYCKN",
"name": "geographx_nz_texture_shade_2012_8-0m",
"title": "New Zealand 8m DEM Texture Shade (2012)"
"title": "New Zealand 8m DEM Texture Shade (2012)",
"category": "Elevation"
}
]
}
3 changes: 2 additions & 1 deletion config/tileset/textureshade.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
{
"3857": "s3://linz-basemaps/3857/geographx_nz_texture_shade_2012_8-0m/01FMK5CJHR30YG9A0JDNVXYCKN",
"name": "geographx_nz_texture_shade_2012_8-0m",
"title": "New Zealand 8m DEM Texture Shade (2012)"
"title": "New Zealand 8m DEM Texture Shade (2012)",
"category": "Elevation"
}
]
}

0 comments on commit e8da250

Please sign in to comment.