Add format-level layerOptions configuration property to WMC parser, to support

the configuration of user-preferred layer options in order to allow 
configurability of options like buffer, ratio, etc. r=ahocevar (Closes #1411).


git-svn-id: http://svn.openlayers.org/trunk/openlayers@6534 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
crschmidt
2008-03-16 12:21:15 +00:00
parent ca4a8d1ebf
commit cd27825fb5
3 changed files with 18 additions and 3 deletions

View File

@@ -26,6 +26,14 @@ OpenLayers.Format.WMC = OpenLayers.Class({
* {String} Specify a version string if one is known.
*/
version: null,
/**
* Property: layerOptions
* {Object} Default options for layers created by the parser. These
* options are overridden by the options which are read from the
* capabilities document.
*/
layerOptions: null,
/**
* Property: parser