From 7faaa88309d7dc0304a1c2324ce4c344e16e25a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Wed, 19 May 2021 22:57:49 +0300 Subject: [PATCH] rename to enthusiasm --- wm.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wm.sql b/wm.sql index 22fa426..9f29069 100644 --- a/wm.sql +++ b/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