reduce exaggeration step

This commit is contained in:
Motiejus Jakštys 2021-05-07 11:29:34 +03:00
parent 4ca0f53c29
commit f54729e35c

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 2; -- per-step scaling factor
scale constant float default 1.2; -- per-step scaling factor
midpoint geometry; -- midpoint of the baseline
splitbend geometry; -- bend split across its half
bendm geometry; -- bend with coefficients to prolong the lines