diff --git a/examples/regular-polygons.html b/examples/regular-polygons.html index c27e9d064b..9bf2fc40f2 100644 --- a/examples/regular-polygons.html +++ b/examples/regular-polygons.html @@ -66,6 +66,7 @@ map.setCenter(new OpenLayers.LonLat(0, 0), 3); document.getElementById('noneToggle').checked = true; + document.getElementById('irregularToggle').checked = false; } function setOptions(options) { polygonControl.handler.setOptions(options); @@ -146,6 +147,16 @@ +
+ The irregular option allows drawing of irregular polygons. With this option, the fixed radius option is ignored.