Skip to content

Commit

Permalink
fix chokers (etc) in parking overlay did not show
Browse files Browse the repository at this point in the history
  • Loading branch information
westnordost committed Jan 26, 2024
1 parent e0e1b04 commit 6f2168a
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,9 @@ private val streetParkingTaggingNotExpected by lazy { """
""".toElementFilterExpression() }

private val parkingLotAreaStyle = PolygonStyle(Color.BLUE)
private val parkingLotPointStyle = PointStyle("temaki-car_parked")
private val chicaneStyle = PointStyle("temaki-chicane_arrow")
private val trafficCalmingStyle = PointStyle("temaki-diamond")
private val parkingLotPointStyle = PointStyle("ic_preset_temaki_car_parked")
private val chicaneStyle = PointStyle("ic_preset_temaki_chicane_arrow")
private val trafficCalmingStyle = PointStyle("ic_preset_temaki_diamond")

private fun getNarrowingTrafficCalmingStyle(element: Element): Style? =
when (parseNarrowingTrafficCalming(element.tags)) {
Expand Down

0 comments on commit 6f2168a

Please sign in to comment.