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 <[email protected]> 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 > [email protected] > http://lists.osgeo.org/cgi-bin/mailman/listinfo/postgis-users _______________________________________________ postgis-users mailing list [email protected] http://lists.osgeo.org/cgi-bin/mailman/listinfo/postgis-users
