Skip to content
Snippets Groups Projects
Commit 1f7e3cec authored by dimitrov.adrian's avatar dimitrov.adrian Committed by podarok
Browse files

Issue #901596 by Ambidex, Boobaa, dimitrov.adrian | Rob_Feature: Use libraries...

Issue #901596 by Ambidex, Boobaa, dimitrov.adrian | Rob_Feature: Use libraries api module for storing markers.
parent e34fa009
No related branches found
Tags 7.x-2.7-rc1
No related merge requests found
......@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment