add missing requires statement.

git-svn-id: http://svn.openlayers.org/trunk/openlayers@9899 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
crschmidt
2009-12-16 20:39:33 +00:00
parent cc4b914fff
commit 3ee6c4663c

View File

@@ -2,6 +2,10 @@
* license. See http://svn.openlayers.org/trunk/openlayers/license.txt for the * license. See http://svn.openlayers.org/trunk/openlayers/license.txt for the
* full text of the license. */ * full text of the license. */
/**
* @requires OpenLayers/Format/XML.js
*/
/** /**
* Class: OpenLayers.Format.SOSGetObservation * Class: OpenLayers.Format.SOSGetObservation
* Read and write SOS GetObersation (to get the actual values from a sensor) * Read and write SOS GetObersation (to get the actual values from a sensor)