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"> </div> e = document.getElementById("distance"); e.innerHTML = dist; Rich -- Richard Greenwood [EMAIL PROTECTED] www.greenwoodmap.com