Use a local lookup table for country bounding boxes rather than relying

on geonames.org being able to do it in a reasonable time.
This commit is contained in:
Tom Hughes 2009-05-11 16:50:09 +00:00
parent 535bc8f1d8
commit ed68d524de
5 changed files with 61 additions and 10 deletions

2
app/models/country.rb Normal file
View file

@ -0,0 +1,2 @@
class Country < ActiveRecord::Base
end