Skip to content

Commit b3fa73b

Browse files
authored
Merge pull request #134 from scarapella/mark-backcountry-access-points
Switch the access_point-minor icon to key off of backcountry=yes
2 parents 8be2dc2 + c1151f6 commit b3fa73b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

js/styleGenerator.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -899,7 +899,7 @@ export function generateStyle(baseStyleJsonString, travelMode, lens) {
899899
["==", ["get", "man_made"], "cairn"], 20,
900900
["==", ["get", "information"], "route_marker"], 20,
901901
canoeNoaccessExpression, 21,
902-
["==", ["get", "parking"], "no"], 11,
902+
["==", ["get", "backcountry"], "yes"], 11,
903903
10,
904904
],
905905
"text-field": [
@@ -1260,7 +1260,7 @@ export function generateStyle(baseStyleJsonString, travelMode, lens) {
12601260
],
12611261
["==", ["get", "waterway"], "access_point"], [
12621262
"case",
1263-
["==", ["get", "parking"], "no"], ["image", "access_point-minor"],
1263+
["==", ["get", "backcountry"], "yes"], ["image", "access_point-minor"],
12641264
["image", "access_point"],
12651265
],
12661266
""

0 commit comments

Comments
 (0)