Skip to content

Commit

Permalink
Merge 7605a49 into 7216593
Browse files Browse the repository at this point in the history
  • Loading branch information
quentar committed Oct 14, 2020
2 parents 7216593 + 7605a49 commit 0cfd46f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layers/building/update_building.sql
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ BEGIN
FROM osm_building_polygon o
)
SELECT (array_agg(dta.osm_id))[1] osm_id,
ST_Buffer(ST_MemUnion(ST_Buffer(dta.geometry, zres14, 'join=mitre')), -zres14, 'join=mitre') geometry
ST_Buffer(ST_MemUnion(ST_Buffer(dta.geometry, -zres14, 'join=mitre')), zres14, 'join=mitre') geometry
FROM dta
GROUP BY cid

Expand Down

0 comments on commit 0cfd46f

Please sign in to comment.