Going with point, line, and polygon symbolizers
Separate fill and stroke symbolizers make a nicer API, but less efficient rendering
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
goog.provide('ol.style.LiteralPoint');
|
||||
|
||||
goog.require('ol.style.LiteralSymbolizer');
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* @interface
|
||||
* @implements {ol.style.LiteralSymbolizer}
|
||||
*/
|
||||
ol.style.LiteralPoint = function() {};
|
||||
Reference in New Issue
Block a user