[postgis-users] JSON

Paul Ramsey pramsey at cleverelephant.ca
Wed Jul 30 16:28:34 PDT 2008


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.492072000000000],[-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#id2975494
>>
>> Thanks though!
>>
>> Paul
>>
>
> _______________________________________________
> 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