Fix isBaseLayer documentation

Ensure the documentation matches the code with regards to the default value, and make the explanation slightly clearer as to why it defaults to false.
This commit is contained in:
Andy Allan
2013-03-27 14:58:34 +00:00
parent 246d2d99d3
commit c23b09d72a

View File

@@ -42,7 +42,7 @@ OpenLayers.Layer.UTFGrid = OpenLayers.Class(OpenLayers.Layer.XYZ, {
/**
* APIProperty: isBaseLayer
* Default is true, as this is designed to be a base tile source.
* Default is false, as UTFGrids are designed to be a transparent overlay layer.
*/
isBaseLayer: false,