Import transpiled rbush. Resolves #10379

This commit is contained in:
Matt Walker
2019-12-05 12:09:42 +00:00
parent fb73bbaa00
commit a389903749
2 changed files with 2 additions and 2 deletions

View File

@@ -19,7 +19,7 @@ import {
import {createCanvasContext2D} from '../../dom.js'; import {createCanvasContext2D} from '../../dom.js';
import {labelCache, defaultTextAlign, measureTextHeight, measureAndCacheTextWidth, measureTextWidths} from '../canvas.js'; import {labelCache, defaultTextAlign, measureTextHeight, measureAndCacheTextWidth, measureTextWidths} from '../canvas.js';
import Disposable from '../../Disposable.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 * @module ol/structs/RBush
*/ */
import {getUid} from '../util.js'; import {getUid} from '../util.js';
import RBush_ from 'rbush'; import RBush_ from 'rbush/rbush.js';
import {createOrUpdate, equals} from '../extent.js'; import {createOrUpdate, equals} from '../extent.js';
import {isEmpty} from '../obj.js'; import {isEmpty} from '../obj.js';