Changes between Version 1 and Version 2 of ProjectsUnderDev/ConstructionTools
- Timestamp:
- 07/04/12 04:14:31 (11 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ProjectsUnderDev/ConstructionTools
v1 v2 2 2 3 3 Add new digitizing tools for geometric construction of features. 4 5 Development branch on GitHub: https://github.com/sourcepole/openlayers/tree/construction_tools 4 6 5 7 == Arc Intersection == … … 9 11 * select two points '''''P1''''', '''''P2''''' and a distance '''''d1''''', '''''d2''''' for each point 10 12 * get intersection point(s) of the circle with radius '''''d1''''' centered on '''''P1''''' and the circle with radius '''''d2''''' centered on '''''P2''''' 13 14 === Implementation === 15 16 * [https://github.com/sourcepole/openlayers/blob/construction_tools/lib/OpenLayers/Control/ArcIntersection.js OpenLayers.Control.ArcIntersection] 17 * [https://github.com/sourcepole/openlayers/blob/construction_tools/examples/arc-intersection.html Example] 11 18 12 19 == Orthogonal Lines ==
