OpenLayers OpenLayers

Ticket #1192 (new feature)

Opened 1 year ago

Last modified 5 months ago

New Geometry functions: getVertices() and getEdges()

Reported by: fredj Assigned to:
Priority: minor Milestone:
Component: Geometry Version: SVN
Keywords: Cc:
State: Needs More Work

Description

Two new functions to retrieve all the vertices or the edges of a geometry.

These functions are needed for the (upcoming) "snapping while drawing|modify feature" system:

http://dev.openlayers.org/sandbox/camptocamp/feature/examples/modify-feature.html

Attachments

getVertice_getEdges.00.patch (6.0 kB) - added by fredj on 12/05/07 04:09:14.
implement getVertices and getEdges but without unit tests …
getVertice_getEdges.01.patch (13.6 kB) - added by fredj on 12/07/07 08:26:13.
updated version, still not complete.

Change History

12/05/07 04:09:14 changed by fredj

  • attachment getVertice_getEdges.00.patch added.

implement getVertices and getEdges but without unit tests ...

12/07/07 08:26:13 changed by fredj

  • attachment getVertice_getEdges.01.patch added.

updated version, still not complete.

07/04/08 03:24:33 changed by euzuro

  • state set to Needs More Work.

fredj, are you still working on this?