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:
parent
535bc8f1d8
commit
ed68d524de
5 changed files with 61 additions and 10 deletions
2
app/models/country.rb
Normal file
2
app/models/country.rb
Normal file
|
@ -0,0 +1,2 @@
|
|||
class Country < ActiveRecord::Base
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue