From 0515a77deec4a620c11670ae3371e92f34a4393b Mon Sep 17 00:00:00 2001 From: ewojtylko1 Date: Wed, 10 Jan 2024 13:37:50 -0600 Subject: [PATCH] modified st_union to st_memunion for basin query --- src/main/resources/mybatis/stream.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/mybatis/stream.xml b/src/main/resources/mybatis/stream.xml index a69b447..d011a6c 100755 --- a/src/main/resources/mybatis/stream.xml +++ b/src/main/resources/mybatis/stream.xml @@ -63,10 +63,10 @@ ) select - st_asgeojson(st_simplify(st_union(catchmentsp.the_geom), .001), 9, 0) shape + st_asgeojson(st_simplify(st_memunion(catchmentsp.the_geom), .001), 9, 0) shape - st_asgeojson(st_union(catchmentsp.the_geom), 9, 0) shape + st_asgeojson(st_memunion(catchmentsp.the_geom), 9, 0) shape from navigation_results