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:
Tim Schaub
2013-01-18 17:20:10 -07:00
parent fd0a5f3622
commit b92fdaf911
6 changed files with 94 additions and 69 deletions
+11
View File
@@ -0,0 +1,11 @@
goog.provide('ol.style.LiteralPoint');
goog.require('ol.style.LiteralSymbolizer');
/**
* @interface
* @implements {ol.style.LiteralSymbolizer}
*/
ol.style.LiteralPoint = function() {};