Export ol.style.Image
This commit is contained in:
1
src/ol/style/imagestyle.exports
Normal file
1
src/ol/style/imagestyle.exports
Normal file
@@ -0,0 +1 @@
|
||||
@exportClass ol.style.Image ol.style.ImageOptions
|
||||
@@ -1,19 +1,8 @@
|
||||
// FIXME export ol.style.Image
|
||||
// FIXME decide default value for snapToPixel
|
||||
|
||||
goog.provide('ol.style.Image');
|
||||
|
||||
|
||||
/**
|
||||
* @typedef {{anchor: Array.<number>,
|
||||
* image: (HTMLCanvasElement|HTMLVideoElement|Image),
|
||||
* rotation: number,
|
||||
* snapToPixel: (boolean|undefined),
|
||||
* subtractViewRotation: boolean}}
|
||||
*/
|
||||
ol.style.ImageOptions;
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* @constructor
|
||||
|
||||
Reference in New Issue
Block a user