adding Rangitata crossing and removing Wakatipu crossing

This commit is contained in:
2016-03-20 22:30:45 +01:00
parent 938fd40e8e
commit 1e4d5eb2d6
2 changed files with 16 additions and 24 deletions

View File

@@ -54,7 +54,7 @@ oSpot.pageInit = function(asHash)
{
options:
{
url:'http://spot.lutran.fr/kml/TeAraroaTrail_simplified.kml',
url:'http://spot.lutran.fr/kml/TeAraroaTrail_simplified.kml?v3',
opts:{preserveViewport: true}
}
},
@@ -124,7 +124,7 @@ function updateFeed()
break;
case 'picture':
var $Image = $('<img>', {'src':asPost.path/*, 'style':'transform:rotate('+asPost.rotate+'deg);'*/});
$Body = $('<a>', {href:asPost.path, 'data-lightbox':'image-'+asPost.id, 'data-title':asPost.formatted_time}).append($Image);
$Body = $('<a>', {href:asPost.path, 'data-lightbox':'Te Araroa', 'data-title':asPost.formatted_time}).append($Image);
sClass = 'image';
break;
case 'post':