Web Map Tiling: Unterschied zwischen den Versionen

Aus Geoinformation HSR
Wechseln zu: Navigation, Suche
(Software)
Zeile 4: Zeile 4:
 
== Software ==
 
== Software ==
  
tbd.
+
[[GeoServer]]
  
 
== Spezifikationen ==
 
== Spezifikationen ==

Version vom 23. März 2011, 16:50 Uhr

Siehe auch:

Software

GeoServer

Spezifikationen

OpenGIS Web Map Tiling Service (WMTS) Interface Standard.

Logisch gesehen ein Profil von WMS, doch die konkrete Spezifikation ist (leider) eigenständig. Es verschiedene unterschiedliche API u.a. wegen der Verbreitung von Google Maps API und Open Source-Implementationen. OGC hat einen 'harmonisierten' Vorschlag gemacht, der jedoch komliziert ist (siehe unten), den Status eines Whitepapers hat und schon einige Zeit nicht mehr weiterentwickelt wurde.

WMTS

OGC's candidate WMTS Interface Standard: Aus giscafe.com: The candidate WMTS Interface Standard is much like the OGC’s popular Web Map Server (WMS) Interface Standard, but it enables better server performance in applications that involve many simultaneous requests. To improve performance, instead of creating a new image for each request, it returns small pre-generated images (e.g., PNG or JPEG) or reuses identical previous requests that follow a discrete set of tile matrices. This proposed standard provides support for multiple architectural patterns – KVP, REST and SOAP. Reference implementations: Geowebcache, Carbonarc project and some others. "The WMTS spec is much more complex, and 'fully featured', as is common in specs designed by committee. Practically speaking, if OSGeo's Tile Map Service does what you need, you won't need WMTS."

OSGeo's Tile Map Service

Tile Map Service (TMS) from OSGeo.

Reference implementations: TileCache Server (http://www.tilecache.org), Worldkit Client http://worldkit.org/tilemap/, OpenLayers Client: http://openlayers.org/, Cadcorp SIS Clients. More tile implementations -- "WMS-C", Virtual Earth style addressing, WorldWind, Mobile GMaps, etc.

Weblinks