OpenLayers OpenLayers

Changeset 6239

Show
Ignore:
Timestamp:
02/12/08 17:41:51 (1 year ago)
Author:
ominiverdi
Message:

OWS Manager:
- bugfix: added version "1.1.0" to WMC

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • sandbox/ominiverdi/ows/OWSManager/lib/OpenLayers/Format/WMC.js

    r6227 r6239  
    322322        //var wmc = document.createElement( "ViewContext"); 
    323323        wmc.setAttribute('id', 'hardcoded id'); 
    324         wmc.setAttribute('version', 'hardcoded version'); 
     324        wmc.setAttribute('version', '1.1.0'); 
    325325        wmc.setAttribute('xmlns','http://www.opengis.net/context'); 
    326326        wmc.setAttribute('xmlns:xlink','http://www.w3.org/1999/xlink');