[postgis-users] JSON

Paragon Corporation lr at pcorp.us
Wed Jul 30 22:16:24 PDT 2008


We should update the docs to have an Availability section for the Geometry
Outputs.  Well at the very least for the ST_AsGeomJson.

It confused me too when  I tried to use that function and realized it was in
an unreleased version.
 

-----Original Message-----
From: postgis-users-bounces at postgis.refractions.net
[mailto:postgis-users-bounces at postgis.refractions.net] On Behalf Of Paul
Ramsey
Sent: Wednesday, July 30, 2008 7:29 PM
To: PostGIS Users Discussion
Subject: Re: [postgis-users] JSON

I think it's unreleased on the 1.3 branch. I have it here on my development
box.  So 1.3.4 would have it.

# select st_asgeojson(geom) from fe_edges limit 1;
                                                          st_asgeojson
----------------------------------------------------------------------------
----------------------------------------------------
 
{"type":"MultiLineString","coordinates":[[[-89.734634999999997,31.4920720000
00000],[-89.734955999999997,31.492237999999997]]]}
(1 row)


On Wed, Jul 30, 2008 at 4:16 PM, Jim <jbucher at cnrit.tamu.edu> wrote:
> I just installed 1.3.3 and I don't see an ST_AsGeoJson or an AsGeoJson 
> function.
>
> Paul Ramsey wrote:
>>
>> Jim,
>>
>> We've got that contribution already,
>>
>>
>> http://postgis.refractions.net/documentation/manual-1.3/ch06.html#id2
>> 975494
>>
>> Thanks though!
>>
>> Paul
>>
>
> _______________________________________________
> postgis-users mailing list
> postgis-users at postgis.refractions.net
> http://postgis.refractions.net/mailman/listinfo/postgis-users
>
_______________________________________________
postgis-users mailing list
postgis-users at postgis.refractions.net
http://postgis.refractions.net/mailman/listinfo/postgis-users





More information about the postgis-users mailing list