Fix divide by zero condition in "denominator" branch of OBS_GetMeasure
when passing in a polygon (#233).
Improvements
Use ST_Subdivide to improve performance when functions are called on very
complex geometries (with many points) (#232)
Improve raster scoring to more heavily weight boundaries with nearer to
correct number of points, and penalize boundaries with lots of blank space
(#232)
Remove some redundant area calculations in OBS_GetMeasure
(#232)
Replace use of format('%L', var) with proper use of EXECUTE and $1 etc.
variables (#231)
1.1.6 (2016-12-08)
Bugfixes
OBS_GetMeasure
when passing in a polygon (#233).Improvements
ST_Subdivide
to improve performance when functions are called on very complex geometries (with many points) (#232)OBS_GetMeasure
(#232)format('%L', var)
with proper use ofEXECUTE
and$1
etc. variables (#231)