fix up SOS client example, non-functional change, the underlying SOS service had changed something in the accepted resultModel values

git-svn-id: http://svn.openlayers.org/trunk/openlayers@10713 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
bartvde
2010-09-02 09:35:09 +00:00
parent cfa3353d42
commit f76f8ded46
2 changed files with 2 additions and 1 deletions

View File

@@ -104,6 +104,7 @@ OpenLayers.Format.SOSGetObservation = OpenLayers.Class(OpenLayers.Format.XML, {
*/
write: function(options) {
var node = this.writeNode("sos:GetObservation", options);
node.setAttribute("xmlns:om", this.namespaces.om);
this.setAttributeNS(
node, this.namespaces.xsi,
"xsi:schemaLocation", this.schemaLocation