jBox

Richard Greenwood richard.greenwood at GMAIL.COM
Fri Sep 14 09:41:23 EDT 2007


Dankelman, G.H. wrote:
> Hello Rich,
>
> We using jbox for many years with great succes in Mapserver
>
> Now Y download ms4w (mapserver) version 4.10.2. and de measure functies
> do not display measure results in de status.status.
>
> Do You now how we can solve this problem.
>
> Thanks,
>
>
>
> Gerrit Dankelman
>
> Gis ingenieur

Gerrit,

It is usually best to post questions to the mapserver list so that
others make participate also. I have copied this email to the list.

There is nothing in mapserver 4.10 that would prevent jBox from
working as it did in earlier versions. And I just did a quick test to
verify that.

Writing to the status line is not usually reliable because the browser
or another application may also be writing to it, and overwrite your
information. A better method is to put your distance data in a div
using innerHTML. For example

<div id="distance">&nbsp;</div>
e = document.getElementById("distance");
e.innerHTML = dist;

Rich

-- 
Richard Greenwood
richard.greenwood at gmail.com
www.greenwoodmap.com



More information about the mapserver-users mailing list