achiang / openmotion

1 stars 1 forks source link

add optional "radius" http param #2

Closed knitzsche closed 10 years ago

knitzsche commented 10 years ago

For example, the url can end with ../bikes?lat=41.3979520&lng=2.18004200&radius=1000

That searches within 1000 meters.

if you don't add the radius param, it uses the default of 100 meters.

achiang commented 10 years ago

Finally, please add the following text to your commit log:

Fixes #1

(as per: https://help.github.com/articles/closing-issues-via-commit-messages )