From 598ab5dec9fa4a530a30d6e2816c1608e8907f2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Fri, 7 May 2021 11:43:53 +0300 Subject: [PATCH] rename to enthusiasm --- IV/wm.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IV/wm.sql b/IV/wm.sql index 22fa426..9f29069 100644 --- a/IV/wm.sql +++ b/IV/wm.sql @@ -419,7 +419,7 @@ end $$ language plpgsql; drop function if exists wm_exaggerate_bend; create function wm_exaggerate_bend(INOUT bend geometry) as $$ declare - scale constant float default 1.2; -- per-step scaling factor + scale constant float default 1.2; -- exaggeration enthusiasm midpoint geometry; -- midpoint of the baseline splitbend geometry; -- bend split across its half bendm geometry; -- bend with coefficients to prolong the lines