Some options types are defined in the code
The sed script caught those, so manually adjusting here.
This commit is contained in:
@@ -21,7 +21,7 @@ ol.style.IconLiteralOptions;
|
||||
/**
|
||||
* @constructor
|
||||
* @extends {ol.style.PointLiteral}
|
||||
* @param {olx.style.IconLiteralOptions} options Icon literal options.
|
||||
* @param {ol.style.IconLiteralOptions} options Icon literal options.
|
||||
*/
|
||||
ol.style.IconLiteral = function(options) {
|
||||
|
||||
|
||||
@@ -17,7 +17,7 @@ ol.style.LineLiteralOptions;
|
||||
/**
|
||||
* @constructor
|
||||
* @extends {ol.style.Literal}
|
||||
* @param {olx.style.LineLiteralOptions} options Line literal options.
|
||||
* @param {ol.style.LineLiteralOptions} options Line literal options.
|
||||
*/
|
||||
ol.style.LineLiteral = function(options) {
|
||||
goog.base(this);
|
||||
|
||||
@@ -19,7 +19,7 @@ ol.style.PolygonLiteralOptions;
|
||||
/**
|
||||
* @constructor
|
||||
* @extends {ol.style.Literal}
|
||||
* @param {olx.style.PolygonLiteralOptions} options Polygon literal options.
|
||||
* @param {ol.style.PolygonLiteralOptions} options Polygon literal options.
|
||||
*/
|
||||
ol.style.PolygonLiteral = function(options) {
|
||||
goog.base(this);
|
||||
|
||||
@@ -31,7 +31,7 @@ ol.style.ShapeLiteralOptions;
|
||||
/**
|
||||
* @constructor
|
||||
* @extends {ol.style.PointLiteral}
|
||||
* @param {olx.style.ShapeLiteralOptions} options Shape literal options.
|
||||
* @param {ol.style.ShapeLiteralOptions} options Shape literal options.
|
||||
*/
|
||||
ol.style.ShapeLiteral = function(options) {
|
||||
|
||||
|
||||
@@ -23,7 +23,7 @@ ol.style.TextLiteralOptions;
|
||||
/**
|
||||
* @constructor
|
||||
* @extends {ol.style.Literal}
|
||||
* @param {olx.style.TextLiteralOptions} options Text literal options.
|
||||
* @param {ol.style.TextLiteralOptions} options Text literal options.
|
||||
*/
|
||||
ol.style.TextLiteral = function(options) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user