Documenting ScaleHint parsing, as suggested by @marcjansen
This commit is contained in:
@@ -11,6 +11,13 @@
|
|||||||
* Class: OpenLayers.Format.WMSCapabilities/v1_1_1
|
* Class: OpenLayers.Format.WMSCapabilities/v1_1_1
|
||||||
* Read WMS Capabilities version 1.1.1.
|
* Read WMS Capabilities version 1.1.1.
|
||||||
*
|
*
|
||||||
|
* Note on <ScaleHint> parsing: If the 'min' attribute is set to "0", no
|
||||||
|
* maxScale will be set on the layer object. If the 'max' attribute is set to
|
||||||
|
* "Infinity", no minScale will be set. This makes it easy to create proper
|
||||||
|
* {<OpenLayers.Layer.WMS>} configurations directly from the layer object
|
||||||
|
* literals returned by this format, because no minScale/maxScale modifications
|
||||||
|
* need to be made.
|
||||||
|
*
|
||||||
* Inherits from:
|
* Inherits from:
|
||||||
* - <OpenLayers.Format.WMSCapabilities.v1_1>
|
* - <OpenLayers.Format.WMSCapabilities.v1_1>
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user