Opened 14 years ago

Closed 13 years ago

#672 closed defect (fixed)

combine and merge polygons malfunction

Reported by: armin11 Owned by: dev
Priority: blocker Milestone: 2.7 release
Component: digitizing Version: 2.7 rc1
Keywords: Cc:

Description

The digitize module in trunk has a problem to combine and merge polygons. The function is done properly (but the objects are not glued together in the mapbender client (objectlist and mapframe have single objects) error: missing ] after element list mod_digitize_tab.php line 1486

Change History (4)

comment:1 by marc, 14 years ago

some more errors appears in IE8.

Highlighting (close Polygon) doesnt work. Move basepoint doesnt work too.

comment:2 by astrid_emde, 13 years ago

Owner: changed from dev to marc

comment:3 by marc, 13 years ago

Owner: changed from marc to dev

Tested again.

Malfunction of combine and merge doesn't appear in IE8 but Move basepoint/ insert Basepoint doesn't work. Console says:

Meldung: 'pageX' ist Null oder kein Objekt
Zeile: 2719
Zeichen: 3
Code: 0
URI: http://localhost/mapbender_trunk_n/http/javascripts/map.php?PHPSESSID=bd254cd960b70a321f29eaae8134839a&guiID=gui_digitize&PHPSESSID=bd254cd960b70a321f29eaae8134839a&gui_id=gui_digitize

comment:4 by christoph, 13 years ago

Resolution: fixed
Status: newclosed

problem was a wrong postgis function. Instead of geomunion the function st_union needs to be used.

I think the comments refer to another problem. Please create a new ticket for these and set the milestone to 2.8.

changeset:7353

Note: See TracTickets for help on using tickets.