Skip to content

Commit 1b4db5a

Browse files
authored
Merge pull request #133 from what3words/fix/zoom-in-marker-background-color-is-wrong
Fix Mapbox raster marker colors and night visibility
2 parents e4a0754 + 14a3e81 commit 1b4db5a

File tree

1 file changed

+1
-1
lines changed
  • lib-compose/src/main/java/com/what3words/components/compose/maps/providers/mapbox

1 file changed

+1
-1
lines changed

lib-compose/src/main/java/com/what3words/components/compose/maps/providers/mapbox/W3WMapBoxDrawer.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -484,7 +484,7 @@ private fun DrawZoomInMarkers(
484484
},
485485
rasterLayerState = remember {
486486
RasterLayerState().apply {
487-
rasterContrast = DoubleValue(1.0)
487+
rasterEmissiveStrength = DoubleValue(1.0)
488488
}
489489
}
490490
)

0 commit comments

Comments
 (0)