From fcc2057b42c195dd969382ecf8258e6c9f8555ae Mon Sep 17 00:00:00 2001 From: bartvde Date: Wed, 23 Dec 2009 11:35:57 +0000 Subject: [PATCH] forgot the actual example, should have gone in with r9920 git-svn-id: http://svn.openlayers.org/trunk/openlayers@9921 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- examples/sos.html | 179 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 179 insertions(+) create mode 100644 examples/sos.html diff --git a/examples/sos.html b/examples/sos.html new file mode 100644 index 0000000000..5483881bf8 --- /dev/null +++ b/examples/sos.html @@ -0,0 +1,179 @@ + + + + + + + + +

SOS client example

+ +
+
+

+ Shows how to connect OpenLayers to a Sensor Observation Service (SOS) +

+
+
+

This example uses a vector layer with a Protocol.SOS and a fixed Strategy. +

When clicking on a point feature (the weather stations offered by the SOS), the + latest values for all offerings are displayed in a popup.

+
+ +