diff schema/tap_tests_data.sql @ 2514:79f4a20e31c2

Introduce distance limit up to which axis linestrings are connected Before, e.g. a linestring representing a tributary with its mouth in the middle of another linestring, had been connected to the end of the latter.
author Tom Gottfried <tom@intevation.de>
date Tue, 05 Mar 2019 15:44:05 +0100
parents 48495bd3081d
children d316a6e41f54
line wrap: on
line diff
--- a/schema/tap_tests_data.sql	Tue Mar 05 09:59:06 2019 +0100
+++ b/schema/tap_tests_data.sql	Tue Mar 05 15:44:05 2019 +0100
@@ -94,7 +94,7 @@
     ST_SetSRID('LINESTRING(0.5 0.5, 1 1)'::geometry, 4326),
     'testriver'
 ), (
-    ST_SetSRID('LINESTRING(1.5 0.1, 2 0)'::geometry, 4326),
+    ST_SetSRID('LINESTRING(1.5 0.00001, 2 0)'::geometry, 4326),
     'testriver'
 );