mirror of
https://github.com/Esri/offline-editor-js.git
synced 2025-12-15 15:20:05 +00:00
some comments, thanks Andy!
This commit is contained in:
parent
c7843dc458
commit
ba9aa30ce0
@ -120,9 +120,10 @@ define([
|
||||
cells.push({ level: level, row: cell_id[1], col: cell_id[0]});
|
||||
});
|
||||
|
||||
// if the number of requested tiles is excessive, we just stop
|
||||
if( cells.length > 5000 && level != maxLevel)
|
||||
{
|
||||
console.log("me planto!");
|
||||
console.log("enough is enough!");
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user