From 4b9393c809118b95ba57fa7cb30e39cf23a7b2dd Mon Sep 17 00:00:00 2001 From: Tim Schaub Date: Mon, 13 Apr 2009 22:50:21 +0000 Subject: [PATCH] Giving the openmnnd example a title header and correcting a typo. Thanks for the report tmtisfree. (closes #2045) git-svn-id: http://svn.openlayers.org/trunk/openlayers@9285 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- examples/openmnnd.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/openmnnd.html b/examples/openmnnd.html index 113b0e19b1..1357f6b664 100644 --- a/examples/openmnnd.html +++ b/examples/openmnnd.html @@ -110,6 +110,7 @@ +

OpenMNND WFS

This example shows the use of a WFS service rendered using the OpenLayers vector library.

@@ -117,7 +118,7 @@ This is an example that shows rendering a WFS service using OpenLayer vectors in the browser. The OpenLayers code will download the GML from the WFS service for each layer, parse it and create features using the OL vector library to draw the features on the map. For more information on the vector library, please visit vector support wiki. - In this example there are 4 layers shown on the map. The base layer and parcel layer are created from a WMS serivce using the OpenLayers.Layer.WMS object. + In this example there are 4 layers shown on the map. The base layer and parcel layer are created from a WMS service using the OpenLayers.Layer.WMS object. The streams, roads, and plat layers are drawn from a WFS service using the OpenLayers.Layer.WFS object.