Notes:
Output of GeoRSS Simple, W3CGeo and GML formats. Output of KML format. Not tested with any software, just against the doc (Just wanted to release the version in 2006).
The spherical distance now assumes the lat and lon are in degrees.
Changes:
- Addition of the Vincenty ellipsoidal distance calculation method
- The spherical distance now assumes the x and y are in degrees not radians
- Addition of aliases to the +x+ and +y+ accessors, as well as the <tt>from_x_y_...</tt> constructors so the +x+ can be replaced by +lon+ and +y+ by +lat+.
- Output of GeoRSS Simple, W3CGeo and GML formats
- Output of KML format
|