Skip to content

Commit

Permalink
Merge pull request #583 from OpenGeoscience/remove-plane-feature
Browse files Browse the repository at this point in the history
Remove plane feature
  • Loading branch information
manthey authored Jun 15, 2016
2 parents 8087452 + b562b77 commit c0429f3
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 c0429f3

Please sign in to comment.