diff --git a/public/index.html b/public/index.html index 22b4ebb6..30b86001 100644 --- a/public/index.html +++ b/public/index.html @@ -22,9 +22,9 @@ - - - + + + @@ -81,27 +81,27 @@
- - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + diff --git a/public/map.js b/public/map.js index 0b4c83bd..018a8b31 100644 --- a/public/map.js +++ b/public/map.js @@ -172,7 +172,7 @@ }); map.on('zoomend', () => { - if (filters.hashLabels && !_renderingMarkers) renderMarkers(); + if (!_renderingMarkers) renderMarkers(); }); map.on('resize', () => {