This commit is contained in:
Ryan Clark
2015-04-23 16:51:57 -07:00
parent 88b6683f20
commit 65555823e7
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
# 0.8.0
- `createZXYStream` only lists tile coordinates that contain tile data
# 0.7.0
- Adds `createZXYStream` method for a readstream of z/x/y tile coordinates.

View File

@@ -1,6 +1,6 @@
{
"name": "mbtiles",
"version": "0.7.9",
"version": "0.8.0",
"description": "Utilities and tilelive integration for the MBTiles format.",
"url": "http://github.com/mapbox/node-mbtiles",
"author": "Mapbox (https://www.mapbox.com)",