rename to enthusiasm

main
Motiejus Jakštys 2021-05-19 22:57:49 +03:00 committed by Motiejus Jakštys
parent b671eab5ce
commit 7faaa88309
1 changed files with 1 additions and 1 deletions

2
wm.sql
View File

@ -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