Changeset 9212
- Timestamp:
- 04/06/09 13:55:20 (1 year ago)
- Files:
-
- trunk/openlayers/lib/OpenLayers.js (modified) (1 diff)
- trunk/openlayers/lib/OpenLayers/Format/WMSCapabilities (added)
- trunk/openlayers/lib/OpenLayers/Format/WMSCapabilities.js (added)
- trunk/openlayers/lib/OpenLayers/Format/WMSCapabilities/v1_1.js (added)
- trunk/openlayers/lib/OpenLayers/Format/WMSCapabilities/v1_1_0.js (added)
- trunk/openlayers/lib/OpenLayers/Format/WMSCapabilities/v1_1_1.js (added)
- trunk/openlayers/tests/Format/WMSCapabilities (added)
- trunk/openlayers/tests/Format/WMSCapabilities.html (added)
- trunk/openlayers/tests/Format/WMSCapabilities/v1_1_1.html (added)
- trunk/openlayers/tests/Format/WMSCapabilities/v1_1_1.js (added)
- trunk/openlayers/tests/list-tests.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/openlayers/lib/OpenLayers.js
r9159 r9212 242 242 "OpenLayers/Format/WMC/v1_0_0.js", 243 243 "OpenLayers/Format/WMC/v1_1_0.js", 244 "OpenLayers/Format/WMSCapabilities.js", 245 "OpenLayers/Format/WMSCapabilities/v1_1.js", 246 "OpenLayers/Format/WMSCapabilities/v1_1_0.js", 247 "OpenLayers/Format/WMSCapabilities/v1_1_1.js", 244 248 "OpenLayers/Format/WMSGetFeatureInfo.js", 245 249 "OpenLayers/Layer/WFS.js", trunk/openlayers/tests/list-tests.html
r9159 r9212 71 71 <li>Format/WMC/v1_1_0.html</li> 72 72 <li>Format/WMC/v1.html</li> 73 <li>Format/WMSCapabilities.html</li> 74 <li>Format/WMSCapabilities/v1_1_1.html</li> 73 75 <li>Format/WMSGetFeatureInfo.html</li> 74 76 <li>Format/XML.html</li>
