Skip to content

Commit

Permalink
Fix colour in demo application was displayed in wrong format
Browse files Browse the repository at this point in the history
  • Loading branch information
Phocacius committed May 3, 2023
1 parent b953777 commit 43859b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion application/app/config/applications/mapbender_user.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ parameters:
class: Mapbender\CoreBundle\Element\Ruler
target: map
type: line
strokeColor: 'rgb(16, 101, 93,0.8)'
strokeColor: 'rgba(16, 101, 93, 0.8)'
arearuler:
title: mb.core.ruler.tag.area
class: Mapbender\CoreBundle\Element\Ruler
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ parameters:
target: map
type: area
fillColor: rgba(100, 100, 100, 0.5)
strokeColor: 'rgb(16, 101, 93, 0.8)'
strokeColor: 'rgba(16, 101, 93, 0.8)'
fontColor: '#ffffff'
fontSize: 14
scalebar:
Expand Down

0 comments on commit 43859b9

Please sign in to comment.