Use union type instead of enum for extent corner
This commit is contained in:
committed by
Andreas Hocevar
parent
3a061ed576
commit
9c1b55e09c
@@ -1,14 +0,0 @@
|
||||
/**
|
||||
* @module ol/extent/Corner
|
||||
*/
|
||||
|
||||
/**
|
||||
* Extent corner.
|
||||
* @enum {string}
|
||||
*/
|
||||
export default {
|
||||
BOTTOM_LEFT: 'bottom-left',
|
||||
BOTTOM_RIGHT: 'bottom-right',
|
||||
TOP_LEFT: 'top-left',
|
||||
TOP_RIGHT: 'top-right',
|
||||
};
|
||||
Reference in New Issue
Block a user