diff --git a/src/ui/map.js b/src/ui/map.js index a0c5547217c..651e22154c2 100755 --- a/src/ui/map.js +++ b/src/ui/map.js @@ -1579,6 +1579,9 @@ class Map extends Camera { // When we turn collision boxes on we have to generate them for existing tiles // When we turn them off, there's no cost to leaving existing boxes in place this.style._generateCollisionBoxes(); + } else { + // Otherwise, call an update to remove collision boxes + this._update(); } }