Skip to content

Commit

Permalink
minor SQL fix
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-werner committed Oct 9, 2023
1 parent 0724e0c commit c76841f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sql/templates/osm_attributes.sql.j2
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ CREATE TABLE bicycle_infrastructure AS ( -- 7 s
tags -> 'cycleway:left' = 'track' OR
tags -> 'cycleway:left' = 'opposite_track' OR
tags -> 'cycleway:right' = 'track' OR
tags -> 'cycleway:right' = 'opposite_track' OR
tags -> 'cycleway:right' = 'opposite_track'
)
AND (foot != 'yes' OR foot IS NULL)
AND (foot != 'designated' OR foot IS NULL)
Expand Down

0 comments on commit c76841f

Please sign in to comment.