Remove olx.style.ImageOptions

This commit is contained in:
Éric Lemoine
2013-12-18 22:08:20 +01:00
parent d2d801d8a6
commit a97e3d036b

View File

@@ -740,20 +740,6 @@
* @property {string} src Image source URI.
*/
/**
* @typedef {Object} olx.style.ImageOptions
* @property {ol.Pixel} anchor Anchor.
* @property {HTMLCanvasElement|HTMLVideoElement|Image|undefined} image Image.
* @property {ol.style.ImageState|undefined} imageState Image state.
* @property {number|undefined} rotation Rotation.
* @property {ol.Size} size Image size in pixel.
* @property {boolean|undefined} snapToPixel Whether the image should be
* snapped to the closed pixel at rendering time.
* @property {boolean|undefined} subtractViewRotation Whether the image should be
* rotated with the view or not.
* @property {string|undefined} src Image source URI.
*/
/**
* @typedef {Object} olx.style.StrokeOptions
* @property {ol.Color|string|undefined} color Color.