Merge pull request #921 from gravitystorm/patch-5
Fix UTFGrid isBaseLayer documentation
This commit is contained in:
@@ -42,7 +42,7 @@ OpenLayers.Layer.UTFGrid = OpenLayers.Class(OpenLayers.Layer.XYZ, {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* APIProperty: isBaseLayer
|
* 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,
|
isBaseLayer: false,
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user