Fix jsdoc references
This commit is contained in:
@@ -5,7 +5,7 @@ import {asString} from '../color.js';
|
||||
|
||||
/**
|
||||
* @classdesc
|
||||
* Singleton class. Available through {@link module:ol/style/IconImageCache~shared}.
|
||||
* Singleton class. Available through {@link module:ol/style/IconImageCache.shared}.
|
||||
*/
|
||||
class IconImageCache {
|
||||
constructor() {
|
||||
|
||||
@@ -9,7 +9,7 @@ import Stroke from './Stroke.js';
|
||||
import {assert} from '../asserts.js';
|
||||
|
||||
/**
|
||||
* A function that takes an {@link module:ol/Feature} and a `{number}`
|
||||
* A function that takes an {@link module:ol/Feature~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
|
||||
* vector layer can be styled. If the function returns `undefined`, the
|
||||
@@ -24,8 +24,8 @@ import {assert} from '../asserts.js';
|
||||
*/
|
||||
|
||||
/**
|
||||
* A function that takes an {@link module:ol/Feature} as argument and returns an
|
||||
* {@link module:ol/geom/Geometry} that will be rendered and styled for the feature.
|
||||
* A function that takes an {@link module:ol/Feature~Feature} as argument and returns an
|
||||
* {@link module:ol/geom/Geometry~Geometry} that will be rendered and styled for the feature.
|
||||
*
|
||||
* @typedef {function(import("../Feature.js").FeatureLike):
|
||||
* (import("../geom/Geometry.js").default|import("../render/Feature.js").default|undefined)} GeometryFunction
|
||||
|
||||
Reference in New Issue
Block a user