The JavaScript for creating the map does not get cached into cache_filter table because it is added to the page by using drupal_set_html_head and drupal_add_js functions. To fix this problem, the JavaScript must be added directly to the filtered text (instead of using drupal_set_html_head and drupal_add_js functions). The patch for this issue can be found in the attachment.

CommentFileSizeAuthor
exif2gmap.moddule.cache_fix.patch853 byteschalaini

Comments

iktaka’s picture

Assigned: chalaini » iktaka

Thank you.
I'll check the patch.

iktaka’s picture

Status: Needs review » Fixed

Fixed on new version.
Please check it.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.