stud

study spacejunk
Log | Files | Refs | LICENSE

commit d8aaa24df66f77b6d6c320976dba2c379a6571a8 (tree)
parent dcf4c02307baeece51470a961a113a8fad68fad5
Author: Motiejus Jakštys <motiejus@uber.com>
Date:   Tue, 11 May 2021 20:38:34 +0300

explain where the bug is (from).

Diffstat:
MIV/test-rivers.sql | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/IV/test-rivers.sql b/IV/test-rivers.sql @@ -1,6 +1,10 @@ \set ON_ERROR_STOP on SET plpgsql.extra_errors TO 'all'; +-- This fails with real rivers since dcf4c02307baeece51470a961a113a8fad68fad5 +-- (adding GDB10LT data). The same rivers from OpenStreetMaps work. +-- There seems to be a bug in wm_exaggeration. + do $$ declare npoints bigint;