General purpose canvas renderer

Currently only renders points as circles.  Eventually will have methods for other geometry types and other symbolizer types.  Also provides static methods to render point symbolizers (returning a canvas that can be drawn on another).
This commit is contained in:
Tim Schaub
2013-01-18 17:22:07 -07:00
parent b92fdaf911
commit 140e9ba355
2 changed files with 100 additions and 30 deletions
+1 -1
View File
@@ -6,6 +6,6 @@ goog.require('ol.style.LiteralSymbolizer');
/**
* @interface
* @implements {ol.style.LiteralSymbolizer}
* @extends {ol.style.LiteralSymbolizer}
*/
ol.style.LiteralPoint = function() {};