[OpenLayers-Commits] r7469 - trunk/openlayers/examples
commits at openlayers.org
commits at openlayers.org
Mon Jul 7 09:44:56 EDT 2008
Author: tschaub
Date: 2008-07-07 09:44:56 -0400 (Mon, 07 Jul 2008)
New Revision: 7469
Modified:
trunk/openlayers/examples/styles-rotation.html
trunk/openlayers/examples/styles-unique.html
Log:
No additional markup in title or shortdesc please.
Modified: trunk/openlayers/examples/styles-rotation.html
===================================================================
--- trunk/openlayers/examples/styles-rotation.html 2008-07-07 07:02:27 UTC (rev 7468)
+++ trunk/openlayers/examples/styles-rotation.html 2008-07-07 13:44:56 UTC (rev 7469)
@@ -76,7 +76,7 @@
</head>
<body onload="init()">
<h1 id="title">Rotation Styles Example</h1>
- <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>
+ <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>
<div id="map"></div>
<div id="docs"/>
</body>
Modified: trunk/openlayers/examples/styles-unique.html
===================================================================
--- trunk/openlayers/examples/styles-unique.html 2008-07-07 07:02:27 UTC (rev 7468)
+++ trunk/openlayers/examples/styles-unique.html 2008-07-07 13:44:56 UTC (rev 7469)
@@ -92,11 +92,8 @@
<div id="tags"></div>
<p id="shortdesc">
- Shows how to create a style based :
- <ul>
- <li>on unique feature attribute values (markers),</li>
- <li>on feature state values (circles).</li>
- </ul>
+ Shows how to create a style based on unique feature attribute values (markers)
+ and feature state values (circles).
</p>
<div id="map" class="smallmap"></div>
More information about the Commits
mailing list