mirror of
https://github.com/owntracks/recorder.git
synced 2026-08-23 11:26:16 +00:00
@@ -284,7 +284,7 @@
|
||||
visible: true,
|
||||
data: null,
|
||||
render : function(data, type, row) {
|
||||
var t = "<a target='_new' href='http://maps.google.com/?q={{lat}},{{lon}}'>{{addr}}</a>";
|
||||
var t = "<a target='_new' href='http://www.openstreetmap.org/?mlat={{lat}}&mlon={{lon}}'>{{addr}}</a>";
|
||||
return Mustache.render(t, data);
|
||||
},
|
||||
"targets" : [10],
|
||||
|
||||
Reference in New Issue
Block a user