This commit is contained in:
20
node_modules/ol/style/IconAnchorUnits.js
generated
vendored
Normal file
20
node_modules/ol/style/IconAnchorUnits.js
generated
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
/**
|
||||
* @module ol/style/IconAnchorUnits
|
||||
*/
|
||||
/**
|
||||
* Icon anchor units. One of 'fraction', 'pixels'.
|
||||
* @enum {string}
|
||||
*/
|
||||
export default {
|
||||
/**
|
||||
* Anchor is a fraction
|
||||
* @api
|
||||
*/
|
||||
FRACTION: 'fraction',
|
||||
/**
|
||||
* Anchor is in pixels
|
||||
* @api
|
||||
*/
|
||||
PIXELS: 'pixels',
|
||||
};
|
||||
//# sourceMappingURL=IconAnchorUnits.js.map
|
||||
Reference in New Issue
Block a user