Adding a few example descriptions, removing a redundant example.

git-svn-id: http://svn.openlayers.org/trunk/openlayers@7472 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
Tim Schaub
2008-07-07 16:49:17 +00:00
parent 44613c8c49
commit d30cad92dc
4 changed files with 10 additions and 76 deletions

View File

@@ -91,8 +91,11 @@
</head>
<body onload="init()">
<h1 id="title">Styled Layer Descriptor (SLD) Example</h1>
<p id="shortdesc">
Parsing SLD and applying styles to a vector layer.
</p>
<div id="map" class="smallmap"></div>
<p>This example uses a <a target="_blank" href="tasmania/sld-tasmania.xml">SLD
<p id="docs">This example uses a <a target="_blank" href="tasmania/sld-tasmania.xml">SLD
file</a> to style the vector features. To construct layers that use styles
from SLD, create a StyleMap for the layer that uses one of the userStyles in the
namedLayers object of the return from format.read().</p>