more updates chasing reprated Niantic updates

debug function to dump out the details of each zoom level tile parameters
change tile params 'noPortals' to 'hasPortals'
This commit is contained in:
Jon Atkins
2015-06-25 23:05:04 +01:00
parent 38870aba63
commit bb29578c78
3 changed files with 42 additions and 13 deletions

View File

@ -15,7 +15,7 @@ window.renderUpdateStatus = function() {
var t = '<span class="help portallevel" title="Indicates portal levels/link lengths displayed. Zoom in to display more.">';
if (!tileParams.noPortals) {
if (tileParams.hasPortals) {
// zoom level includes portals (and also all links/fields)
if(!window.isSmartphone()) // space is valuable
t += '<b>portals</b>: ';