We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8be2dc2 + c1151f6 commit b3fa73bCopy full SHA for b3fa73b
1 file changed
js/styleGenerator.js
@@ -899,7 +899,7 @@ export function generateStyle(baseStyleJsonString, travelMode, lens) {
899
["==", ["get", "man_made"], "cairn"], 20,
900
["==", ["get", "information"], "route_marker"], 20,
901
canoeNoaccessExpression, 21,
902
- ["==", ["get", "parking"], "no"], 11,
+ ["==", ["get", "backcountry"], "yes"], 11,
903
10,
904
],
905
"text-field": [
@@ -1260,7 +1260,7 @@ export function generateStyle(baseStyleJsonString, travelMode, lens) {
1260
1261
["==", ["get", "waterway"], "access_point"], [
1262
"case",
1263
- ["==", ["get", "parking"], "no"], ["image", "access_point-minor"],
+ ["==", ["get", "backcountry"], "yes"], ["image", "access_point-minor"],
1264
["image", "access_point"],
1265
1266
""
0 commit comments