fix maps marker
This commit is contained in:
parent
60c7f61579
commit
3386b17b1b
@ -51,7 +51,7 @@
|
|||||||
console.log(coordinates.split(","))
|
console.log(coordinates.split(","))
|
||||||
// Create a popup for the marker
|
// Create a popup for the marker
|
||||||
var popupContent = "<strong>Name</strong>: " + name + "<br>" +
|
var popupContent = "<strong>Name</strong>: " + name + "<br>" +
|
||||||
"<strong>Info</strong>: " + info + "<br>"
|
"<strong>Info</strong>: " + info + "<br>" +
|
||||||
"<a href='{/literal}{$_url}{literal}routers/edit/"+ router.id +"'>More Info</a> • " +
|
"<a href='{/literal}{$_url}{literal}routers/edit/"+ router.id +"'>More Info</a> • " +
|
||||||
"<a href='https://www.google.com/maps/dir//" + coordinates + "' target='maps'>Get Direction</a><br>";
|
"<a href='https://www.google.com/maps/dir//" + coordinates + "' target='maps'>Get Direction</a><br>";
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user