🗺 MapSCII is a Braille & ASCII world map renderer for your console - enter => telnet mapscii.me <= on Mac (brew install telnet) and Linux, connect with PuTTY on Windows
MIT License
7.96k
stars
257
forks
source link
The NPM package mbtiles got deprecated in favour of @mapbox/mbtiles #59
This changes the install recommendation and the import from mbtiles to @mapbox/mbtiles.
When installing mbtiles one is presented the following warnings:
$ npm install mbtiles
npm WARN deprecated mbtiles@0.9.0: This module has moved: please install @mapbox/mbtiles instead
npm WARN deprecated tiletype@0.1.0: This module is now under the @mapbox namespace: install @mapbox/tiletype instead
npm WARN deprecated sphericalmercator@1.0.5: This module is now under the @mapbox namespace: install @mapbox/sphericalmercator instead
This changes the install recommendation and the import from
mbtiles
to@mapbox/mbtiles
.When installing
mbtiles
one is presented the following warnings: