The Artima Developer Community
Sponsored Link

Ruby Buzz Forum
Announcing acts_as_locatable

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Agnieszka Figiel

Posts: 50
Nickname: agnessa
Registered: Feb, 2006

Agnieszka Figiel is a Ruby on Rails programmer & coach
Announcing acts_as_locatable Posted: Oct 9, 2006 3:17 PM
Reply to this message Reply

This post originated from an RSS feed registered with Ruby Buzz by Agnieszka Figiel.
Original Post: Announcing acts_as_locatable
Feed Title: agnessa's blog
Feed URL: http://blog.agnessa.eu/xml/rss/feed.xml
Feed Description: ruby and rails impressions from a beginner developer
Latest Ruby Buzz Posts
Latest Ruby Buzz Posts by Agnieszka Figiel
Latest Posts From agnessa's blog

Advertisement

I rolled out a plugin, still an alpha, waiting for feedback ;)

acts_as_locatable adds typical functionality to geographically located objects, like:

  • calculating distances between objects,
  • calculating coordinates of area boundaries,
  • finding objects in given range,
  • finding closest object.

It allows for using meters or miles as measure unit, and Cosine Law, Haversine or Vincenty formulae for distance computation.

Install

script/plugin install svn://rubyforge.org/var/svn/actsaslocatable/plugins/acts_as_locatable

acts_as_locatable homepage

Read: Announcing acts_as_locatable

Topic: ActiveSupport::Multibyte for Ruby on Rails Previous Topic   Next Topic Topic: Pictures from AJAXWorld 2006

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use