Hi Massimo.
Sorry but I've don't understand how I can use this plug-in.
>plugin_gmap.set=db(
db.auth_user.id>0) ### change this to a query that lists records with latitude and longitute
Do I have to create another table with one field, and make two records, one with latitude and another with longitude ? In this case error is:
'Row' object has no attribute 'auth_user'
>plugin_gmap.represent=lambda row: '%(first_name)s %(last_name)s' % row['auth_user']
User must be logged for being able to see the map ?
Thanks.