WFS-T demo does not work anymore (regression)
---------------------------------------------
Key: GEOS-2459
URL: http://jira.codehaus.org/browse/GEOS-2459
Project: GeoServer
Issue Type: Bug
Affects Versions: 1.7.0
Reporter: Andrea Aime
Assignee: Justin Deoliveira
Priority: Critical
Fix For: 1.7.1
When I try to load the WFS-T demo I get the following error in the firebug console:
{code}
OpenLayers.Layer.WFS is not a constructor
init()wfs-t.html (riga 46)
onload(load )7tnQksP2...GPg%3D%3D (riga 2)
[Break on this error] extractAttributes: false
{code}
Changing the OL source so that it points directly to the OL hosted version (which is 2.7 btw) works fine instead:
<script src="http://www.openlayers.org/api/OpenLayers.js"></script>
At first it seems the minimized OL shipping in www/openlayers is missing the files defining the WFS layers
(somewhere in the packed js there is a reference to WFS.js, which is nowhere to be found).
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira