12 lines
192 B
JavaScript
12 lines
192 B
JavaScript
goog.provide('ol.style.LiteralPoint');
|
|
|
|
goog.require('ol.style.LiteralSymbolizer');
|
|
|
|
|
|
|
|
/**
|
|
* @interface
|
|
* @implements {ol.style.LiteralSymbolizer}
|
|
*/
|
|
ol.style.LiteralPoint = function() {};
|