Skip to content

Commit

Permalink
Fix formatting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
RobQuincey-DC committed Jul 24, 2024
1 parent e0fccc1 commit 6cb4557
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/wms/capabilities.ts
Original file line number Diff line number Diff line change
Expand Up @@ -140,10 +140,9 @@ function parseLayer(
: false;

const opaque =
layerEl.attributes.opaque === '1' ||
layerEl.attributes.opaque === 'true'
? true
: false;
layerEl.attributes.opaque === '1' || layerEl.attributes.opaque === 'true'
? true
: false;
const keywords = findChildrenElement(
findChildElement(layerEl, 'KeywordList'),
'Keyword'
Expand Down

0 comments on commit 6cb4557

Please sign in to comment.