switchonproject / cids-custom-switchon-server

SWITCH-ON Server Customisations
http://switchonproject.github.io/cids-custom-switchon-server/
0 stars 0 forks source link

Search Geometries Input Validation #61

Closed p-a-s-c-a-l closed 8 years ago

p-a-s-c-a-l commented 8 years ago

Search Geometries provided by te client should be validated, otherwise postgres may fail with: "Points of LinearRing do not form a closed linestring"

Use ST_MakeValid to validate input Search Geometries.

p-a-s-c-a-l commented 8 years ago

done