Skip to content

Commit 9bb0515

Browse files
committed
Change default line string color
Signed-off-by: Kyle Corry <[email protected]>
1 parent 0ad8d5c commit 9bb0515

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/com/kylecorry/trail_sense/shared/map_layers/ui/layers/geojson/features/GeoJsonLineStringRenderer.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ class GeoJsonLineStringRenderer : FeatureRenderer() {
149149
coordinates,
150150
lineSegments,
151151
it.getName(),
152-
it.getColor() ?: Color.WHITE,
152+
it.getColor() ?: Color.TRANSPARENT,
153153
it.getLineStyle() ?: LineStyle.Solid,
154154
(it.getStrokeWeight()
155155
?: DEFAULT_LINE_STRING_STROKE_WEIGHT_DP) / DEFAULT_LINE_STRING_STROKE_WEIGHT_DP,

0 commit comments

Comments
 (0)