Quote:
Originally Posted by pgowder
1. Ability to upload a photo
2. Have the points automactially placed--have the map read from the DB.
|
The locations ARE stored in the DB
your entry inserts them.
The googlemap requires to read the info out of an xml file. This is how the google API works.
So the scripts creates the XML file which is than read by the javascript parser function.