Skip to content

Commit

Permalink
Add parking as allowed deadend in analyser_osmosis_highway_deadend
Browse files Browse the repository at this point in the history
  • Loading branch information
frodrigo committed Dec 24, 2023
1 parent aa69b0c commit a8da56c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion analysers/analyser_osmosis_highway_deadend.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@
WHERE
tags != ''::hstore AND
(
(tags?'amenity' AND tags->'amenity' = 'parking_entrance') OR
(tags?'amenity' AND tags->'amenity' IN ('parking_entrance', 'parking')) OR
(tags?'entrance' AND tags->'entrance' IN ('garage', 'emergency')) OR
(tags?'aerialway' AND tags->'aerialway' = 'station')
)
Expand Down

0 comments on commit a8da56c

Please sign in to comment.