Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
metamod:wms [2010-06-08 09:58:06] geira |
metamod:wms [2022-05-31 09:29:32] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== WMS in Metamod ====== | ====== WMS in Metamod ====== | ||
- | {{: | + | ==== Components ==== |
- | ==== Implementation | + | A functional overview of WMS operations, using CryoClim as example: |
+ | |||
+ | {{: | ||
[[http:// | [[http:// | ||
- | fdsfdsf | ||
- | ===== WMS Client | + | ==== WMS Client ==== |
- | OpenLayers - JavaScript client for web. [[http:// | + | OpenLayers - JavaScript client for web. Uses extended WMC support library developed by met.no. |
- | ===== WMS Server ===== | + | [[http:// |
- | NcWMS - integrated with THREDDS. [[http:// | + | ==== WMS Server ==== |
+ | |||
+ | NcWMS - integrated with THREDDS. | ||
+ | |||
+ | [[http:// | ||
+ | |||
+ | MapServer - used on wms.met.no for displaying coastlines | ||
+ | |||
+ | [[http:// | ||
+ | |||
+ | ==== METAMOD WMC generator ==== | ||
+ | |||
+ | Perl proxy/web service. Merges GetCapabilities and WMSsetup file using XSLT. Also works as proxy to get around security limitations in JavaScript. | ||
===== Protocols and formats ===== | ===== Protocols and formats ===== | ||
Line 24: | Line 37: | ||
[[http:// | [[http:// | ||
+ | |||
+ | === WMS example === | ||
+ | |||
+ | [[http:// | ||
==== GetCapabilities ==== | ==== GetCapabilities ==== | ||
+ | |||
+ | XML document describing all available layers and styles in a single data file. Lacks projection and bounding box info. | ||
[[http:// | [[http:// | ||
Line 31: | Line 50: | ||
=== Example Capabilities document === | === Example Capabilities document === | ||
- | [[http://dev-vm188/ | + | [[http://thredds.met.no/ |
- | ]] | + | |
==== Web Map Context ==== | ==== Web Map Context ==== | ||
+ | XML document specifying desired presentation in client. Can merge layers from different sources, with only desired layers and corresponding styles. | ||
[[http:// | [[http:// | ||
=== Example WMC document === | === Example WMC document === | ||
+ | |||
+ | (currently not deployed outside Met.no firewall) | ||
[[http:// | [[http:// | ||