This commit is contained in:
Tim Schaub
2013-08-15 13:54:37 -04:00
parent 966034e4f7
commit af1cd64018
5 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -691,7 +691,7 @@ ol.parser.KML = function(opt_options) {
'IconStyle': function(obj) {
var node = this.createElementNS('IconStyle');
this.setAttributeNS(node, null, 'id', obj.id);
this.writeNode('Icon',
this.writeNode('Icon',
obj.symbolizer.createLiteral(ol.geom.GeometryType.POINT).url,
null, node);
return node;