OpenLayers OpenLayers

Changeset 7469

Show
Ignore:
Timestamp:
07/07/08 09:44:56 (5 months ago)
Author:
tschaub
Message:

No additional markup in title or shortdesc please.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/openlayers/examples/styles-rotation.html

    r7324 r7469  
    7777  <body onload="init()"> 
    7878    <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> 
    8080    <div id="map"></div> 
    8181    <div id="docs"/> 
  • trunk/openlayers/examples/styles-unique.html

    r7216 r7469  
    9393 
    9494    <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). 
    10097    </p> 
    10198