Ticket #903 (closed feature: wontfix)
would like support for 'Circle' as a geometry type
| Reported by: | ekoontz | Owned by: | ekoontz |
|---|---|---|---|
| Priority: | minor | Milestone: | |
| Component: | Geometry.Polygon | Version: | SVN |
| Keywords: | Cc: | ||
| State: |
Description
This would be similar to the existing 'Point' type, but it would have a radius. Then one can use it as follows :
var style_planning_notification_circle = {
strokeColor: "grey", fillColor: "green", fillOpacity: 0.5, strokeOpacity: 0.5, strokeWidth: 3, pointerEvents: "visiblePainted"
}; var vectorLayer = new OpenLayers.Layer.Vector("Simple Geometry");
// create a circle feature var circle = new OpenLayers.Geometry.Circle(174290,923090,55); var circleFeature = new
OpenLayers.Feature.Vector(circle,null,style_planning_notification_circle);
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

