Skip to content

Commit

Permalink
add bridleway
Browse files Browse the repository at this point in the history
  • Loading branch information
westnordost committed Mar 8, 2024
1 parent cca3793 commit dbc43c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Main.kt
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ fun createStyle(name: String, accessToken: String, languages: List<String>, colo
)

val paths = Road("paths",
filters = listOf(tagIn("kind", "footway", "path", "steps", "cycleway")),
filters = listOf(tagIn("kind", "footway", "path", "steps", "cycleway", "bridleway")),
color = colors.path,
colorOutline = colors.path,
width = pathWidth,
Expand Down

0 comments on commit dbc43c4

Please sign in to comment.