Fix some module links

This commit is contained in:
ahocevar
2018-04-27 07:22:13 +02:00
parent 59d904e509
commit 3a365fab56
3 changed files with 15 additions and 17 deletions
+1 -1
View File
@@ -252,7 +252,7 @@ Feature.prototype.setStyle = function(style) {
* Set the feature id. The feature id is considered stable and may be used when
* requesting features or comparing identifiers returned from a remote source.
* The feature id can be used with the
* {@link module:ol/source/Vector#getFeatureById} method.
* {@link module:ol/source/Vector~VectorSource#getFeatureById} method.
* @param {number|string|undefined} id The feature id.
* @api
* @fires module:ol/events/Event~Event#event:change