Add text replay skeleton

This commit is contained in:
Tom Payne
2013-11-14 02:28:54 +01:00
parent c7600b2cbc
commit a2603e424f
4 changed files with 21 additions and 1 deletions
+2 -1
View File
@@ -10,7 +10,8 @@ goog.require('ol.render.IRender');
ol.render.ReplayType = {
IMAGE: 'Image',
LINE_STRING: 'LineString',
POLYGON: 'Polygon'
POLYGON: 'Polygon',
TEXT: 'Text'
};