[postgis-users] Postgis Polygon to Google Maps Polygon

Tom van Tilburg tom.van.tilburg at gmail.com
Thu Jun 1 12:55:11 PDT 2017


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 <juancotrina at gmail.com> 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
> postgis-users at lists.osgeo.org
> https://lists.osgeo.org/mailman/listinfo/postgis-users
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/postgis-users/attachments/20170601/c2237ba6/attachment.html>


More information about the postgis-users mailing list