comparison pkg/controllers/diff.go @ 4726:c91e759007da stack-polygons

Started with stacking shells and holes of generated polygons correctly.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Thu, 17 Oct 2019 18:33:46 +0200
parents 1d6f28e45696
children c93c8a837af8
comparison
equal deleted inserted replaced
4722:462d8f71da62 4726:c91e759007da
82 SELECT 82 SELECT
83 $1, 83 $1,
84 $2, 84 $2,
85 ST_Transform( 85 ST_Transform(
86 ST_Multi( 86 ST_Multi(
87 ST_CollectionExtract( 87 ST_Collectionextract(
88 ST_MakeValid( 88 ST_SimplifyPreserveTopology(ST_GeomFromWKB($4, $3::integer), $5),
89 ST_Multi(
90 ST_Collectionextract(
91 ST_SimplifyPreserveTopology(ST_GeomFromWKB($4, $3::integer), $5),
92 3
93 )
94 )
95 ),
96 3 89 3
97 ) 90 )
98 ), 91 ),
99 4326 92 4326
100 ) 93 )