mapserver with postgis problems
Sami Jan
sami.jan at GMAIL.COM
Sun Mar 4 08:20:42 PST 2007
I have managed to narrow down the problem - mapServer does not plot
projected points - points in lat/long are rendered OK
The following block of data renders the points OK:
=====================
PROJECTION
'proj=longlat'
'ellps=WGS84'
'datum=WGS84'
'no_defs'
END
=====================
The following does not:
=====================
PROJECTION
'proj=utm'
'zone=15'
'ellps=GRS80'
'datum=NAD83'
'units=m'
'no_defs'
END
=====================
It fails with this error:
msPOSTGISLayerFreeItemInfo called\r
msProjectRect(): all points failed to reproject, trying to fall back to
using world bounds ... hope this helps.\r
msPOSTGISLayerWhichShapes called\r
More information about the MapServer-users
mailing list