Merge pull request #6466 from tchandelle/kml-test

Small XML error in KML test
This commit is contained in:
Frédéric Junod
2017-02-08 13:40:41 +01:00
committed by GitHub

View File

@@ -1634,7 +1634,7 @@ describe('ol.format.KML', function() {
' <Data name="country">' +
' <displayName>Country</displayName>' +
' <value>United-Kingdom</value>' +
' /Data>' +
' </Data>' +
' </ExtendedData>' +
' </Placemark>' +
'</kml>';