adding Rangitata crossing and removing Wakatipu crossing
This commit is contained in:
@@ -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':
|
||||
|
||||
Reference in New Issue
Block a user