Hi mdipierro, I am fairly a newbie to python and sql, I have a task to render a google map as my home page (thereby replacing the default welcome page), and then populating the map with placemarks read from a table I have created in the database. The table already has latitude and longitude as columns. How can I 1) change the default page to my google map? and 2) use the query to extract the latitudes and longitudes values and create the placemarks?
Your help will be greatky appreciated.

