Skip to content

Latest commit

 

History

History
 
 

image-tile

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

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.