Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 756 Bytes

README.md

File metadata and controls

28 lines (21 loc) · 756 Bytes

This is a standalone high resolution image example using TileLayer and BitmapLayer, with non-geospatial coordinates on the deck.gl website.

Usage

Copy the content of this folder to your project.

# install dependencies
npm install
# or
yarn
# bundle and serve the app with webpack
npm start

Data Source

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.