chore: add link to DWD attribution and move attribution to top
This commit is contained in:
parent
bd861c69cf
commit
cc38bc541a
4
index.js
4
index.js
|
@ -20,7 +20,9 @@ const dwd = new TileLayer({
|
|||
extent,
|
||||
opacity: 0.5,
|
||||
source: new TileWMS({
|
||||
attributions: ["Deutscher Wetterdienst"],
|
||||
attributions: [
|
||||
'<a href="https://www.dwd.de/copyright">Deutscher Wetterdienst</a>',
|
||||
],
|
||||
url: "https://maps.dwd.de/geoserver/ows?version=1.3.0",
|
||||
params: {
|
||||
LAYERS: "dwd:Niederschlagsradar",
|
||||
|
|
Loading…
Reference in New Issue