Hi Juan, I'm not sure I understand your question. Do you mean that you want to simplify the polygon so it has less points? In that case, use ST_Simplify before your ST_AsKml function. Read more about it over here: https://postgis.net/docs/ST_Simplify.html
Best, Tom On Thu, Jun 1, 2017 at 9:50 PM, juancotrina <[email protected]> wrote: > Hi everybody: > I want to export a polygon from postgis with lots of vertice to kml using > FUNCTION st_askml, but no export all points. How can I solve this problem?, > Thanks to help me. > > Juan Cotrina. > > > > -- > View this message in context: http://postgis.17.x6.nabble. > com/Postgis-Polygon-to-Google-Maps-Polygon-tp4470594p5011238.html > Sent from the PostGIS - User mailing list archive at Nabble.com. > _______________________________________________ > postgis-users mailing list > [email protected] > https://lists.osgeo.org/mailman/listinfo/postgis-users
_______________________________________________ postgis-users mailing list [email protected] https://lists.osgeo.org/mailman/listinfo/postgis-users
