Re: [web2py] Re: update name of places and show them in google maps using web2py and python?

2016-06-28 Thread Suchismita Debnath
ld have a generic view using .json > that would return this places, and you just would use javascript( ajax ) to > make a request to this view and capture this places in json format. > > Anything just say. > > > Em domingo, 26 de junho de 2016 08:25:40 UTC-3, Suchismita Debnath &g

Re: [web2py] Re: update name of places and show them in google maps using web2py and python?

2016-06-27 Thread Suchismita Debnath
.png">http://maps.google.com/mapfiles/ms/icons/blue.png</a>', map: map, position: results[0].geometry.location, title: title, animation: google.maps.Animation.DROP, address: address, url: url }) bounds.extend(marker.getPosition()); map

Re: [web2py] Re: update name of places and show them in google maps using web2py and python?

2016-06-27 Thread Suchismita Debnath
m? > > Em domingo, 26 de junho de 2016 08:25:40 UTC-3, Suchismita Debnath > escreveu: >> >> how do i update name of places and show them in google maps using web2py >> and python? >> > -- > Resources: > - http://web2py.com > - http://web2py.com/book (Docu

Re: [web2py] Re: SSL database connections

2016-06-27 Thread Suchismita Debnath
how to apply the stsck concept in web2py for a google map? On Mon, Jun 27, 2016 at 4:32 PM, Dragan Matic wrote: > Thanks Massimo, just in case anybody has the same problem, this is the > full syntax for connecting in ssl mode: > > DAL('postgres://postgres:draganova_si...@n1.theobviousthings.com

[web2py] update name of places and show them in google maps using web2py and python?

2016-06-26 Thread Suchismita Debnath
how do i update name of places and show them in google maps using web2py and python? -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this me