Changes between Initial Version and Version 1 of BluePrint/GIS/ImageLayers


Ignore:
Timestamp:
01/07/09 13:30:04 (16 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BluePrint/GIS/ImageLayers

    v1 v1  
     1== Image Layers ==
     2
     32 approaches:[[BR]]
     4(1) Build a .map file for [http://mapserver.org MapServer][[BR]]
     5    Build a layer which accesses this via WMS (although it should appear to be different from user-perspective as it references local data)
     6(2) Use !OpenLayers.Layer.Image
     7 * http://dev.openlayers.org/releases/OpenLayers-2.7/doc/apidocs/files/OpenLayers/Layer/Image-js.html
     8
     9Can optionally use [http://www.klokan.cz/projects/gdal2tiles/ gdal2tiles] to split a large image into Tiles for beter performance.
     10
     11We can include access to [http://www.unearthedoutdoors.net/global_data/true_marble/download 250m True Marble] as a useful base/sample
     12
     13----
     14[wiki:BluePrintGeographicInformationSystems GIS BluePrints]