changing legend position

This commit is contained in:
2016-06-27 21:44:48 +02:00
parent 2bc7487f7e
commit 04811d796f
4 changed files with 8 additions and 15 deletions

View File

@@ -109,8 +109,8 @@ oSpot.pageInit = function(asHash)
'<div class="line blue">Routeburn Track</div>'+
'<div class="line red">Hors rando</div>'+
'</div>',
bottom: true,
left: true
top: '10px',
left: '116px'
}
}
});