Changes between Version 7 and Version 8 of BluePrint/GIS/ImageLayers
- Timestamp:
- 09/12/10 12:27:32 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BluePrint/GIS/ImageLayers
v7 v8 1 1 == Image Layers == 2 2 3 2 approaches:[[BR]] 4 (1) Build a .map file for [http://mapserver.org MapServer] using [http://mapserver.org/mapscript Python MapScript] 3 2 approaches: 4 1. Use a WMS Server 5 * Build a .map file for [http://mapserver.org MapServer] using [http://mapserver.org/mapscript Python MapScript] 6 * Control [http://geoserver.org GeoServer] via REST 5 7 6 Build a layer which accesses this via WMS (although it should appear to be different from user-perspective as it references local data) 8 Ideally this would be integrated so that the user would see this as n Image layer even if the backend did it via WMS. 7 9 8 (2)Use !OpenLayers.Layer.Image10 2. Use !OpenLayers.Layer.Image 9 11 * http://dev.openlayers.org/releases/OpenLayers-2.7/doc/apidocs/files/OpenLayers/Layer/Image-js.html 10 12