Matt, I am surprised that you have found this to be the case. The projection block always needs a closing END.
http://mapserver.gis.umn.edu/docs/reference/mapfile/projection David. -----Original Message----- From: UMN MapServer Users List [mailto:[EMAIL PROTECTED] On Behalf Of Matthew Edmondson Sent: Wednesday, December 06, 2006 8:03 AM To: [email protected] Subject: Re: [UMN_MAPSERVER-USERS] [ka-Map-users] loadProjection(): Unknown identifier error Tried the lower case, no change but adding the additional END fixed it right away. This is the only mapserver app that I've ever needed to give PROJECTION it's own END. Thank you very much to both of you. Matt On 12/5/06, Paul Spencer <[EMAIL PROTECTED]> wrote: > Try init=epsg:4326 - note the lower case epsg ... when you use the > init option with proj, it directs it to look in one of its 'database' > files for the actual proj codes ... in this case, the epsg file. > > This may not fix your problem (since the file system on windows isn't > case sensitive) but give it a shot. > > Paul > > On 5-Dec-06, at 4:11 PM, Matthew Edmondson wrote: > > > I've been utilizing mapserver for over a year now, mainly utilizing > > chameleon. I downloaded the latest ms4w install and have been > > messing around with ka-map. I've been using a modified .map file of > > the world map and have run into a snag. > > > > If I insert the line > > PROJECTION "init=EPSG:4326" > > into my map file, the file wont load via html, and via mws it gives > > the error of "loadProjection(): Unknown identifier error" If I > > comment out that line, it works fine. I'm trying to get this to > > work, beacuse otherwise I'm running into trying to access the data > > via mws from other applications. > > > > Thanks, > > > > Matt > > > > p.s. I'm attaching the world file. > > <World.map> > > _______________________________________________ > > ka-Map-users mailing list > > [EMAIL PROTECTED] > > http://lists.maptools.org/mailman/listinfo/ka-map-users > > +-----------------------------------------------------------------+ > |Paul Spencer [EMAIL PROTECTED] | > +-----------------------------------------------------------------+ > |Chief Technology Officer | > |DM Solutions Group Inc http://www.dmsolutions.ca/ | > +-----------------------------------------------------------------+ > > > > >
