12 March, 2016 seen 3,762
Gmap custom markers are cool way to enhance your Drupal site. My blog heavily really on Drupal Views + Gmap + Location module. Most of the articles listed in Restaurant reviews, tourist attractions or hotel reviews are nicely displayed on map and pinned with custom created markers.
Recently, when updating Gmap module to the latest stable version all my…
Although it doesn't happen often, in rare situations you might get in trouble with GMAP marker sets. The most common case is change with folder permissions or migrating site to another host.
How to add Custom Markers for Gmap Module Drupal
Here is how it looks:
Request for invalid marker set notification
And here is how map field looks:
Map with a missing marker (s)
The default map is displayed.
Luckily there is a simple solution - delete gmap.markers.js file from files/js folder, and markers will regenerate by themselves.
sudo rm -rf gmap_markers.js
Now, run clear cache and all markers should be back
Marker cache cleared