Skip to content

Commit 01556cd

Browse files
committed
workaround for tangrams/tangram-es#2333
1 parent 102ebbb commit 01556cd

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

app/src/main/assets/map_theme/jawg/streetcomplete-dark-style.yaml

+3-2
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,9 @@ global:
2424
forest_color: '#403962'
2525
town_color: '#3d364e'
2626

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

3031
boundary_color: '#e72'
3132

app/src/main/assets/map_theme/jawg/streetcomplete-light-style.yaml

+3-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,9 @@ global:
1818
forest_color: '#a8c884'
1919
town_color: '#f3dacd'
2020

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

2425
boundary_color: '#f3c'
2526

0 commit comments

Comments
 (0)