Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 437 Bytes

README.rdoc

File metadata and controls

16 lines (10 loc) · 437 Bytes

CoordinatesConverter

This plugin is used to convert coordinate between utm and latitude longitude systems.

Example

* Utm to latitude longitude
  CoordinatesConverter.new({:x => utm_x, :y => utm_y, :zone => utm_zone}).utmxy2latlng

* Latitude longitude to utm
  CoordinatesConverter.new({:lat => lat, :lng => lng}).latlng2utmxy

Copyright © 2009 coordinates_converter, released under the MIT license