Re: [web2py] How to get geo location?

2012-09-27 Thread puercoespin
Geolocation is a W3C API, standard and is adopted for the HTML5. This API defines objects accesibles in JavaScript, so you must to define the script in the view part of your application. There a lot of javascript code about geolocation. A simple may be :

Re: [web2py] How to get geo location?

2012-09-26 Thread Manuele Pesenti
Il 26/09/2012 04:38, weheh ha scritto: I want to play around with geo location stuff. Is there a simple way to get the location of the user's browser when they access a controller/action within web2py? I'm not trying to convert an address to a geo location. I'm looking for lat/long info from

[web2py] How to get geo location?

2012-09-25 Thread weheh
I want to play around with geo location stuff. Is there a simple way to get the location of the user's browser when they access a controller/action within web2py? I'm not trying to convert an address to a geo location. I'm looking for lat/long info from the user's browser at the time they make