downloadURL("somePHP.php?lat" + "&lat"...), to store or to call data.
But how does it work with pictures.
Maybe someone has a good tutorial for that problem. Maybe someone is
able to do this with creating user specific KML-files, so if a user
logs in, and wants to add some private information to a place, and
upload a picture to it, a KML-file is created and sent to my SQL-
Database.
Please help, Google Maps Coding is fun. And please only answer if
suggestion really helps and is constructive. Thank you,
Aknorbert
It's not really a maps question. If you wanted to show an image on a
webpage, you'd use the <img> tag and pass a url to the image. It is
just the same if you want to show an image in an infowindow - you
include an <img> tag pointing to the url of the desired image.
So your server side code needs to be able to store user-supplied
images somewhere, and when required supply a url to the desired
image. This is normal AJAX/DHTML activity and not specific to maps -
look further afield
it is not use database but xml file (php5 required).
method is same.
I also struggled with this and was also new to Maps until recently.
But (with the help of others, including on this and the Fusion Table
Forum) we managed to get pretty much what you're asking for done:
http://www.mukaranga.com/the-twig.html
The difference to my understanding of what you need is that you want
the info to be private (ours is all public), a) because we want it to
be and b) I think to be able to read/write to Fusion Tables then all
info needs to be able to be viewed (but not listed or editable) to the
public.
Hope is of some use...
Rob