Changeset 6967
- Timestamp:
- 04/18/08 15:33:41 (9 months ago)
- Files:
-
- sandbox/topp/almanac/lib/OpenLayers/Format/Atom.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
sandbox/topp/almanac/lib/OpenLayers/Format/Atom.js
r6966 r6967 108 108 initialize: function(options) { 109 109 OpenLayers.Format.XML.prototype.initialize.apply(this, [options]); 110 this.writeOptions = this.writeOptions || {}; 111 this.readOptions = this.readOptions || {}; 110 112 if(!this.geometryParser) { 111 113 this.geometryParser = new OpenLayers.Format.GMLSF({'xy': this.xy});
