Skip to content

Commit

Permalink
Merge pull request #257 from Dataport/dish-delete-legends
Browse files Browse the repository at this point in the history
ignore legends for some background layers
  • Loading branch information
jedi-of-the-sea authored Mar 5, 2025
2 parents bc67b03 + 88a102a commit fe967ab
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/clients/dish/src/services.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ const dop20ColService = {
format: 'image/png',
version: '1.3.0',
transparent: true,
legendURL: 'ignore',
}

const bddColService = {
Expand All @@ -60,6 +61,7 @@ const bddColService = {
format: 'image/png',
version: '1.3.0',
transparent: true,
legendURL: 'ignore',
}

const bddEinService = {
Expand All @@ -72,6 +74,7 @@ const bddEinService = {
format: 'image/png',
version: '1.3.0',
transparent: true,
legendURL: 'ignore',
}

const servicesExtern = [
Expand Down

0 comments on commit fe967ab

Please sign in to comment.