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

New layer hist_dop_2022 #72

Merged
merged 1 commit into from
Aug 30, 2024
Merged
Show file tree
Hide file tree
Changes from all 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
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ Einfach das gewünschte Werkzeug auswählen, den LineString oder das Polygon auf
|NRW Luftbild 2019|WMS|[URL](https://www.wms.nrw.de/geobasis/wms_nw_hist_dop?SERVICE=WMS&VERSION=1.3.0&REQUEST=GetCapabilities)|nw_hist_dop_2019|[dl‑zero‑de/2.0](https://www.govdata.de/dl-de/zero-2-0)|
|NRW Luftbild 2020|WMS|[URL](https://www.wms.nrw.de/geobasis/wms_nw_hist_dop?SERVICE=WMS&VERSION=1.3.0&REQUEST=GetCapabilities)|nw_hist_dop_2020|[dl‑zero‑de/2.0](https://www.govdata.de/dl-de/zero-2-0)|
|NRW Luftbild 2021|WMS|[URL](https://www.wms.nrw.de/geobasis/wms_nw_hist_dop?SERVICE=WMS&VERSION=1.3.0&REQUEST=GetCapabilities)|nw_hist_dop_2021|[dl‑zero‑de/2.0](https://www.govdata.de/dl-de/zero-2-0)|
|NRW Luftbild 2022|WMS|[URL](https://www.wms.nrw.de/geobasis/wms_nw_hist_dop?SERVICE=WMS&VERSION=1.3.0&REQUEST=GetCapabilities)|nw_hist_dop_2022|[dl‑zero‑de/2.0](https://www.govdata.de/dl-de/zero-2-0)|
|NRW Luftbild aktuell|WMS|[URL](https://www.wms.nrw.de/geobasis/wms_nw_dop?SERVICE=WMS&VERSION=1.3.0&REQUEST=GetCapabilities)|nw_dop_rgb|[dl‑zero‑de/2.0](https://www.govdata.de/dl-de/zero-2-0)|
|NRW vDOP aktuell|WMS|[URL](https://www.wms.nrw.de/geobasis/wms_nw_vdop?SERVICE=WMS&VERSION=1.3.0&REQUEST=GetCapabilities)|nw_vdop_rgb|[dl‑zero‑de/2.0](https://www.govdata.de/dl-de/zero-2-0)|
|NRW iDOP aktuell|WMS|[URL](https://www.wms.nrw.de/geobasis/wms_nw_idop?SERVICE=WMS&VERSION=1.3.0&REQUEST=GetCapabilities)|nw_idop_rgb|[dl‑zero‑de/2.0](https://www.govdata.de/dl-de/zero-2-0)|
Expand Down
9 changes: 9 additions & 0 deletions src/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -942,6 +942,15 @@
"category": "Historische Luftbilder NRW",
"compactAttribution": false
},
{
"name": "NRW Luftbild 2022",
"attribution": "",
"url": "https://www.wms.nrw.de/geobasis/wms_nw_hist_dop",
"layer": "nw_hist_dop_2022",
"format": "png",
"category": "Historische Luftbilder NRW",
"compactAttribution": false
},
{
"name": "NRW Luftbild aktuell",
"attribution": "",
Expand Down