Opened 17 years ago
Closed 16 years ago
#64 closed defect (worksforme)
Digitize Problem with 3 buttons (Stützpunkte) caused by z-index
Reported by: | vera | Owned by: | uli |
---|---|---|---|
Priority: | major | Milestone: | 2.5.1 release |
Component: | digitizing | Version: | 2.4.2 |
Keywords: | Cc: | uli |
Description
Hi Uli, there is a little problem with digitizing when using the 3 buttons (Stützpunkt verschieben, neuer Stützpunkt und Stützpunkt löschen) caused by the z-index of an image tag in the mod_map1.php (usemap)(<img id='um_img' name='um_img' style ='position: absolute; left: 0px; top: 0px; width: 0px; height: 0px; border:0;z-index:100' src='../img/transparent.gif' useMap='#um'>). A workaround is possible by setting the z-index to 101 of the var digitizeTransactionalZIndex = 101 in the digitize_default.conf. Greets, Vera
Change History (4)
comment:1 by , 17 years ago
Priority: | minor → major |
---|---|
Type: | enhancement → defect |
Version: | 2.4.1 → 2.4.2 |
comment:2 by , 17 years ago
Milestone: | → Milestone 2.5 release |
---|
comment:3 by , 16 years ago
Milestone: | 2.5 release → 2.6 release |
---|
comment:4 by , 16 years ago
Milestone: | 2.6 release → 2.5.1 release |
---|---|
Resolution: | → worksforme |
Status: | new → closed |
copied application gui_digitize
added digitize, wfs and wfsConf to copied application
works
This problem seems to persist in 2.4.2, hence I raised the priority. It happens when people create their own GUI and then add the digitizing modules manually.
Maybe it suffices to add a paragraph to the documentation - my understanding of the inner workings it too limited to judge that.