Fix closing tag in gml tests

This commit is contained in:
Frederic Junod
2017-03-21 14:55:41 +01:00
parent 14c78a138a
commit 7aa6d6350a

View File

@@ -151,7 +151,7 @@ describe('ol.format.GML2', function() {
' </coordinates>' +
' </LineString>' +
' </geometry>' +
' </lines>';
' </layer>';
var feature = new ol.Feature({
geometry: new ol.geom.LineString([[1.1, 2], [3, 4.2]])