Skip to content

Commit

Permalink
fix #451
Browse files Browse the repository at this point in the history
  • Loading branch information
smnorris committed Jan 17, 2024
1 parent c77c31c commit fa3019f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions db/views/02_crossings.sql
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,8 @@ select
when
transport_line_type_description is not NULL
then 'ROAD, RESOURCE/OTHER'
-- in the absence of any of the above info, assume a PSCIS crossing is on a resource/other road
when
stream_crossing_id is not NULL
then 'ROAD, RESOURCE/OTHER'
-- in the absence of any of the above info, assume a resource/other road
else 'ROAD, RESOURCE/OTHER'
end as crossing_feature_type
from bcfishpass.crossings;

Expand Down

0 comments on commit fa3019f

Please sign in to comment.