wm

Wang–Müller line generalization algorithm in PostGIS
Log | Files | Refs | README | LICENSE

commit 167e9020b4bd4bda478c8d401171e092ac0ee52b (tree)
parent a7c79becf8f9fc0ab0fcb073c90208515e76b0f8
Author: Motiejus Jakštys <motiejus@jakstys.lt>
Date:   Wed, 19 May 2021 22:57:50 +0300

bring back the original isolation_threshold

Diffstat:
Mwm.sql | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/wm.sql b/wm.sql @@ -335,7 +335,7 @@ create function wm_bend_attrs( dbggen integer default null ) returns wm_t_attrs[] as $$ declare - isolation_threshold constant real default 0.3; + isolation_threshold constant real default 0.5; attrs wm_t_attrs[]; attr wm_t_attrs; bend geometry;