You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: app/src/main/java/com/kylecorry/trail_sense/shared/map_layers/ui/layers/geojson/features/GeoJsonLineStringRenderer.kt
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -210,7 +210,7 @@ class GeoJsonLineStringRenderer : FeatureRenderer() {
210
210
}
211
211
val scale = map.layerScale
212
212
// Paths were originally 6px, so convert that to the default dp size
213
-
val dpScale = drawer.dp(DEFAULT_LINE_STRING_STROKE_WEIGHT_DP)/6f
213
+
val dpScale =6f/drawer.dp(DEFAULT_LINE_STRING_STROKE_WEIGHT_DP)
0 commit comments