rename to enthusiasm
This commit is contained in:
parent
b671eab5ce
commit
7faaa88309
2
wm.sql
2
wm.sql
@ -419,7 +419,7 @@ end $$ language plpgsql;
|
|||||||
drop function if exists wm_exaggerate_bend;
|
drop function if exists wm_exaggerate_bend;
|
||||||
create function wm_exaggerate_bend(INOUT bend geometry) as $$
|
create function wm_exaggerate_bend(INOUT bend geometry) as $$
|
||||||
declare
|
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
|
midpoint geometry; -- midpoint of the baseline
|
||||||
splitbend geometry; -- bend split across its half
|
splitbend geometry; -- bend split across its half
|
||||||
bendm geometry; -- bend with coefficients to prolong the lines
|
bendm geometry; -- bend with coefficients to prolong the lines
|
||||||
|
Loading…
Reference in New Issue
Block a user