Codebase list leaflet / d557247
style(GridLayerSpec): remove trailing tabs ghybs 5 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
753753 expect(counts.tileload).to.be(32);
754754 // No tile should be unloaded yet.
755755 expect(counts.tileunload).to.be(0);
756
756
757757 // Wait for a frame for next _updateOpacity to prune
758758 // all 16 tiles from z11 which are now covered by the
759759 // 4 central active tiles of z10.