Making sure the word 'style' appears in the style examples. No functional change.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@8213 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -68,7 +68,13 @@
|
||||
<div id="tags"></div>
|
||||
|
||||
<p id="shortdesc">
|
||||
Shows how to use a StyleMap.
|
||||
Shows how to use a StyleMap to style features with rule based styling.
|
||||
A style map references on or more OpenLayers.Style objects. These
|
||||
OpenLayers.Style objects are collections of OpenLayers.Rule objects
|
||||
that determine how features are styled. An OpenLayers.Rule object
|
||||
combines an OpenLayers.Filter object with a symbolizer. A filter is used
|
||||
to determine whether a rule applies for a given feature, and a symbolizer
|
||||
is used to draw the feature if the rule applies.
|
||||
</p>
|
||||
|
||||
<div id="map" class="smallmap"></div>
|
||||
|
||||
Reference in New Issue
Block a user