Changeset 8033
- Timestamp:
- 09/18/08 13:15:33 (3 months ago)
- Files:
-
- trunk/openlayers/lib/OpenLayers/Format/GML/Base.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/openlayers/lib/OpenLayers/Format/GML/Base.js
r8010 r8033 5 5 /** 6 6 * @requires OpenLayers/Format/XML.js 7 * @requires OpenLayers/Format/GML.js 7 8 */ 8 9 /**10 * Eventually, this will require the OpenLayers.Format.GML. For now, since11 * this parser can be included in a lib without the old GML parser, we12 * declare the namespace if it doesn't exist.13 */14 if(!OpenLayers.Format.GML) {15 OpenLayers.Format.GML = {};16 }17 9 18 10 /**
