Skip to content

Commit

Permalink
feat: filter forest types
Browse files Browse the repository at this point in the history
  • Loading branch information
friedjoff committed Jul 9, 2020
1 parent 942d62b commit 0f0ad45
Show file tree
Hide file tree
Showing 2 changed files with 423 additions and 3,554 deletions.
1 change: 1 addition & 0 deletions lib/data/sql/V3__create_types.sql
Original file line number Diff line number Diff line change
Expand Up @@ -340,6 +340,7 @@ sort,
END AS relief_type_steep
FROM nat_naistyp_mstr mstr
LEFT JOIN nat_naistyp typ USING (naistyp_c)
WHERE naistyp_s20 = 'Y'
UNION
SELECT trim(BOTH
FROM naistyp) AS code,
Expand Down
Loading

0 comments on commit 0f0ad45

Please sign in to comment.