general-porpoise / snapcache

Snapcache allows users to create, share, and discover geocached time capsules with their friends.
http://snapcache.co/
5 stars 4 forks source link

(feat) Allow user to place marker on map to drop cache at specific location #128

Closed cgrinaldi closed 9 years ago

cgrinaldi commented 9 years ago

This pull request removes the search bar, and instead allows the user to do a long press at a specific location. It will ignore drag events, and short taps in order to not confuse the user's intention.

Next steps could involve moving the radius slider to the map modal, and plotting a circle around the user's specified cache location so they know what the radius actually corresponds to.

Closes #41

cgrinaldi commented 9 years ago

Here is the link that helped

annekef commented 9 years ago

Good progress!