Module: ol/style/Atlas

ol/style/Atlas


Type Definitions

AtlasBlock{Object}

Properties:
Name Type Description
x number
y number
width number
height number

AtlasInfo{Object}

Provides information for an image inside an atlas. offsetX and offsetY are the position of the image inside the atlas image image.

Properties:
Name Type Description
offsetX number
offsetY number
image HTMLCanvasElement