Skip to content

Commit 57e0fa1

Browse files
committed
Don't show portage routes in base style
1 parent 6d65133 commit 57e0fa1

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

js/styleGenerator.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,7 @@ const filters = {
8080
[
8181
"any",
8282
["in", "┃hiking┃", ["get", "r.route"]],
83-
["in", "┃foot┃", ["get", "r.route"]],
84-
["in", "┃portage┃", ["get", "r.route"]]
83+
["in", "┃foot┃", ["get", "r.route"]]
8584
]
8685
],
8786
is_parking_lot: [

0 commit comments

Comments
 (0)