DesktopWMS: Unterschied zwischen den Versionen

Aus Geoinformation HSR
Wechseln zu: Navigation, Suche
Zeile 45: Zeile 45:
  
 
* Download: no binaries yet.
 
* Download: no binaries yet.
* SVN: http://sifsv002.hsr.ch/svn/desktopwms/
+
* SVN http://sifsv002.hsr.ch/svn/desktopwms/

Version vom 10. August 2008, 11:35 Uhr

Desktop WMS - A minimalistic local WMS service serving (remote) OpenStreetMap and (local) image maps.

See also WorldFileTool, WMS (de), Georeferenzieren von Bildern (de).

About...

Many GIS/geodata editors nowadays include the Web Map Server protocol (WMS) from OGC, but often they lack support of free map services like OpenStreetMap and local images. OpenStreetMap serves as a free background map and it's cached, tiled and remote. Georeferenced local images very handy for getting special local knowledge into one's own geodata.

Note that local images need to be georeferenced and aligned to north before hand. See WorldFileTool for more information about georeferencing.

DesktopWMS is based on Peter Damen's 'GoogleWMS' software.

DesktopWMS has been reported to work with the following GIS and map viewer:

Features

Basic features:

  • Runs locally in the background as a server.
  • Can be accessed as a WMS service version 1.1.1.
  • Contains the following predefined layers:
    • OpenStreetMap from remote OSM tile server (requires internet access).
  • Serves local images:
    • 'Ad-hoc' image layer; requires one image file (no tiling) and a World file as configuration (use e.g. WorldFileTool to georeference]).
    • Supported formats: jpg, gif, png.

Ideas (not scheduled):

  • Tiled local image layer; requires tiled image file in local subdirectory.
  • Adding layers like 'Yahoo Maps!'.

Usage

Demo/test with WMS calls (default port is 8998):

  • Actual (beta) version:
    • GetMap: [1]
    • Optional GetCapabilities: [2]
  • Next release:
    • GetCapabilities: [3]
    • GetMap with layer name 'osm' (= OpenStreetMap): [4]
    • GetMap with layer name 'myimage.jpg' (= local image file in ./data directory of DesktopWMS): [5]

Download