Separate literals from symbolizers
This commit is contained in:
@@ -1,22 +1,7 @@
|
||||
goog.provide('ol.style.Symbolizer');
|
||||
goog.provide('ol.style.Literal');
|
||||
|
||||
goog.require('ol.Feature');
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* @constructor
|
||||
*/
|
||||
ol.style.Literal = function() {};
|
||||
|
||||
|
||||
/**
|
||||
* @param {ol.style.Literal} symbolizerLiteral Symbolizer literal to
|
||||
* compare to.
|
||||
* @return {boolean} Is the passed symbolizer literal equal to this instance?
|
||||
*/
|
||||
ol.style.Literal.prototype.equals = goog.abstractMethod;
|
||||
goog.require('ol.style.Literal');
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user