Skip to content

Commit

Permalink
Fix MatView closes #22
Browse files Browse the repository at this point in the history
  • Loading branch information
britiger committed Nov 16, 2019
1 parent 89a3886 commit 1d694b1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sql/importCreateViews.sql
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,8 @@ SELECT (a.osm_id || ';' || a.class) As osmIdA,
FROM import.osm_addresses AS a,
import.osm_addresses AS b
WHERE a.osm_id<b.osm_id
AND ST_SRID(a.geometry) > 0
AND ST_SRID(b.geometry) > 0
AND a."addr:city" = b."addr:city"
AND a."addr:postcode" IS NOT DISTINCT FROM b."addr:postcode"
AND a."addr:suburb" IS NOT DISTINCT FROM b."addr:suburb"
Expand Down

0 comments on commit 1d694b1

Please sign in to comment.