Skip to content

Commit

Permalink
allow foot for access=forestry
Browse files Browse the repository at this point in the history
  • Loading branch information
zdila committed Jul 24, 2024
1 parent e2a13c2 commit c47746a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion style/Highways.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ export function Highways() {
THEN 1 ELSE 0 END AS no_bicycle,
CASE
WHEN foot NOT IN ('', 'yes', 'designated', 'official', 'permissive')
OR foot = '' AND access NOT IN ('', 'yes', 'designated', 'official', 'permissive')
OR foot = '' AND access NOT IN ('', 'yes', 'designated', 'official', 'permissive', 'forestry')
THEN 1 ELSE 0 END AS no_foot,
geometry
FROM osm_roads
Expand Down

0 comments on commit c47746a

Please sign in to comment.