Shorter module paths for default exports
This commit is contained in:
@@ -4,13 +4,13 @@
|
||||
|
||||
|
||||
/**
|
||||
* A function that takes an {@link module:ol/Feature~Feature} and a `{number}`
|
||||
* A function that takes an {@link module:ol/Feature} and a `{number}`
|
||||
* representing the view's resolution. The function should return a
|
||||
* {@link module:ol/style/Style~Style} or an array of them. This way e.g. a
|
||||
* {@link module:ol/style/Style} or an array of them. This way e.g. a
|
||||
* vector layer can be styled.
|
||||
*
|
||||
* @typedef {function((module:ol/Feature~Feature|module:ol/render/Feature~Feature), number):
|
||||
* (module:ol/style/Style~Style|Array.<module:ol/style/Style~Style>)} StyleFunction
|
||||
* @typedef {function((module:ol/Feature|module:ol/render/Feature~Feature), number):
|
||||
* (module:ol/style/Style|Array.<module:ol/style/Style>)} StyleFunction
|
||||
* @api
|
||||
*/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user