#POSTGIS IRC Log - 2008-08-24

For logs after Feb 3, 2007, all times are GMT-8. Prior logs are GMT-9.
Back to Logs
10:56:42 epifanio: hi
10:56:50 epifanio: i'm tring to visualize a posgis layer in mapserver, but i have errors :-/ .. shp2img give me these log : http://rafb.net/p/qJsMCy90.html , the same layer is visualized in qgis without problems
10:56:51 sigq: Title: Nopaste - No description ( at rafb.net )
10:57:04 epifanio: the strange is that the layer have an unconventional "the_geom" column :-/
10:57:11 epifanio: these a screenshoot of qgis postgis import tool http://img77.imageshack.us/img77/2533/picture5wn3.png
10:57:16 epifanio: as you can see it have a : " the geom AS POINT " ... maybe is these the reason of my problem ?
10:57:26 epifanio: i generated the layer using these python code : http://rafb.net/p/bUuqE652.html
10:57:29 sigq: Title: Nopaste - No description ( at rafb.net )
10:58:33 epifanio: have you any ideas ... why it give me "the geom AS POINT" ?
16:29:17 jlivni: epifanio: try paste your mapserver layer definition. looks like you need to have a projection for it defined, or include the srid in the data connect string line
16:43:43 epifanio: jlivni: hi , these the layer definition in the mapfile : http://rafb.net/p/wUn0Ui99.html
16:43:45 sigq: Title: Nopaste - No description ( at rafb.net )
16:59:17 epifanio: the mapfile layer has projection definition, what about "how to" include the srid in the data connect string line ?
18:04:31 jlivni: epifanio: do you get same error with these data strings? http://rafb.net/p/SSblOV73.html
18:04:32 sigq: Title: Nopaste - No description ( at rafb.net )
18:08:07 epifanio: jlivni: great! the first option give no errors :- )
18:08:41 epifanio: it is displayed correctly, thanks!