#POSTGIS IRC Log - 2009-06-13

For logs after Feb 3, 2007, all times are GMT-8. Prior logs are GMT-9.
Back to Logs
06:58:52 sigq: geosfeed: Ticket #260 ( task created ): Problem using locale with WKTReader <http://trac.osgeo.org/geos/ticket/260>
17:11:08 ltcabral: hello... i converted a shapefile to postgis sql... how can i understand the hex string that has information about the lines?
19:05:42 jlivni: ltcabral: assuming you have imported the data into postgis, then you can select it out in various formats
19:06:31 jlivni: eg: select st_asText( the_geom ), st_asKml( the_geom ), from mytable
19:59:14 sigq: geosfeed: Ticket #260 ( task closed ): Problem using locale with WKTReader <http://trac.osgeo.org/geos/ticket/260#comment:1>
20:26:11 ltcabral: jlivni thanks ill try that