Skip to content

Commit

Permalink
Merge pull request #10385 from walkermatt/rbush
Browse files Browse the repository at this point in the history
Import transpiled rbush
  • Loading branch information
ahocevar committed Dec 5, 2019
2 parents fb73bba + a389903 commit 29c55aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/ol/render/canvas/Executor.js
Expand Up @@ -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';


/**
Expand Down
2 changes: 1 addition & 1 deletion src/ol/structs/RBush.js
Expand Up @@ -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';

Expand Down

0 comments on commit 29c55aa

Please sign in to comment.