Merge pull request #7133 from Sol1du2/issue/6991/WFSWriteDimension

Issue/6991/WFS Write Dimension
This commit is contained in:
Bart van den Eijnden
2017-08-29 09:57:44 +02:00
committed by GitHub
9 changed files with 97 additions and 62 deletions

View File

@@ -525,7 +525,7 @@ describe('ol.format.WFS', function() {
' <gml:Polygon xmlns:gml="http://www.opengis.net/gml">' +
' <gml:exterior>' +
' <gml:LinearRing>' +
' <gml:posList>' +
' <gml:posList srsDimension="2">' +
' 10 20 10 25 15 25 15 20 10 20' +
' </gml:posList>' +
' </gml:LinearRing>' +
@@ -562,7 +562,7 @@ describe('ol.format.WFS', function() {
' <gml:Polygon xmlns:gml="http://www.opengis.net/gml">' +
' <gml:exterior>' +
' <gml:LinearRing>' +
' <gml:posList>' +
' <gml:posList srsDimension="2">' +
' 10 20 10 25 15 25 15 20 10 20' +
' </gml:posList>' +
' </gml:LinearRing>' +