Skip to content

Commit

Permalink
Major refactor, major perf improvement
Browse files Browse the repository at this point in the history
Using R*-Trees to index tiles now
  • Loading branch information
atruskie committed Dec 10, 2015
1 parent 9d69081 commit 316e730
Show file tree
Hide file tree
Showing 6 changed files with 284 additions and 168 deletions.
6 changes: 4 additions & 2 deletions buildConfig/build.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,9 @@ module.exports = {
"vendor/lodash/lodash.js",
"vendor/bowser/bowser.js",
"vendor/humanize-duration/humanize-duration.js",
"vendor/round-date/roundDate.js"
],
"vendor/round-date/roundDate.js",
"node_modules/rbush/rbush.js"
],
js: [
"node_modules/babel/node_modules/babel-core/browser-polyfill.js",
"vendor/jquery/dist/jquery.js",
Expand Down Expand Up @@ -135,6 +136,7 @@ module.exports = {
"vendor/draggabilly/draggabilly.js",

"vendor/d3/d3.js",
"node_modules/rbush/rbush.js",

"vendor/bowser/bowser.js",

Expand Down
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,7 @@
"test": "npm run build"
},
"private": true,
"dependencies": {}
"dependencies": {
"rbush": "^1.4.1"
}
}
Loading

0 comments on commit 316e730

Please sign in to comment.