Skip to content

Commit

Permalink
16948 update drought and flood exposure areas on dn2 (#99)
Browse files Browse the repository at this point in the history
* 16948 update colors for flood and drought

* 16948 update width for flood
  • Loading branch information
palina-krukovich authored Oct 26, 2023
1 parent c2292dd commit 9fbbd91
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions src/main/resources/layers/layerconfig.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,13 @@ configs:
paramPattern: 'globalArea|exposure'
paramValue: 'globalArea'
style:
width: 3
color: '#051626'
width: 2
color: '#D52627'
offset: 4
casing-offset: 2
casing-color: '#D52627'
casing-width: 3
casing-opacity: 0.3

- id: 'eventShape.EARTHQUAKE'
globalOverlay: false
Expand Down Expand Up @@ -330,8 +335,13 @@ configs:
paramPattern: 'position|exposure'
paramValue: 'exposure'
style:
width: 3
width: 2
color: '#051626'
offset: 4
casing-offset: 2
casing-color: '#051626'
casing-width: 3
casing-opacity: 0.3
- stepName: 'Alert Area'
stepShape: 'circle'
paramName: 'areaType'
Expand Down

0 comments on commit 9fbbd91

Please sign in to comment.