Changes between Version 7 and Version 8 of BluePrint/GIS/ImageLayers


Ignore:
Timestamp:
09/12/10 12:27:32 (14 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BluePrint/GIS/ImageLayers

    v7 v8  
    11== Image Layers ==
    22
    3 2 approaches:[[BR]]
    4 (1) Build a .map file for [http://mapserver.org MapServer] using [http://mapserver.org/mapscript Python MapScript]
     32 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
    57
    6 Build a layer which accesses this via WMS (although it should appear to be different from user-perspective as it references local data)
     8Ideally this would be integrated so that the user would see this as n Image layer even if the backend did it via WMS.
    79
    8 (2) Use !OpenLayers.Layer.Image
     10 2. Use !OpenLayers.Layer.Image
    911 * http://dev.openlayers.org/releases/OpenLayers-2.7/doc/apidocs/files/OpenLayers/Layer/Image-js.html
    1012