Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BugiTime MAPSAPI-2573 #165

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v8.17.0
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 4.2.1

- Security updates
- Update mapnik to 4.3.1
- [4.4.0](https://github.com/mapnik/node-mapnik/blob/master/CHANGELOG.md#440) drops support for Node <10

## 4.1.1

- Fix ETag algorithm to convert buffer as binary [#158](https://github.com/mapbox/tilelive-vector/pull/158)
Expand Down
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ function tm2z(uri, callback) {

var xml;
var base = path.join(os.tmpDir(), md5(id).substr(0,8) + '-' + path.basename(id));
var parser = tar.Parse();
var parser = new tar.Parse();
var gunzip = zlib.Gunzip();
var unpacked = false;

Expand Down
Loading
Loading