From 1f7e3cec92a7a3f6d85701c85ac4c0a0c34db30d Mon Sep 17 00:00:00 2001 From: "dimitrov.adrian" <dimitrov.adrian@1746212.no-reply.drupal.org> Date: Thu, 9 May 2013 16:33:59 +0300 Subject: [PATCH] Issue #901596 by Ambidex, Boobaa, dimitrov.adrian | Rob_Feature: Use libraries api module for storing markers. --- js/icon.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/icon.js b/js/icon.js index 8d711ca..6198438 100644 --- a/js/icon.js +++ b/js/icon.js @@ -59,7 +59,7 @@ Drupal.gmap.getIcon = function (setname, sequence) { t.iconAnchor = new GPoint(q.anchorX, q.anchorY); t.infoWindowAnchor = new GPoint(q.infoX, q.infoY); */ - p = q.path; + p = Drupal.settings.basePath + Drupal.settings.pathPrefix + q.path; t = new google.maps.MarkerImage(p + q.sequence[i].f, new google.maps.Size(q.sequence[i].w, q.sequence[i].h), null, -- GitLab