GeoTIFF / geoblaze

Blazing Fast JavaScript Raster Processing Engine
http://geoblaze.io
MIT License
181 stars 28 forks source link

removed unused turf dependency #133

Closed sdpeyton closed 6 years ago

sdpeyton commented 6 years ago

Type of PR

What is the Goal of the PR?

Remove the unused turf dependency

What is the Motivation for the PR?

Whenever someone does an npm install of geoblaze, turf screams warnings at you. So this will get rid of that. Also make the npm package lighter.

What Tests are Included?

None, but all existing tests pass