Remove tabs
This commit is contained in:
@@ -27,10 +27,10 @@ OpenLayers.Layer.MapGuide = OpenLayers.Class(OpenLayers.Layer.Grid, {
|
|||||||
/**
|
/**
|
||||||
* APIProperty: useHttpTile
|
* APIProperty: useHttpTile
|
||||||
* {Boolean} use a tile cache exposed directly via a webserver rather than the
|
* {Boolean} use a tile cache exposed directly via a webserver rather than the
|
||||||
* via mapguide server. This does require extra configuration on the Mapguide Server,
|
* via mapguide server. This does require extra configuration on the Mapguide Server,
|
||||||
* and will only work when singleTile is false. The url for the layer must be set to the
|
* and will only work when singleTile is false. The url for the layer must be set to the
|
||||||
* webserver path rather than the Mapguide mapagent.
|
* webserver path rather than the Mapguide mapagent.
|
||||||
* See http://trac.osgeo.org/mapguide/wiki/CodeSamples/Tiles/ServingTilesViaHttp
|
* See http://trac.osgeo.org/mapguide/wiki/CodeSamples/Tiles/ServingTilesViaHttp
|
||||||
**/
|
**/
|
||||||
useHttpTile: false,
|
useHttpTile: false,
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user