Classes
Type Definitions
-
AtlasManagerInfo{Object}
-
Provides information for an image inside an atlas manager.
offsetXandoffsetYis the position of the image inside the atlas imageimageand the position of the hit-detection image inside the hit-detection atlas imagehitImage.Properties:
Name Type Description offsetXnumber offsetYnumber imageHTMLCanvasElement hitImageHTMLCanvasElement -
Options{Object}
-
Properties:
Name Type Argument Default Description initialSizenumber <optional>
256 The size in pixels of the first atlas image.
maxSizenumber <optional>
The maximum size in pixels of atlas images. Default is
webgl/MAX_TEXTURE_SIZEor 2048 if WebGL is not supported.spacenumber <optional>
1 The space in pixels between images.
OpenLayers