OpenLayers OpenLayers

Changeset 6967

Show
Ignore:
Timestamp:
04/18/08 15:33:41 (9 months ago)
Author:
tschaub
Message:

default options

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • sandbox/topp/almanac/lib/OpenLayers/Format/Atom.js

    r6966 r6967  
    108108    initialize: function(options) { 
    109109        OpenLayers.Format.XML.prototype.initialize.apply(this, [options]); 
     110        this.writeOptions = this.writeOptions || {}; 
     111        this.readOptions = this.readOptions || {}; 
    110112        if(!this.geometryParser) { 
    111113            this.geometryParser = new OpenLayers.Format.GMLSF({'xy': this.xy});