Projections and debugging web processes

Cameron Shorter cshorter at optusnet.com.au
Tue Aug 24 02:40:19 EDT 1999


Thankyou Rob,
Changed units to meters and the projection worked!

Cameron.

Rob Atkinson wrote:
> 
> Suggestion:
> 
> try
> 
> UNITS METERS
> 
> rob
> 
> Cameron Shorter wrote:
> 
> > I belive I have worked out how to debug mapserv.cgi.  I set up
> > environment variables and then run from the command line, and hence can
> > attach the gdb debugger.  Ie, in my .bashrc I set the following:
> >
> > # Env variables for debugging mapserv
> > QUERY_STRING="map=%2Fhome%2Fbikeast%2Fcamerons%2Fbikeast_amg56.map&layer=onroad"
> > REQUEST_METHOD="GET"
> >
> > export QUERY_STRING REQUEST_METHOD
> >
> > ----------------------------
> > My files are in lat/long coordinates and I want to convert them to
> > AMG56.
> >
> > The mapfile works if I comment out all the projection data.
> >
> > I have been using gdb to try and debug mapserv.cgi and compare it to
> > shp2gif.  The problem seems to be in msAdjustExtent, but I haven't
> > worked it out yet.  I will be doing more work on it over the next few
> > days (if you cannot give me a few hints in the meantime).
> >
> > The mapfile I'm using is below:
> >



More information about the mapserver-users mailing list