How do you use proj-4.4.9

Ryan Ollerenshaw ollerery at ENGR.ORST.EDU
Fri Jul 14 15:36:08 EDT 2006


Quoting Albert Anderson <bart_doggers at yahoo.com>:

> Hi,
>  I dont know why its not working.  The projection map file is not showing up
> in the window.
>
> Albert
>

We would still need some more information to exacly what problem you are facing.
 if all you are getting is a blank display i would bet that you problem is not
with proj4 but somewhere else in you mapserver setup.  I think that your best
bet would be to use your MapServer's built in WMS server and try to view your
map through a URL.  This would eliminate any coding mistakes that you might
have made else where.

check out: http://mapserver.gis.umn.edu/docs/howto/wms_server

> Ryan Ollerenshaw <ollerery at engr.orst.edu> wrote: How is it not working?
>
> Quoting Albert Anderson :
>
> > Hi All,
> >
> >  I installed proj-4.4.9 on a lunix machine.  I follow the directions step
> by
> > step. It does seem to be work.  What should I do. I have the projection in
> > the layer and map.   code is here.
> >
> > #This is Richland County Map Server
> > NAME "Richland"
> > SIZE 309 417
> > UNITS DD
> > IMAGECOLOR 189 202 222
> > IMAGETYPE JPEG
> > PROJECTION "init=epsg:26914"
> > END
> > SHAPEPATH "/home/mapdata/"
> > EXTENT     -97.338391 45.907505 -96.508389 46.717217
> >
> > and
> >
> > #####################################
> > LAYER
> >     NAME "richland"
> >     STATUS default
> >     TYPE polygon
> >     DATA "RICH_bndy"
> >     PROJECTION "init=epsg:26914"
> >     END
> >     CLASS
> >       STYLE
> >             COLOR 0 0 0
> >       END
> >    END
> > END
> >
> > Can someone help me.
> >
> > Thanks,
> > Albert
> >
> >
> > ---------------------------------
> > Do you Yahoo!?
> >  Everyone is raving about the  all-new Yahoo! Mail Beta.
>
>
>
>
>
> ---------------------------------
> Do you Yahoo!?
>  Everyone is raving about the  all-new Yahoo! Mail Beta.



More information about the mapserver-users mailing list