Bug 76

Summary: [MapLab3]IMAGEURL doesn't use the same alias as chameleon
Product: MapLab Reporter: Normand Savard <nsavard@mapgears.com>
Component: PreviewAssignee: maplab-dev <maplab-dev@lists.maptools.org>
Status: NEW    
Severity: minor    
Priority: P2    
Version: 3.0   
Target Milestone: ---   
Hardware: PC   
OS: Linux   
Whiteboard:

Description From 2003-10-22 10:59:50
IMAGEURL doesn't use the same alias as chameleon.  The IMAGEURL in chameleon.map
(chameleon_sample) uses "/ms_tmp/" like this:

  IMAGEPATH "/tmp/ms_tmp/"
  IMAGEURL "/ms_tmp/"     

The IMAGEURL in tutorial.map (MapLab) uses "/tmp" like this:

    IMAGEPATH "/tmp/ms_tmp/"
    IMAGEURL "/tmp/"

We should maintain a certain consistency to avoid potential problem when a user
is doing the configuration of his applications.