Fix closing tag in gml tests
This commit is contained in:
@@ -151,7 +151,7 @@ describe('ol.format.GML2', function() {
|
|||||||
' </coordinates>' +
|
' </coordinates>' +
|
||||||
' </LineString>' +
|
' </LineString>' +
|
||||||
' </geometry>' +
|
' </geometry>' +
|
||||||
' </lines>';
|
' </layer>';
|
||||||
|
|
||||||
var feature = new ol.Feature({
|
var feature = new ol.Feature({
|
||||||
geometry: new ol.geom.LineString([[1.1, 2], [3, 4.2]])
|
geometry: new ol.geom.LineString([[1.1, 2], [3, 4.2]])
|
||||||
|
|||||||
Reference in New Issue
Block a user