[web2py] Google Maps API

2022-03-11 Thread Kenneth
Hello, has anybody used Google Maps after 2018, looks like you need an api key to use the geocode function. Geocode doesn't seam to be updated for this? Kenneth -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https:/

Re: [web2py] Google maps &

2012-08-06 Thread Alec Taylor
No worries :) On Mon, Aug 6, 2012 at 10:17 PM, Annet wrote: > Hi Alec, > > >> Quick question, is there a reason you are using a simple iframe rather >> than using the API properly? > > > I thought I could only use the API in production, but from your example I > learn that I can also use it in de

Re: [web2py] Google maps &

2012-08-06 Thread Annet
Hi Alec, Quick question, is there a reason you are using a simple iframe rather > than using the API properly? > I thought I could only use the API in production, but from your example I learn that I can also use it in development (localhost). Thanks for providing me with this solution. Kin

Re: [web2py] Google maps &

2012-08-06 Thread Alec Taylor
Here's the solution for your specific case: http://maps.googleapis.com/maps/api/staticmap?center=Rhijnspoor+259+2901+LB+Capelle+aan+den+IJssel+Nederland&zoom=13&size=600x300&maptype=roadmap&sensor=false"; alt="Map" /> On Mon, Aug 6, 2012 at 6:10 PM, Alec Taylor wrote: > Quick question, is there

Re: [web2py] Google maps &

2012-08-06 Thread Alec Taylor
Quick question, is there a reason you are using a simple iframe rather than using the API properly? https://developers.google.com/maps/documentation/staticmaps/ On Mon, Aug 6, 2012 at 5:58 PM, Annet wrote: > In a view I have the following iframe > > marginheight="0" marginwidth="0" > src="http:

[web2py] Google maps &

2012-08-06 Thread Annet
In a view I have the following iframe http://maps.google.nl/maps?f=q&source=s_q&hl=nl&q={{=session.address.street}}+{{=session.address.houseNumber}}{{if session.address.houseNumberExtension:}}+{{=session.address.houseNumberExtension}}{{pass}}+{{=session.address.postalCode}}+{{=session.address.lo

[web2py] Re: has anyone done web2py + google maps?

2011-09-10 Thread niknok
Thank you all for the responses and links. They are very good models to learn from. Has anyone done something similar to crimereports.com or haybol.ph? On Sep 11, 7:09 am, Christopher Steel wrote: > You might want to check out Public Radio Roadtrip an application done (in > progress?) by John Ty

[web2py] Re: has anyone done web2py + google maps?

2011-09-10 Thread Christopher Steel
You might want to check out Public Radio Roadtrip an application done (in progress?) by John Tynan. It was still slightly rough around the edges the last time I tried it out but was looking really interesting and was exploring some really interesting ideas. *Public Radio Roadtrip* GAE test sit

Re: [web2py] Re: has anyone done web2py + google maps?

2011-09-10 Thread Chris Rowson
I'm a Python Web Dev noob, but I had a similar requirement. I created this function to convert a postcode into lon & lat data suitable for use in Google Maps. It's a work in progress, not very elegant, and it doesn't have any error management but it's a start. Hopefully someone on the list will be

[web2py] Re: has anyone done web2py + google maps?

2011-09-10 Thread Anthony
There's this plugin: https://groups.google.com/d/topic/web2py/4RFAudXbt3s/discussion. Also, plugin_wiki includes a Google Maps widget similar to that plugin (http://web2py.com/book/default/chapter/13#Current-Widgets). There's also https://github.com/relsi/web2pyople (see it running here: http:

Re: [web2py] has anyone done web2py + google maps?

2011-09-10 Thread Bruno Rocha
http://web2py.com/appliances/default/show/71 On Sat, Sep 10, 2011 at 2:47 AM, niknok wrote: > Any links to try out?

[web2py] has anyone done web2py + google maps?

2011-09-09 Thread niknok
Any links to try out?