This is a standalone high resolution image example using TileLayer and BitmapLayer, with non-geospatial coordinates on the deck.gl website.
Copy the content of this folder to your project.
# install dependencies
npm install
# or
yarn
# bundle and serve the app with webpack
npm start
A DeepZoom pyramid was created from a source image. If you have libvips installed, you can run something from the command line like:
vips dzsave wac_nearside.tif moon.image --tile-size 512 --overlap 0
For more information, check out the documentation of TileLayer.