comparison pkg/controllers/diff.go @ 4637:0ed1489af8b6

Removed ST_MakeValid from inserting sounding results and differences ... in hope that they are not broken. This speeds inserting up a lot.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Fri, 11 Oct 2019 15:09:13 +0200
parents c657dec6b0fa
children 4380f5483c03
comparison
equal deleted inserted replaced
4636:a08e0c8c53ee 4637:0ed1489af8b6
74 $2, 74 $2,
75 ST_Transform( 75 ST_Transform(
76 ST_Multi( 76 ST_Multi(
77 ST_CollectionExtract( 77 ST_CollectionExtract(
78 ST_SimplifyPreserveTopology( 78 ST_SimplifyPreserveTopology(
79 ST_Multi(ST_Collectionextract( 79 ST_GeomFromWKB($4, $3::integer),
80 ST_MakeValid(ST_GeomFromWKB($4, $3::integer)), 3)),
81 $5 80 $5
82 ), 81 ),
83 3 82 3
84 ) 83 )
85 ), 84 ),