Gmap

File Permissions for gmap_markers.js

| 3 views

Time after time I'm facing this issue with gmap markers. As mostly this happens when I'm doing something on the server side with file permissions, I decided to keep the notes here is the problem GMap is unable to save the marker bundle, so the markers will not work. Please check file system permissions of the public://js/gmap_markers.js! Here is the solution sudo chmod 755 /sites/all/files/js/gmap_markers.js


How To Regenerate Drupal GMAP Marker Cache (Request for Invalid Marker Set)

| 1 views

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,…


How to Fix Missing MarkeClusterer Icons for Drupal Gmap Module

| 0 views

I have been using Drupal + Mapping for years already. My most favorite combination Location + Gmap module for entering and displaying location info.  Recently I did upgrade for Gmap module for this blog and things went wrong - customized province names disappeared and... Marker Clusterer icons were gone soon afterwards. My first thoughts were that latest Gmap module have done something wrong, turned out I was wrong. My next idea was it's related to Advanced Aggregation module - again wrong.…


How to add Custom Markers for Gmap Module Drupal

| 0 views

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 markers disappeared so I had to re-upload markers. That' s how I decided to write a simple tutorial on how to add custom markers in Drupal…