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:
@ -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>: ';
|
||||
|
Reference in New Issue
Block a user