Skip to content

Commit

Permalink
workaround for tangrams/tangram-es#2333
Browse files Browse the repository at this point in the history
  • Loading branch information
westnordost committed Oct 2, 2022
1 parent 102ebbb commit 01556cd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,9 @@ global:
forest_color: '#403962'
town_color: '#3d364e'

building_color: [0.16, 0.36, 0.36, 0.75]
building_outline_color: [0.12, 0.32, 0.32, 0.75]
# alpha is shown as double of what is specified https://github.com/tangrams/tangram-es/issues/2333
building_color: [0.16, 0.36, 0.36, 0.4]
building_outline_color: [0.12, 0.32, 0.32, 0.4]

boundary_color: '#e72'

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@ global:
forest_color: '#a8c884'
town_color: '#f3dacd'

building_color: rgba(204, 214, 238, .75)
building_outline_color: rgba(185, 195, 217, .75)
# alpha is shown as double of what is specified https://github.com/tangrams/tangram-es/issues/2333
building_color: rgba(204, 214, 238, 0.4)
building_outline_color: rgba(185, 195, 217, 0.4)

boundary_color: '#f3c'

Expand Down

0 comments on commit 01556cd

Please sign in to comment.