Changes between Version 2 and Version 3 of ProjectsUnderDev/ConstructionTools

Show
Ignore:
Timestamp:
07/05/12 08:06:24 (11 months ago)
Author:
mwalker
Comment:

Orthogonal Lines implementation links

Legend:

Unmodified
Added
Removed
Modified
  • ProjectsUnderDev/ConstructionTools

    v2 v3  
    2525  * select distance '''''y''''' perpendicular to the base line (ordinate) 
    2626  * get linestring starting at '''''P1''''' along '''''l''''' of length '''''x''''', then '''''y''''' units perpendicular from that point 
     27 
     28  === Implementation === 
     29 
     30  * [https://github.com/sourcepole/openlayers/blob/construction_tools/lib/OpenLayers/Control/OrthogonalLines.js OpenLayers.Control.OrthogonalLines] 
     31  * [https://github.com/sourcepole/openlayers/blob/construction_tools/examples/orthogonal-lines.html Example]