Skip to content

Commit

Permalink
16860 update eventShape layer configuration (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
palina-krukovich authored Oct 17, 2023
1 parent fc51f50 commit 664fc7e
Showing 1 changed file with 19 additions and 4 deletions.
23 changes: 19 additions & 4 deletions src/main/resources/layers/layerconfig.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,16 +44,26 @@ configs:
paramName: 'Class'
paramValue: 'Poly_Green'
style:
width: 3
color: '#F5A663'
width: 2
color: '#FFAB2E'
offset: 4
casing-offset: 2
casing-color: '#FFAB2E'
casing-width: 3
casing-opacity: 0.3
order: 100
- stepName: 'Exposure Area 90 km/h'
stepShape: 'circle'
paramName: 'Class'
paramValue: 'Poly_Orange'
style:
width: 3
color: '#DA5080'
width: 2
color: '#FC4C00'
offset: 4
casing-offset: 2
casing-color: '#FC4C00'
casing-width: 3
casing-opacity: 0.3
order: 110
- stepName: 'Exposure Area 120 km/h'
stepShape: 'circle'
Expand All @@ -62,6 +72,11 @@ configs:
style:
width: 2
color: '#830909'
offset: 4
casing-offset: 2
casing-color: '#830909'
casing-width: 3
casing-opacity: 0.3
order: 120
- stepName: 'Line Track'
stepShape: 'circle'
Expand Down

0 comments on commit 664fc7e

Please sign in to comment.