From 351b3b756bc44be8815c7ba02777e91f68d85528 Mon Sep 17 00:00:00 2001 From: crschmidt Date: Wed, 25 Jun 2008 14:14:55 +0000 Subject: [PATCH] Minor doc update to clarify that mergeNewParams handles reloading the tiles. git-svn-id: http://svn.openlayers.org/trunk/openlayers@7450 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- lib/OpenLayers/Layer/WMS.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/OpenLayers/Layer/WMS.js b/lib/OpenLayers/Layer/WMS.js index 33585cb93d..71eecc7ef1 100644 --- a/lib/OpenLayers/Layer/WMS.js +++ b/lib/OpenLayers/Layer/WMS.js @@ -186,7 +186,8 @@ OpenLayers.Layer.WMS = OpenLayers.Class(OpenLayers.Layer.Grid, { * Catch changeParams and uppercase the new params to be merged in * before calling changeParams on the super class. * - * Once params have been changed, we will need to re-init our tiles. + * Once params have been changed, the tiles will be reloaded with + * the new parameters. * * Parameters: * newParams - {Object} Hashtable of new params to use