explain where the bug is (from).
This commit is contained in:
parent
dcf4c02307
commit
d8aaa24df6
@ -1,6 +1,10 @@
|
|||||||
\set ON_ERROR_STOP on
|
\set ON_ERROR_STOP on
|
||||||
SET plpgsql.extra_errors TO 'all';
|
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 $$
|
do $$
|
||||||
declare
|
declare
|
||||||
npoints bigint;
|
npoints bigint;
|
||||||
|
Loading…
Reference in New Issue
Block a user