Changes between Version 6 and Version 7 of CodeSamples/Tiles/ServingTilesViaHttp
- Timestamp:
- 04/20/10 02:25:41 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CodeSamples/Tiles/ServingTilesViaHttp
v6 v7 9 9 This allows the map tiles to be proxied and cached, freeing up the Mapguide Server process, which during high load 10 10 may have a request queue. 11 12 Openlayers 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 11 13 12 14 === Apache === … … 38 40 The httpCacheDemo.html file assumes you have openlayers installed under "C:\Program Files\MapGuideOpenSource2.0\WebServerExtensions\www\openlayers" [[BR]] 39 41 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. 41 45 42 46 === IIS ===