wm

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

commit 1c7d22bb99e47b7e625b9db145e1edf86fc244bf (tree)
parent 523f00c8c9e677df99e1822020f19ae492386b34
Author: Motiejus Jakštys <motiejus@jakstys.lt>
Date:   Wed, 19 May 2021 22:57:47 +0300

less variable declarations

Diffstat:
Mwm.sql | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/wm.sql b/wm.sql @@ -248,8 +248,6 @@ declare pi constant real default radians(180); i int4; j int4; - a geometry; - b geometry; multi geometry; begin mutated = false;