OpenLayers OpenLayers

Changeset 8033

Show
Ignore:
Timestamp:
09/18/08 13:15:33 (3 months ago)
Author:
crschmidt
Message:

"GML v2 fails in single file build in trunk", add dependancy on Format.GML
to prevent GML.v2 from getting blown away by later Format/GML.js inclusion
in single file build. r=tschaub (Pullup #1740)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/openlayers/lib/OpenLayers/Format/GML/Base.js

    r8010 r8033  
    55/** 
    66 * @requires OpenLayers/Format/XML.js 
     7 * @requires OpenLayers/Format/GML.js 
    78 */ 
    8  
    9 /** 
    10  * Eventually, this will require the OpenLayers.Format.GML.  For now, since 
    11  *     this parser can be included in a lib without the old GML parser, we 
    12  *     declare the namespace if it doesn't exist. 
    13  */ 
    14 if(!OpenLayers.Format.GML) { 
    15     OpenLayers.Format.GML = {}; 
    16 } 
    179 
    1810/**