-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add radius to data search #34
Comments
I'm currently working on the internal part of this. Until somebody comes up with an idea how to fit this additional field into the search form, it will be fixed at 100 km. |
Wouldn't it be possible to achieve a radius from a geolocation-service? |
Just to let you know what we have so far: We use geokit-rails3 to display the results sorted by distance. With that it is easy to additionally limit the lookup to a certain radius. Though, it would for sure be more convenient to know how large the area is, that has been searched for. I already started to setup PostGIS in a separate branch, but I didn't want to put it into master, as I was afraid, that it may be daunting to some developers, having to set that up on their local machines . Also we would still need to put the geo-data into it by ourselves. So, using some service for that is certainly a good idea. |
That's interesting - thanks Tsujigiri. I currently found out that the Google-Maps geocode-API seems to deliver an additional viewport (as a geo-rect) with their results. I'll have a look in GeoNames, too. |
To improve the quality of the search results as well as the performance, the data search should take a radius.
The text was updated successfully, but these errors were encountered: