Bug 78

Summary: [MapLab3]No projection object specified in the tutorial.map
Product: MapLab Reporter: Normand Savard <nsavard@mapgears.com>
Component: PreviewAssignee: maplab-dev <maplab-dev@lists.maptools.org>
Status: RESOLVED INVALID    
Severity: normal    
Priority: P2    
Version: 3.0   
Target Milestone: ---   
Hardware: PC   
OS: Linux   
Whiteboard:

Description From 2003-10-22 13:02:05
No projection object specified in the tutorial.map

I opened the tutorial.map map into MapEdit and the keymap didn't appear. 
MapServer reports that there is no projection specified.

I added the following definition:

  PROJECTION
    "init=epsg:42304"
  END

and the map is loaded properly.



The php error log file displayed the following:

[nsavard@manwe /tmp]# more phperrors.log
[22-Oct-2003 12:54:01] PHP Fatal error:  MapServer Error in
msProcessProjection(): projection not named
 in /usr2/home/nsavard/proj/chameleon-1.1_20031016/htdocs/common/wrapper/drawmap.php
on line 929
------- Comment #1 From 2005-10-27 14:31:49 -------
i just noticed this bug: there is no projection object in the tutorial mapfile
because one of the steps in the tutorial is adding the projection object.