Changes between Version 62 and Version 63 of GeoDjango


Ignore:
Timestamp:
Apr 8, 2007, 11:13:25 AM (18 years ago)
Author:
jbronn
Comment:

distance function documentation update.

Legend:

Unmodified
Added
Removed
Modified
  • GeoDjango

    v62 v63  
    354354 * ''See generally'' [http://postgis.refractions.net/docs/ch06.html#id2615853 "Geometry Relationship Functions", PostGIS Documentation at Ch. 6.1.2].   
    355355 * This documentation will be updated completely with the content from the aforementioned PostGIS docs.
    356  * {{{distance}}}
     356 * ~~{{{distance}}}~~
     357   * '''Warning:''' This function lookup type does not work, and will be moved to a routine as part of {{{GeoManager}}}.
    357358   * Return the cartesian distance between two geometries in projected units.
    358359   * PostGIS equivalent {{{Distance(geometry, geometry)}}}
Back to Top