[Mapserver-users] jBox

Michael Smith msmith at sanangelompo.org
Fri Jan 23 11:35:32 EST 2004


 That was the problem.  In my map file my image url was set to
"http://192.168.110.1/tmp/" and I change it to "/tmp/".  Thanks so much for
all your help guys.  This list is great.

-----Original Message-----
From: Richard Greenwood [mailto:rich at greenwoodmap.com] 
Sent: Wednesday, January 21, 2004 2:31 PM
To: Michael Smith; mapserver-users at lists.gis.umn.edu
Subject: Re: [Mapserver-users] jBox

Michael Smith wrote:

> Here is what is retured when I do view source:
> 
>           <tr>
>           <td colspan="2">
>             <applet codebase="/java/jBox" code="jBox.class" width="600"
>                height="600" name="jBox" MAYSCRIPT>
>               <param name="image"
>
value="http://192.168.110.1http://192.168.110.1/tmp/Mike10747157561596.gif">
>             </applet>
>           </td>
>         </tr>
> 
> Any suggestions?

That aint right. It should look like:
    http://192.168.110.1/tmp/Mike10747157561596.gif
in your template it should be EXACTLY:
    http://[host][img]

For some reason the host is getting in there twice.

In your .map file, your IMAGEURL should be "/tmp/"

--
Richard Greenwood
www.greenwoodmap.com




More information about the mapserver-users mailing list