diff --git a/Main.kt b/Main.kt index ddf5ed4..ec562df 100644 --- a/Main.kt +++ b/Main.kt @@ -128,7 +128,7 @@ fun createStyle(name: String, accessToken: String, languages: List, 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,