Opened 15 years ago

Closed 15 years ago

#373 closed defect (fixed)

featureTypeArray is not defined

Reported by: christoph Owned by: christoph
Priority: major Milestone: 2.5.1 release
Component: digitizing Version: 2.5
Keywords: Cc:

Description

Storing a digitized object fails with the above JS error message.

Change History (1)

comment:1 by christoph, 15 years ago

Resolution: fixed
Status: newclosed

In wfs.js, someone used an HTML comment (<!--) instead of a JavaScript comment (). In the SVN version, this does not cause any problems, because the JavaScript files are uncompressed. In the release version however, the JS files are compressed, and so the line after the comment got corrupted by the HTML comment. Weird, isn't it?

Anyway. If you have a Mapbender 2.5 installation, replace wfs.js by the SVN version at

http://trac.osgeo.org/mapbender/browser/tags/2.5/http/javascripts/wfs.js?format=raw

or (better, and) delete the comment in function get_wfs_str at line 341.

SVN has been updated some time ago.

Note: See TracTickets for help on using tickets.