OpenLayers OpenLayers

Changeset 6469

Show
Ignore:
Timestamp:
03/09/08 16:21:54 (10 months ago)
Author:
tschaub
Message:

read context id

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • sandbox/tschaub/geoview/lib/OpenLayers/Format/WMC/v1.js

    r6468 r6469  
    114114        this.rootPrefix = root.prefix; 
    115115        var context = { 
    116             version: root.getAttribute("version") 
     116            version: root.getAttribute("version"), 
     117            id: root.getAttribute("id") 
    117118        }; 
    118119        this.runChildNodes(context, root);