jsquare / hikeplanner

Find a hike you'll like!
GNU General Public License v2.0
1 stars 0 forks source link

Start location should autofill from GeoIP #22

Open jason-curtis opened 10 years ago

jason-curtis commented 10 years ago

perhaps use http://freegeoip.net/ (my first Google result)

cgallello commented 10 years ago

It may be best to just use the HTML5 geolocation API that comes standard in browsers (and maybe then fallback to what you listed)

Date: Sun, 17 Nov 2013 21:44:31 -0800 From: notifications@github.com To: hikeplanner@noreply.github.com Subject: [hikeplanner] Start location should autofill from GeoIP (#22)

perhaps use http://freegeoip.net/ (my first Google result)

— Reply to this email directly or view it on GitHub.

jason-curtis commented 10 years ago

True, HTML5 is cool, but it usually requires the user to confirm that they want to share their location, which is a little annoying and I wouldn't want the user to have to confirm that before the website starts being useful. Maybe do both!

cgallello commented 10 years ago

Actually good point, given that we don't need precise location....nevermind then!

Date: Sun, 17 Nov 2013 21:56:02 -0800 From: notifications@github.com To: hikeplanner@noreply.github.com CC: cgallello@outlook.com Subject: Re: [hikeplanner] Start location should autofill from GeoIP (#22)

True, HTML5 is cool, but it usually requires the user to confirm that they want to share their location, which is a little annoying and I wouldn't want the user to have to confirm that before the website starts being useful.

Maybe do both!

— Reply to this email directly or view it on GitHub.