From fcaef5011d3e6991b491c520dd3b9044ae74daf6 Mon Sep 17 00:00:00 2001 From: Roemer Vlasveld Date: Tue, 22 Jan 2013 11:05:42 +0100 Subject: [PATCH] Add hasLayer of LayerGroup to documentation In response to issue #1282 this method is added. Pull request #1300 adds the method to the class. --- reference.html | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/reference.html b/reference.html index 32996d21..bc92f0be 100644 --- a/reference.html +++ b/reference.html @@ -2577,6 +2577,14 @@ map.fitBounds(bounds); this Removes a given layer from the group. + + hasLayer( + <ILayer> layer ) + + + Boolean + Returns true if the given layer is currently added to the group. + clearLayers() this