Shape extends point
This commit is contained in:
@@ -5,7 +5,7 @@ goog.require('ol.style.LiteralSymbolizer');
|
|||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @interface
|
* @constructor
|
||||||
* @extends {ol.style.LiteralSymbolizer}
|
* @implements {ol.style.LiteralSymbolizer}
|
||||||
*/
|
*/
|
||||||
ol.style.LiteralPoint = function() {};
|
ol.style.LiteralPoint = function() {};
|
||||||
|
|||||||
@@ -26,7 +26,7 @@ ol.style.LiteralShapeConfig;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @constructor
|
* @constructor
|
||||||
* @implements {ol.style.LiteralPoint}
|
* @extends {ol.style.LiteralPoint}
|
||||||
* @param {ol.style.LiteralShapeConfig} config Symbolizer properties.
|
* @param {ol.style.LiteralShapeConfig} config Symbolizer properties.
|
||||||
*/
|
*/
|
||||||
ol.style.LiteralShape = function(config) {
|
ol.style.LiteralShape = function(config) {
|
||||||
@@ -50,3 +50,4 @@ ol.style.LiteralShape = function(config) {
|
|||||||
this.opacity = config.opacity;
|
this.opacity = config.opacity;
|
||||||
|
|
||||||
};
|
};
|
||||||
|
goog.inherits(ol.style.LiteralShape, ol.style.LiteralPoint);
|
||||||
|
|||||||
Reference in New Issue
Block a user