benoitdm-oslandia / pg_featureserv

Apache License 2.0
1 stars 0 forks source link

Task - Generate simplified geometry on-the-fly for returned objets - impl #155

Closed benoitdm-oslandia closed 1 year ago

benoitdm-oslandia commented 1 year ago

Implementation phase following #143

nrevelant commented 1 year ago

The orb package is currently used by pg_featureserv. And it seems interesting to mention that this component provides a simplification function like postgis does : https://github.com/paulmach/orb/tree/master/simplify#dp In the case we face performance issues or overload on the database, this could represent a solution.