Read Icon hrefs as URIs

This commit is contained in:
Tom Payne
2014-02-26 16:44:10 +01:00
parent b3c527166d
commit 7bbef0f0ea

View File

@@ -1156,7 +1156,7 @@ ol.format.KML.GEOMETRY_FLAT_COORDINATES_PARSERS_ = ol.xml.makeParsersNS(
*/ */
ol.format.KML.ICON_PARSERS_ = ol.xml.makeParsersNS( ol.format.KML.ICON_PARSERS_ = ol.xml.makeParsersNS(
ol.format.KML.NAMESPACE_URIS_, { ol.format.KML.NAMESPACE_URIS_, {
'href': ol.xml.makeObjectPropertySetter(ol.format.XSD.readString) 'href': ol.xml.makeObjectPropertySetter(ol.format.KML.readURI_)
}); });