Closed bartvde closed 10 years ago
also execute does not work in IE9
invalid calling object
there is a validation issue with WFS 2.0 GetCapabilities XML, we'll need to check if we can switch back to WFS 1.1.0 since that is valid
see: 902c39587f18518e721e3f388f2bbf5c286dad44
hmm this does not fix it, same error in IE9.
Local raster layers show up fine in combos, but not local vector layers
works okay in IE10
okay there is still a parsing error for the XML
The namespace prefix is not allowed to start with the reserved string xml
ah this is because of this implicit declaration by GeoServer: xmlns:xml="http://www.w3.org/XML/1998/namespace"
see also #129
Invalid calling object is caused by:
toString.call(values[key]) === "[object Array]"
this was all resolved, IE needs more testing in general but this is a testing issue