Module type for ol.Color

This commit is contained in:
Frederic Junod
2018-03-19 09:25:45 +01:00
parent f5aa7d7867
commit 3edbbf0b46
8 changed files with 24 additions and 24 deletions

View File

@@ -17,7 +17,7 @@ export const defaultFont = '10px sans-serif';
/**
* @const
* @type {ol.Color}
* @type {module:ol/color~Color}
*/
export const defaultFillStyle = [0, 0, 0, 1];
@@ -59,7 +59,7 @@ export const defaultMiterLimit = 10;
/**
* @const
* @type {ol.Color}
* @type {module:ol/color~Color}
*/
export const defaultStrokeStyle = [0, 0, 0, 1];

View File

@@ -12,7 +12,7 @@ export const DEFAULT_FONT = '10px sans-serif';
/**
* @const
* @type {ol.Color}
* @type {module:ol/color~Color}
*/
export const DEFAULT_FILLSTYLE = [0.0, 0.0, 0.0, 1.0];
@@ -53,7 +53,7 @@ export const DEFAULT_MITERLIMIT = 10;
/**
* @const
* @type {ol.Color}
* @type {module:ol/color~Color}
*/
export const DEFAULT_STROKESTYLE = [0.0, 0.0, 0.0, 1.0];