From c1151f613e4fc6b419e30cb2ab76634199942c2a Mon Sep 17 00:00:00 2001 From: scarapella Date: Mon, 12 Jan 2026 19:25:55 -0500 Subject: [PATCH] Switch the access_point-minor icon to key off of backcountry=yes instead of parking=no --- js/styleGenerator.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/styleGenerator.js b/js/styleGenerator.js index 9616bed..e074401 100644 --- a/js/styleGenerator.js +++ b/js/styleGenerator.js @@ -899,7 +899,7 @@ export function generateStyle(baseStyleJsonString, travelMode, lens) { ["==", ["get", "man_made"], "cairn"], 20, ["==", ["get", "information"], "route_marker"], 20, canoeNoaccessExpression, 21, - ["==", ["get", "parking"], "no"], 11, + ["==", ["get", "backcountry"], "yes"], 11, 10, ], "text-field": [ @@ -1260,7 +1260,7 @@ export function generateStyle(baseStyleJsonString, travelMode, lens) { ], ["==", ["get", "waterway"], "access_point"], [ "case", - ["==", ["get", "parking"], "no"], ["image", "access_point-minor"], + ["==", ["get", "backcountry"], "yes"], ["image", "access_point-minor"], ["image", "access_point"], ], ""