mbtiles
Utilities and tilelive integration for the MBTiles format.
Installation
npm install mbtiles
This module has moved: please install @mapbox/mbtiles instead
Utilities and tilelive integration for the MBTiles format.
geocoderDataIterator
.getGeocoderdata
.createZXYStream
only lists tile coordinates that contain tile datacreateZXYStream
method for a readstream of z/x/y tile coordinates.step
, underscore
, optimist
dependencies removed.mocha
._metadata
now returns null if the metadata table or the requested field is
missing.template
key in metadata
table.tile(x, y, z, callback)
is now getTile(z, x, y, callback)
. Note the changed order of arguments.grid(x, y, z, callback)
is now getGrid(z, x, y, callback)
. Note the changed order of arguments.getInfo(callback)
method.index.js
with pool
, serve
and store
functions.