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
This commit is contained in:
@@ -49,6 +49,7 @@ OpenLayers.Layer.MapGuide = OpenLayers.Class(OpenLayers.Layer.Grid, {
|
|||||||
operation: 'GETMAPIMAGE',
|
operation: 'GETMAPIMAGE',
|
||||||
format: 'PNG',
|
format: 'PNG',
|
||||||
locale: 'en',
|
locale: 'en',
|
||||||
|
clip: '1',
|
||||||
version: '1.0.0'
|
version: '1.0.0'
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user