mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-24 00:54:03 +02:00
Update rbush to 3.0.1 (close #6359)
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
import rbush from 'rbush';
|
||||
import RBush from 'rbush';
|
||||
|
||||
import { coreDifference } from './difference';
|
||||
|
||||
|
||||
export function coreTree(head) {
|
||||
var rtree = rbush();
|
||||
var rtree = new RBush();
|
||||
var bboxes = {};
|
||||
var tree = {};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user