Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
cedarmaps-sdk-web-public
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Cedar Studios
cedarmaps-sdk-web-public
Commits
c3c1a458
Commit
c3c1a458
authored
Jan 07, 2018
by
Deployer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed multiple marker for static map url bug
parent
758a4b59
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
static_map.js
src/static_map.js
+1
-1
No files found.
src/static_map.js
View file @
c3c1a458
...
...
@@ -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
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment