Merge pull request #6616 from fredj/fix_gml_tests

Fix closing tag in gml tests
This commit is contained in:
Frédéric Junod
2017-03-21 15:24:21 +01:00
committed by GitHub

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]])