offline_geocoder icon indicating copy to clipboard operation
offline_geocoder copied to clipboard

Offline Geocoder

Results 4 offline_geocoder issues
Sort by recently updated
recently updated
newest added

Currently the gem can't be used with Ruby 3.1, this will be a recurring problem for new minor versions of Ruby. Changed the gemspec file to allow all minor versions...

Currently the gem breaks dependencies on projects that use Ruby version 3.x This will also require a new tag with version bump for the project. PR with fix: https://github.com/sildur/offline_geocoder/pull/16

Is it configurable? Will it work also near borders? Based on https://medium.com/@x_inaka/fast-reverse-geocoding-with-offline-geocoder-9fdb5fd06a5c it seems to be based on limited dataset of cities and therefore is not possible to increase accuracy...

Implement the same API methods as the [geocoder gem](https://github.com/alexreisner/geocoder).