DesktopWMS: Unterschied zwischen den Versionen

Aus Geoinformation HSR
Wechseln zu: Navigation, Suche
(Features)
(Features)
Zeile 20: Zeile 20:
 
* Runs locally in the background as a server.
 
* Runs locally in the background as a server.
 
* Can be accessed as a WMS service version 1.1.1.
 
* Can be accessed as a WMS service version 1.1.1.
* Contains the following predefined layers:
+
* Contains the following predefined layers (from remote tile server (requires internet access, see [[Tiling]])):
** OpenStreetMap1^
+
** OpenStreetMap*
 
** Google Maps*
 
** Google Maps*
 
**Yahoo! Maps*
 
**Yahoo! Maps*

Version vom 4. März 2009, 13:15 Uhr

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 (from remote tile server (requires internet access, see Tiling)):
    • 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.

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]