Skip to content

Commit

Permalink
Orthofoto South Tyrol: 2023
Browse files Browse the repository at this point in the history
  • Loading branch information
simon04 committed Aug 17, 2024
1 parent ed918ec commit efa6933
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,11 @@ const allMapLayers: Record<string, L.Layer> = {};
{id: 'Aerial-2014-RGB', title: 'Orthofoto South Tyrol: 2014'},
{id: 'Aerial-2017-RGB', title: 'Orthofoto South Tyrol: 2017'},
{id: 'Aerial-2020-RGB', title: 'Orthofoto South Tyrol: 2020'},
{id: 'Aerial-2023-RGB', title: 'Orthofoto South Tyrol: 2023'},
{
id: 'Aerial-2023-CIR',
title: 'Orthofoto South Tyrol: 2023 <abbr title="photographisches Infrarot">CIR</abbr>',
},
].forEach(({id, title}) => {
const layer = L.tileLayer.wms(
'https://geoservices.buergernetz.bz.it/mapproxy/p_bz-Orthoimagery/wms',
Expand Down

0 comments on commit efa6933

Please sign in to comment.