Files
openlayers/src/ol/pixel.js
2018-10-23 17:58:50 +02:00

13 lines
237 B
JavaScript

/**
* @module ol/pixel
*/
/**
* An array with two elements, representing a pixel. The first element is the
* x-coordinate, the second the y-coordinate of the pixel.
* @typedef {Array<number>} Pixel
* @api
*/
export let nothing;