Commit c3c1a458 authored by Deployer's avatar Deployer

Fixed multiple marker for static map url bug

parent 758a4b59
......@@ -60,7 +60,7 @@ module.exports = function (container, options) {
if (!options.qs[i].marker_url) {
options.qs[i].marker_url = 'marker-default';
}
qs += options.qs[i].marker_url + '|' + options.qs[i].lat + ',' + options.qs[i].lng;
qs += options.qs[i].marker_url + '|' + options.qs[i].lat + ',' + options.qs[i].lng + '|';
}
url += '&' + qs;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment