Hello
I recently started to add GPS data into my jpg pictures via Exif. Unfortunately at this point I don't really have any good way to actually use that information. Ideally I would like to be able to see placemarks with my photos in google earth.
I know how to create a placemark with a <img src> tag that points to the photo on my disk (i'd like to keep final kmz files in the same folder as pics so when I copy them to different location they still work). I can just add size tag to make them smaller so they fit into little baloon pop-up in GE.
The problem is that I don't really want to create every single placemark for each picture manually.
Does anyone know of a program (or could possibly make one

that would scan a local folder for jpg files, and then extract GPS coordinates from each one a put them into a kml file ?
thanks