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

@@ -127,7 +127,7 @@
var offering = this.SOSCapabilities.contents.offeringList[name];
var xml = this.obsformat.write({
eventTime: 'latest',
resultModel: 'measurement',
resultModel: 'om:Measurement',
responseMode: 'inline',
procedure: feature.attributes.id,
offering: name,