Changes between Initial Version and Version 1 of Ticket #6440, comment 4


Ignore:
Timestamp:
Aug 21, 2013, 1:40:51 AM (11 years ago)
Author:
Simon Litchfield

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #6440, comment 4

    initial v1  
    1 Ideally, the Distance object could allow something like this --
    2 {{{
    3 degrees = D(km=10).degrees_at(point)
    4 }}}
    5 And return the degrees using a spherical projection at that point (a Point object).
Back to Top