Bug 164 - IMG_URL adds "ocs" to end of hostname, doesn't load map image
: IMG_URL adds "ocs" to end of hostname, doesn't load map image
Status: NEW
: MapLab
map editor
: 3.0
: PC Linux
: P2 critical
: ---
Assigned To:
: http://spatialguru.com/gis/projects/g...
:
:
:
:
  Show dependency treegraph
 
Reported: 2003-12-10 13:29 by
Modified: 2003-12-10 13:29 (History)


Attachments


Note

You need to log in before you can comment on or make changes to this bug.


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?