more niantic tweaks to tile params, so defaults updated

also fix status bar bug introduced in previous commit
This commit is contained in:
Jon Atkins
2015-06-25 22:22:49 +01:00
parent 9ba440f70d
commit 38870aba63
2 changed files with 6 additions and 8 deletions

View File

@ -22,7 +22,7 @@ window.renderUpdateStatus = function() {
if(tileParams.level === 0)
t += '<span id="loadlevel">all</span>';
else
t += '<span id="loadlevel" style="background:'+COLORS_LVL[minlvl]+'">L'+tileParams.level+(tileParams.level<8?'+':'') + '</span>';
t += '<span id="loadlevel" style="background:'+COLORS_LVL[tileParams.level]+'">L'+tileParams.level+(tileParams.level<8?'+':'') + '</span>';
} else {
if(!window.isSmartphone()) // space is valuable
t += '<b>links</b>: ';