Merge pull request #10385 from walkermatt/rbush

Import transpiled rbush
This commit is contained in:
Andreas Hocevar
2019-12-05 17:06:24 +01:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -19,7 +19,7 @@ import {
import {createCanvasContext2D} from '../../dom.js';
import {labelCache, defaultTextAlign, measureTextHeight, measureAndCacheTextWidth, measureTextWidths} from '../canvas.js';
import Disposable from '../../Disposable.js';
import RBush from 'rbush';
import RBush from 'rbush/rbush.js';
/**

View File

@@ -2,7 +2,7 @@
* @module ol/structs/RBush
*/
import {getUid} from '../util.js';
import RBush_ from 'rbush';
import RBush_ from 'rbush/rbush.js';
import {createOrUpdate, equals} from '../extent.js';
import {isEmpty} from '../obj.js';