From 590aa9d74e768a1215a16ab42c8ba20f2d0f6d72 Mon Sep 17 00:00:00 2001 From: crschmidt Date: Wed, 5 Mar 2008 21:06:42 +0000 Subject: [PATCH] MapGuide 2.0 (just released) has support for a 'clip' parameter, which is designed to help performance with non-tiled layers. Patch from madair to take advantage of this in OpenLayers. Thanks Mike. r=me, (Closes #995) git-svn-id: http://svn.openlayers.org/trunk/openlayers@6438 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- lib/OpenLayers/Layer/MapGuide.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/OpenLayers/Layer/MapGuide.js b/lib/OpenLayers/Layer/MapGuide.js index 00ab78abb5..a0780a5913 100644 --- a/lib/OpenLayers/Layer/MapGuide.js +++ b/lib/OpenLayers/Layer/MapGuide.js @@ -49,6 +49,7 @@ OpenLayers.Layer.MapGuide = OpenLayers.Class(OpenLayers.Layer.Grid, { operation: 'GETMAPIMAGE', format: 'PNG', locale: 'en', + clip: '1', version: '1.0.0' },