Skip to content

Commit dbc43c4

Browse files
committed
add bridleway
1 parent cca3793 commit dbc43c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Main.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ fun createStyle(name: String, accessToken: String, languages: List<String>, colo
128128
)
129129

130130
val paths = Road("paths",
131-
filters = listOf(tagIn("kind", "footway", "path", "steps", "cycleway")),
131+
filters = listOf(tagIn("kind", "footway", "path", "steps", "cycleway", "bridleway")),
132132
color = colors.path,
133133
colorOutline = colors.path,
134134
width = pathWidth,

0 commit comments

Comments
 (0)