Hi everyone,
I am unable to show markers with webkit based browsers (meaning Safari and Firefox both up to date). It worked at the beginning, but in some point during the site development it stopped working. After several tests I found out that it works properly with Firefox (Gecko based) and IE 7. All tests have been performed under Mac OS X Snow Leopard (IE 7 in W.Vista under VMWare Fusion).
During the problem hunting I also realised that the Node locations page (www.example.com/map/node) never worked in Safari. I thought it was a misconfiguration problem, but I never intended to use that page so I never cared. What was my surprise when I saw that it works in Firefox and IE 7...
The google map gets correctly centered but the marker doesn't appear. Also, it appears the default map configuration (Map type) instead of the one that I configured (Hybrid type).
I already tried to regenerate marker cache, reset the module to defaults, run cron, flush drupal caches, check permissions of js folder in sites/default/files... I'm a bit out of ideas right now.
Any guess will be more than welcome!!
Greetings
Comments
Comment #1
jnanin commentedI forgot to add that when I edit one of the nodes with a map there is no incidences in Firefox, but Safari and Chrome give a popup alert with this message:
"Request for invalid marker set (color of selected marker)!"
Greetings
Comment #2
jnanin commentedLooking for another error with a Views module function I discovered that last versions of Views (2.7 - 2.8) are giving problems with Google Maps. I am using again 6.x-2.6 version of Views and both errors have disappeared.
Greetings
Comment #3
anybodyIMPORTANT hint for Drupal 7 users who receive the same error: The reason is the "better" Caching in Chrome, etc.
To make the error disappear, just clear your Browser Cache in Chrome, etc. and everything is fine again like in the other browsers.