Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
bcamper committed Mar 17, 2016
1 parent e7a36b8 commit 48d0544
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/tile_manager.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import Tile from './tile';
import TilePyramid from './tile_pyramid';
import Utils from './utils/utils';

import log from 'loglevel';

Expand Down Expand Up @@ -159,8 +158,6 @@ const TileManager = {
updateVisibility(tile) {
tile.visible = false;
if (tile.style_zoom === this.view.tile_zoom) {
// let coord = Tile.coordinateAtZoom(tile.coords, this.view.tile_zoom);
// if (this.visible_coords[coord.key]) {
if (this.visible_coords[tile.coords.key]) {
tile.visible = true;
}
Expand Down

0 comments on commit 48d0544

Please sign in to comment.