Fix closing tag in gml tests
This commit is contained in:
@@ -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]])
|
||||
|
||||
Reference in New Issue
Block a user