I have a simple image gallery.
In order to extract the geotag from the exif I have created a custom tag. This works as expected.
What I would like is, as each new image is uploaded to the gallery, the value of 'gg_image' is fed into my custom tag and the results then used to prepopulate a 'latlong' editable region.
Ugly as sin, I know. I'm at a loss.
In order to extract the geotag from the exif I have created a custom tag. This works as expected.
What I would like is, as each new image is uploaded to the gallery, the value of 'gg_image' is fed into my custom tag and the results then used to prepopulate a 'latlong' editable region.
- Code: Select all
<cms:editable name='gg_image' type="image" />
<cms:editable name='blog_desc' type="text" value="<cms:exifgeo '<cms:show gg_image />' />" />
Ugly as sin, I know. I'm at a loss.