[web2py] Re: new feature in trunk: generic.map

2012-11-07 Thread Martín Miranda
(2, 0, 9, datetime.datetime(2012, 9, 13, 23, 51, 30), 'stable') Python Python 2.7.3: /usr/bin/python Traceback 1. 2. 3. 4. 5. 6. 7. 8. Traceback (most recent call last): File "/home/www-data/web2py/gluon/restricted.py", line 209, in restricted exec ccode in environment File "/home/www

[web2py] Re: new feature in trunk: generic.map

2012-04-06 Thread Massimo Di Pierro
I guess yes but I did not need them On Friday, 6 April 2012 08:47:26 UTC-5, Alan Etkin wrote: > > Will the example mark db points in a google map? Are there any other uses > possible provided by the Google API trough the web2py interface? > > On Thursday, April 5, 2012 8:54:32 PM UTC-3, Massimo D

[web2py] Re: new feature in trunk: generic.map

2012-04-06 Thread Cliff
+1 On Thursday, April 5, 2012 7:54:32 PM UTC-4, Massimo Di Pierro wrote: > > Example: > > # model > db.define_table('point', > Field('name'), > Field('latitude','double'), > Field('longitude','double')) > > #controller > def map(): > return dict( > googlem

[web2py] Re: new feature in trunk: generic.map

2012-04-06 Thread Alan Etkin
Will the example mark db points in a google map? Are there any other uses possible provided by the Google API trough the web2py interface? On Thursday, April 5, 2012 8:54:32 PM UTC-3, Massimo Di Pierro wrote: > > Example: > > # model > db.define_table('point', > Field('name'), >