From c23b09d72a52038bff0cf3f6241f520a0b6cb3ec Mon Sep 17 00:00:00 2001 From: Andy Allan Date: Wed, 27 Mar 2013 14:58:34 +0000 Subject: [PATCH] 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. --- lib/OpenLayers/Layer/UTFGrid.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/OpenLayers/Layer/UTFGrid.js b/lib/OpenLayers/Layer/UTFGrid.js index c6448816c4..878cb4b408 100644 --- a/lib/OpenLayers/Layer/UTFGrid.js +++ b/lib/OpenLayers/Layer/UTFGrid.js @@ -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,