Changeset 7469
- Timestamp:
- 07/07/08 09:44:56 (5 months ago)
- Files:
-
- trunk/openlayers/examples/styles-rotation.html (modified) (1 diff)
- trunk/openlayers/examples/styles-unique.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/openlayers/examples/styles-rotation.html
r7324 r7469 77 77 <body onload="init()"> 78 78 <h1 id="title">Rotation Styles Example</h1> 79 <p id="shortdesc">Vector point feature symbolizers can have a <tt>rotation</tt> property. The center of the rotation is the point of the image specified by <tt>graphicXOffset</tt> and <tt>graphicYOffset</tt>.</p>79 <p id="shortdesc">Vector point feature symbolizers can have a rotation property. The center of the rotation is the point of the image specified by graphicXOffset and graphicYOffset.</p> 80 80 <div id="map"></div> 81 81 <div id="docs"/> trunk/openlayers/examples/styles-unique.html
r7216 r7469 93 93 94 94 <p id="shortdesc"> 95 Shows how to create a style based : 96 <ul> 97 <li>on unique feature attribute values (markers),</li> 98 <li>on feature state values (circles).</li> 99 </ul> 95 Shows how to create a style based on unique feature attribute values (markers) 96 and feature state values (circles). 100 97 </p> 101 98
