Skip to content

Commit

Permalink
change attributions order
Browse files Browse the repository at this point in the history
  • Loading branch information
jedi-of-the-sea committed Mar 5, 2025
1 parent 534d539 commit f21c34f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ export const mapConfigIntern = (urlParams: DishUrlParams): DishMapConfig => ({
id: dop20col,
title: `Luftbild (Farbe): © ${vermessungsAmtLink}`,
},
attributionsAlkisWms,
{
id: denkmaelerWMS,
title: `Karte Kulturdenkmale (Denkmalliste): © ${denkmalAmtLink} <MONTH> <YEAR>`,
Expand All @@ -68,6 +67,7 @@ export const mapConfigIntern = (urlParams: DishUrlParams): DishMapConfig => ({
id: verwaltung,
title: `Verwaltungsgrenzen: © ${vermessungsAmtLink}`,
},
attributionsAlkisWms,
],
staticAttributions: [
`<span>Geobasisdaten: © GeoBasis-DE / <a href="https://www.bkg.bund.de/">BKG</a> 2024 <a href="http://sg.geodatenzentrum.de/web_public/nutzungsbedingungen.pdf">Nutzungsbedingungen</a></span>`,
Expand Down

0 comments on commit f21c34f

Please sign in to comment.