From 95033078a4d4a10c01f63e07ecbe0953e81de8ba Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sun, 29 Dec 2013 19:51:33 +0000 Subject: also print deciaml coordinates at show location --- map3.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/map3.js b/map3.js index d871a0d..ebc3f21 100644 --- a/map3.js +++ b/map3.js @@ -176,8 +176,8 @@ function onLocationClick(latlng) { var html = '
'; html += '' + locations[this.locid].name + ''; html += ''; - html += ''; - html += ''; + html += ''; + html += ''; html += ''; html += ''; if(locations[this.locid].gallery_link) { -- cgit v1.2.1
Breitengrad: ' + convertCoords(locations[this.locid].point.lat()) + '
Längengrad: ' + convertCoords(locations[this.locid].point.lng()) + '
Breitengrad: ' + convertCoords(locations[this.locid].point.lat()) + '
' + locations[this.locid].point.lat().toFixed(6) + '
Längengrad: ' + convertCoords(locations[this.locid].point.lng()) + '
' + locations[this.locid].point.lng().toFixed(6) + '
Datenbank: Link-Database
Smokeping: Link-Smokeping