I understand that this module should use the location metadata in geotagged jpg files to place point icons on my gmap display.

I downloaded the exif2gmap module and installed it. Then I enabled the exif2gmap filter, configured it with the Google Map API key and size information.

I downloaded images with geotagged metadata and have them in a folder. I would like for an icon to appear on the gmap identifying the location of these images. However, now I'm unsure of how to introduce these files to the gmap module.

Am I supposed to put all my geotagged jpg files in a folder and in some way identify this folder as having the input jpg files for exif2gmap or gmap? Or am I supposed to in someway point the exif2gmap module directly to each geotagged jpg file to identify them as the input files?

Thank you for any help you can provide.

David

Comments

iktaka’s picture

You need to write htmls which includes geotaged jpeg in contents.
The exif2gmap simply point out geotagged jpegs to google map which are written in <a href> html tag in the contents.
As you wrote, the exif2gmap is just a filter which parse html tag, and if there are jpeg file, then parse jpeg geotag informatiom.
The exif2gmap can not input the jpeg files which are not written in htmls in the contents.

Takashi Ikebe.

dlewis3’s picture

OK. I'll keep trying to integrate the module's capability.

David

iktaka’s picture

Status: Active » Closed (fixed)