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 10:09:13] 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: |
- | {{:metamod:wms2.png|WMS operations in Metamod}} | + | {{:metamod:wms3.png|WMS operations in Metamod}} |
[[http:// | [[http:// | ||
- | ===== WMS Client | + | ==== WMS Client ==== |
OpenLayers - JavaScript client for web. Uses extended WMC support library developed by met.no. | OpenLayers - JavaScript client for web. Uses extended WMC support library developed by met.no. | ||
Line 15: | Line 16: | ||
[[http:// | [[http:// | ||
- | ===== WMS Server | + | ==== WMS Server ==== |
NcWMS - integrated with THREDDS. Cannot render shapes, only grids. | NcWMS - integrated with THREDDS. Cannot render shapes, only grids. | ||
Line 24: | Line 25: | ||
[[http:// | [[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 35: | Line 40: | ||
=== WMS example === | === WMS example === | ||
- | [[http://dev-vm188.met.no/ | + | [[http://thredds.met.no/ |
==== GetCapabilities ==== | ==== GetCapabilities ==== | ||
Line 45: | Line 50: | ||
=== Example Capabilities document === | === Example Capabilities document === | ||
- | [[http://dev-vm188/ | + | [[http://thredds.met.no/ |
- | ]] | + | |
==== Web Map Context ==== | ==== Web Map Context ==== | ||
Line 55: | Line 59: | ||
=== Example WMC document === | === Example WMC document === | ||
+ | |||
+ | (currently not deployed outside Met.no firewall) | ||
[[http:// | [[http:// | ||