Bug 164

Summary: IMG_URL adds "ocs" to end of hostname, doesn't load map image
Product: MapLab Reporter: Tyler Mitchell <tylermitchell@shaw.ca>
Component: map editorAssignee: maplab-dev <maplab-dev@lists.maptools.org>
Status: NEW    
Severity: critical    
Priority: P2    
Version: 3.0   
Target Milestone: ---   
Hardware: PC   
OS: Linux   
URL: http://spatialguru.com/gis/projects/gmf_apps/enzo/enzo.phtml
Whiteboard:

Description From 2003-12-10 13:29:26
I made an app with gmapfactory on MS4W and am porting the app to linux.

The sample URL shows that all my tmp images (legend, ref) load fine, but not 
the map image itself.  Looking into the HTML source, I see the IMG_URL value is 
goofy.
It says this:
<snip>...value="http://spatialguru.comocs/gis/pr.....<snip>

The ".comocs" shouldn't have  "ocs".  I'm not sure where this is coming from.
It should read:
<snip>...value="http://spatialguru.com/gis/pr.....<snip>
Manually pasting the corrected value in the browser produces a valid map image.

I can't seem to find where it's getting mixed up.  I'll provide globprefs is 
desired.

p.s. You may want to add a gmap component under the maplab product list in 
bugzilla?