Adding a RegularPolygon handler for drawing squares, triangles, circles, etc. Demo in the regular-polygon.html example. Also adding a createRegularPolygon class method to the Polygon geometry class. Thanks to crschmidt for all the tests and help getting this in (closes #828).

git-svn-id: http://svn.openlayers.org/trunk/openlayers@4205 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
Tim Schaub
2007-09-10 20:24:27 +00:00
parent 623e6e7112
commit 35dae2bdb0
7 changed files with 724 additions and 0 deletions

View File

@@ -80,5 +80,6 @@
<li>Handler/test_Point.html</li>
<li>Handler/test_Path.html</li>
<li>Handler/test_Polygon.html</li>
<li>Handler/test_RegularPolygon.html</li>
<li>test_Map.html</li>
</ul>