Sha256: 22c0188921d04268ecb40b52e979713d32ff182440009d5a7ea4ae7a0235eba0

Contents?: true

Size: 951 Bytes

Versions: 7

Compression:

Stored size: 951 Bytes

Contents

/* Copyright (c) 2006-2013 by OpenLayers Contributors (see authors.txt for
 * full list of contributors). Published under the 2-clause BSD license.
 * See license.txt in the OpenLayers distribution or repository for the
 * full text of the license. */

/**
 * @requires OpenLayers/Format/WMSCapabilities/v1_3.js
 */

/**
 * Class: OpenLayers.Format.WMSCapabilities/v1_3_0
 * Read WMS Capabilities version 1.3.0. 
 * SLD 1.1.0 adds in the extra operations DescribeLayer and GetLegendGraphic, 
 * see: http://schemas.opengis.net/sld/1.1.0/sld_capabilities.xsd
 * 
 * Inherits from:
 *  - <OpenLayers.Format.WMSCapabilities.v1_3>
 */
OpenLayers.Format.WMSCapabilities.v1_3_0 = OpenLayers.Class(
    OpenLayers.Format.WMSCapabilities.v1_3, {
    
    /**
     * Property: version
     * {String} The specific parser version.
     */
    version: "1.3.0",
    
    CLASS_NAME: "OpenLayers.Format.WMSCapabilities.v1_3_0" 

});

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
postrunner-0.0.10 misc/openlayers/lib/OpenLayers/Format/WMSCapabilities/v1_3_0.js
postrunner-0.0.9 misc/openlayers/lib/OpenLayers/Format/WMSCapabilities/v1_3_0.js
postrunner-0.0.8 misc/openlayers/lib/OpenLayers/Format/WMSCapabilities/v1_3_0.js
postrunner-0.0.7 misc/openlayers/lib/OpenLayers/Format/WMSCapabilities/v1_3_0.js
postrunner-0.0.6 misc/openlayers/lib/OpenLayers/Format/WMSCapabilities/v1_3_0.js
postrunner-0.0.5 misc/openlayers/lib/OpenLayers/Format/WMSCapabilities/v1_3_0.js
postrunner-0.0.4 misc/openlayers/lib/OpenLayers/Format/WMSCapabilities/v1_3_0.js