Closed (fixed)
Project:
GMap Module
Version:
6.x-1.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
29 Dec 2008 at 00:24 UTC
Updated:
27 Jan 2009 at 15:50 UTC
Currently gmap permits an administrator to specify a custom path to the markerfiles. This path is stored in a Drupal variable called gmap_markerfiles. However, while the _gmap_get_icondata() and _gmap_get_marker_titles() functions in gmap_markerinfo.inc respect this value, the gmap_regenerate_markers() function that writes the path into the generated js file always writes a path to the gmap module markers folder. This tiny patch fixes the problem.
| Comment | File | Size | Author |
|---|---|---|---|
| gmap_markerfiles.txt | 876 bytes | mleicester |
Comments
Comment #1
bdragon commentedFixed, thanks.
http://drupal.org/cvs?commit=164538
http://drupal.org/cvs?commit=164539