Skip to content

Commit

Permalink
Merge branch 'master' into select-renderer-by-feature
Browse files Browse the repository at this point in the history
  • Loading branch information
manthey committed Jun 16, 2016
2 parents eb81d5e + c0429f3 commit 84777ad
Show file tree
Hide file tree
Showing 11 changed files with 6 additions and 569 deletions.
1 change: 0 additions & 1 deletion src/d3/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ module.exports = {
lineFeature: require('./lineFeature'),
object: require('./object'),
pathFeature: require('./pathFeature'),
planeFeature: require('./planeFeature'),
pointFeature: require('./pointFeature'),
quadFeature: require('./quadFeature'),
renderer: require('./d3Renderer'),
Expand Down
146 changes: 0 additions & 146 deletions src/d3/planeFeature.js

This file was deleted.

1 change: 0 additions & 1 deletion src/gl/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ module.exports = {
ellipsoid: require('./ellipsoid'),
geomFeature: require('./geomFeature'),
lineFeature: require('./lineFeature'),
planeFeature: require('./planeFeature'),
pointFeature: require('./pointFeature'),
polygonFeature: require('./polygonFeature'),
quadFeature: require('./quadFeature'),
Expand Down
180 changes: 0 additions & 180 deletions src/gl/planeFeature.js

This file was deleted.

1 change: 0 additions & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ module.exports = $.extend({
object: require('./object'),
osmLayer: require('./osmLayer'),
pathFeature: require('./pathFeature'),
planeFeature: require('./planeFeature'),
pointFeature: require('./pointFeature'),
polygonFeature: require('./polygonFeature'),
quadFeature: require('./quadFeature'),
Expand Down
Loading

0 comments on commit 84777ad

Please sign in to comment.