Transformed

This commit is contained in:
Tim Schaub
2017-12-11 16:29:33 -07:00
parent 1cdb6a66f0
commit 7f47883c48
737 changed files with 22216 additions and 21609 deletions
+6 -3
View File
@@ -1,9 +1,10 @@
goog.provide('ol.render.canvas.Instruction');
/**
* @module ol/render/canvas/Instruction
*/
/**
* @enum {number}
*/
ol.render.canvas.Instruction = {
var _ol_render_canvas_Instruction_ = {
BEGIN_GEOMETRY: 0,
BEGIN_PATH: 1,
CIRCLE: 2,
@@ -18,3 +19,5 @@ ol.render.canvas.Instruction = {
SET_STROKE_STYLE: 11,
STROKE: 12
};
export default _ol_render_canvas_Instruction_;