DesktopWMS

Aus Geoinformation HSR
Wechseln zu: Navigation, Suche

A tiny local Web Map Server - serving OpenStreetMap, Google Maps, Yahoo Maps and local image maps.

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

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 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*
    • Google Maps*
    • Yahoo! Maps*
  • Serves local images:
    • 'Ad-hoc' image layer (file); requires one image file (no tiling) and a World file as configuration (use e.g. WorldFileTool to georeference]).
    • Supported formats: jpg, gif, png.

\*from remote OSM tile server (requires internet access, see Tiling)

Usage

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

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

Download

  • Download (BETA!): [8]
  • SVN desktopwms: [9]