Changes between Version 6 and Version 7 of CodeSamples/Tiles/ServingTilesViaHttp


Ignore:
Timestamp:
Apr 20, 2010, 2:25:41 AM (14 years ago)
Author:
zspitzer
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CodeSamples/Tiles/ServingTilesViaHttp

    v6 v7  
    99This allows the map tiles to be proxied and cached, freeing up the Mapguide Server process, which during high load
    1010may have a request queue.
     11
     12Openlayers has native support for this via the [http://dev.openlayers.org/docs/files/OpenLayers/Layer/MapGuide-js.html#OpenLayers.Layer.MapGuide.useHttpTile useHttpTile] layer option
    1113
    1214=== Apache ===
     
    3840The httpCacheDemo.html file assumes you have openlayers installed under "C:\Program Files\MapGuideOpenSource2.0\WebServerExtensions\www\openlayers" [[BR]]
    3941
    40 Simply add the updated Mapguide.js to the openlayers\lib\OpenLayers\Layer directory and then open the httpCacheDemo.html file to try it out.
     42~~Simply add the updated Mapguide.js to the openlayers\lib\OpenLayers\Layer directory and then open the httpCacheDemo.html file to try it out. ~~
     43
     44'''update''' openlayers support is now included in trunk, you should ignore the included mapguide.js file.
    4145
    4246=== IIS ===