[Mapbender-users] Digitizing module works in Firefox but not IE

knex0001 at umn.edu knex0001 at umn.edu
Thu Aug 23 15:12:16 EDT 2007


Greetings

I have a problem that is stumping me and hope someone else has an idea. All 
digitizing functions of our Mapbender install are working great with 
Firefox, but not so well with IE6. Specifically the editing/updating 
functionality.

I've got the problem narrowed down to fact that when in IE, d.get(i) does 
not work. To test, I added an alert to updateListOfGeometries like this:

listOfGeom += "\t\t\t<img src = '"+buttonDig_imgdir+buttonDig_remove_src+"' 
title='"+buttonDig_remove_title[selectedLanguage]+"'onclick='alert(d.get("+i+"));parent.mb_disableThisButton(mod_digitizeEvent);d.del("+i+");executeDigitizeSubFunctions();'>\n";

In Firefox, the alert box shows the geometry of the object, IE shows no 
geometry.

I have made modifications to mod_digitize_tab.php as we do not have access 
to a WFS-T server and are writing updates via SQL. However, I've gone back 
to the original mod_digitize_tab, with only one modification (make 
isTransactional true for WFS so objects will show in the geometry list). 
The results are the same, no value for d.get(i) when using IE, but Firefox 
works properly.

Here's a link to the application:

http://hegis.geog.umn.edu/mapbender_2.4.2_rc1/http/frames/login.php?&mb_user_myGui=MIIM%20Green&name=guest&password=hegis

Ideas would be greatly appreciated.

Thanks

Len


More information about the Mapbender_users mailing list