DesktopWMS: Unterschied zwischen den Versionen

Aus Geoinformation HSR
Wechseln zu: Navigation, Suche
(About the Desktop WMS)
Zeile 1: Zeile 1:
'''Desktop WMS''' - A minimalistic local server serving WMS of (remote) OpenStreetMap and (local) images.
+
'''Desktop WMS''' - A minimalistic local [[WMS]] service serving (remote) OpenStreetMap and (local) image maps.
  
See also [[WorldFileTool]], [[WMS]].
+
See also [[WorldFileTool]], [[WMS]] (de), [[Georeferenzieren_von_Bildern]] (de)
  
 
== About DesktopWMS ==
 
== About DesktopWMS ==
Many GIS/geodata editors nowadays include the WMS protocol but often they lack support of free map services like OpenStreetMap and local images. OpenStreetMap serves as a free background maps and it's cached, tiled and remote. local images need to be georeferenced and aligned to north.
 
  
The software was inspired by Peter Damen's [http://www.peterdamen.com/GoogleWMS/ 'GoogleWMS'] server software.  
+
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. Local images need to be georeferenced and aligned to north. See [[WorldFileTool]] for more information about georeferencing.
  
DesktopWMS has been reported to work with the following software:
+
DesktopWMS is based on Peter Damen's [http://www.peterdamen.com/GoogleWMS/ 'GoogleWMS'] software.
 +
 
 +
DesktopWMS has been reported to work with the following GIS and map viewer:
 
* [[JOSM]]
 
* [[JOSM]]
 
* [[OpenJUMP]]
 
* [[OpenJUMP]]
 +
* [[JMapDesk]]
  
 
== Features ==
 
== Features ==
  
 
* 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 following predefined layers:
+
* Contains the following predefined layers:
 
** OpenStreetMap from remote OSM tile server (requires internet access).
 
** OpenStreetMap from remote OSM tile server (requires internet access).
** (Google Maps Satellite or Yahoo Maps! could be a future option).
 
 
* Serves local images:
 
* 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]).
 
** 'Ad-hoc' image layer; requires one image file (no tiling) and a [[World file]] as configuration (use e.g. [[WorldFileTool] to georeference]).
 
** Tiled local image layer; requires tiled image file in local subdirectory.
 
** Tiled local image layer; requires tiled image file in local subdirectory.
 +
 +
Adding layers like 'Google Maps Satellite' or 'Yahoo Maps!' is not planned yet but could be a future option.
  
 
== Usage ==
 
== Usage ==
  
Demo/Test with WMS calls (default port is 8998):
+
Demo/test with WMS calls (default port is 8998):
* Actual, unstable version:
+
* Actual (beta) version:
** GetCapabilities: [http://localhost:8998/?request=getcapabilities]
 
 
** GetMap: [http://localhost:8998/?request=getmap&bbox=8.815067,47.224381,8.817712,47.226178&width=250&height=250&format=image/jpeg]
 
** GetMap: [http://localhost:8998/?request=getmap&bbox=8.815067,47.224381,8.817712,47.226178&width=250&height=250&format=image/jpeg]
* Next version:
+
** Optional GetCapabilities: [http://localhost:8998/?request=getcapabilities]
 +
* Next release:
 
** GetCapabilities: [http://localhost:8998/?request=getcapabilities]
 
** GetCapabilities: [http://localhost:8998/?request=getcapabilities]
 
** GetMap with layer name 'osm' (= OpenStreetMap): [http://localhost:8998/?service=WMS&version=1.1.1&request=getmap&bbox=8.815067,47.224381,8.817712,47.226178&width=250&height=250&format=image/jpeg&layers=osm]
 
** GetMap with layer name 'osm' (= OpenStreetMap): [http://localhost:8998/?service=WMS&version=1.1.1&request=getmap&bbox=8.815067,47.224381,8.817712,47.226178&width=250&height=250&format=image/jpeg&layers=osm]

Version vom 18. Juli 2008, 14:24 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 DesktopWMS

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. Local images need to be georeferenced and aligned to north. 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

  • 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]).
    • Tiled local image layer; requires tiled image file in local subdirectory.

Adding layers like 'Google Maps Satellite' or 'Yahoo Maps!' is not planned yet but could be a future option.

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

  • tbd.