Changes between Version 1 and Version 2 of ProjectsUnderDev/ConstructionTools

Show
Ignore:
Timestamp:
07/04/12 04:14:31 (11 months ago)
Author:
mwalker
Comment:

GitHub links

Legend:

Unmodified
Added
Removed
Modified
  • ProjectsUnderDev/ConstructionTools

    v1 v2  
    22 
    33Add new digitizing tools for geometric construction of features. 
     4 
     5Development branch on GitHub: https://github.com/sourcepole/openlayers/tree/construction_tools 
    46 
    57== Arc Intersection == 
     
    911  * select two points '''''P1''''', '''''P2''''' and a distance '''''d1''''', '''''d2''''' for each point 
    1012  * 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] 
    1118 
    1219== Orthogonal Lines ==