Changeset 6469
- Timestamp:
- 03/09/08 16:21:54 (10 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
sandbox/tschaub/geoview/lib/OpenLayers/Format/WMC/v1.js
r6468 r6469 114 114 this.rootPrefix = root.prefix; 115 115 var context = { 116 version: root.getAttribute("version") 116 version: root.getAttribute("version"), 117 id: root.getAttribute("id") 117 118 }; 118 119 this.runChildNodes(context, root);
