OpenLayers OpenLayers

Ticket #1622 (new feature)

Opened 1 month ago

Last modified 3 weeks ago

Mapguide Layer http served tile support

Reported by: openlayers Assigned to: crschmidt
Priority: critical Milestone: 2.8 Release
Component: Layer.MapGuide Version: SVN
Keywords: Cc: zspitzer
State: Review

Description

It is possible to bypass the mapguide server mapagent and expose the tile cache via a webserver.

The attached patch adds a boolean option to the Mapguide Layer support, called useHttpTile.

When set, rather than generating a mapguide mapagent url, it will generate the image path for the tile. The layer url needs to be set to the webserver directory containing the map's tile cache.

There are further notes on the mapguide wiki

http://trac.osgeo.org/mapguide/wiki/CodeSamples/Tiles/ServingTilesViaHttp

Attachments

mapguideHttpTile.patch (5.4 kB) - added by openlayers on 07/21/08 04:33:14.

Change History

07/21/08 04:33:14 changed by openlayers

  • attachment mapguideHttpTile.patch added.

07/22/08 09:33:27 changed by openlayers

  • state set to Review.

07/28/08 15:09:26 changed by euzuro

  • owner set to crschmidt.

07/28/08 15:10:32 changed by euzuro

  • milestone changed from 2.7 Release to 2.8 Release.

07/28/08 15:18:14 changed by euzuro

  • priority changed from minor to critical.