[postgis-users] PostGIS ST_GeogFromGeoJSON()

Paul Ramsey pramsey at cleverelephant.ca
Mon Mar 17 15:27:35 PDT 2014


As long as the input GeoJSON is in lon/lat, there's no reason you
can't just cast the geometry to geography.

On Mon, Mar 17, 2014 at 9:12 AM, Gutfreund, Yechezkal
<ygutfreund at draper.com> wrote:
> Yes, there is a ST_GeomFromGeoJSON() but what is the status of:
> ST_GeogFromGeoJSON()?
>
>
>
> Would it be the same effect as doing:
>
>
>
> ST_GeogFromWKB(ST_GeogFromWKB(...)))?
>
>
>
> Or am I missing something?
>
>
> _______________________________________________
> postgis-users mailing list
> postgis-users at lists.osgeo.org
> http://lists.osgeo.org/cgi-bin/mailman/listinfo/postgis-users


More information about the postgis-users mailing list