Skip to content

Commit

Permalink
Fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
alexey-milovidov committed Jan 10, 2024
1 parent bd4b736 commit 3981707
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -314,6 +314,7 @@
let query_elem = document.getElementById('query');
let map_elem = document.getElementById('map');
let selected_box = [];
let cached_tiles = {};

/// Protect from race conditions.
let report_sequence_num = 0;
Expand Down Expand Up @@ -429,8 +430,6 @@
err.style.display = 'none';
}

let cached_tiles = {};

L.GridLayer.ClickHouse = L.GridLayer.extend({
createTile: function(coords, done) {
let tile = L.DomUtil.create('canvas', 'leaflet-tile');
Expand Down

0 comments on commit 3981707

Please sign in to comment.