How to import google map location data from database
Hi all,
I have a problem on how to import google map location data from database.
The longitude, latitude, elevation are stored in different column in the postgresql database. I want to connect the database to the google map widget.
How can I do this?
BTW:
I know how to insert location data through Thing->Services (javascript) and extract location data also through Thing->Services to a datashape and bind the datashape to the google map. But now the location data will from columns of database? I am a little confusing.

