mirror of
https://github.com/owntracks/recorder.git
synced 2026-05-05 02:36:45 +00:00
@@ -83,6 +83,9 @@ function initialize() {
|
||||
};
|
||||
|
||||
var t = "{{ addr }}<br/><span class='latlon'>({{ lat }},{{lon}})</span> {{ fulldate }}";
|
||||
if (typeof(tst) === 'undefined') {
|
||||
t = "Position: {{lat}}, {{lon}}";
|
||||
}
|
||||
|
||||
infowindow.setContent(Mustache.render(t, data));
|
||||
infowindow.setPosition(event.latLng);
|
||||
|
||||
Reference in New Issue
Block a user