Module type for ol.style.*

This commit is contained in:
Frederic Junod
2018-03-27 15:04:07 +02:00
parent 2de83adb8e
commit 7cbc22fece
24 changed files with 184 additions and 184 deletions
+2 -2
View File
@@ -10,7 +10,7 @@ import RegularShape from '../style/RegularShape.js';
*
* @constructor
* @param {olx.style.CircleOptions=} opt_options Options.
* @extends {ol.style.RegularShape}
* @extends {module:ol/style/RegularShape~RegularShape}
* @api
*/
const CircleStyle = function(opt_options) {
@@ -33,7 +33,7 @@ inherits(CircleStyle, RegularShape);
/**
* Clones the style. If an atlasmanager was provided to the original style it will be used in the cloned style, too.
* @return {ol.style.Circle} The cloned style.
* @return {module:ol/style/Circle~CircleStyle} The cloned style.
* @override
* @api
*/