Initial spike on WFS 2.0

This commit is contained in:
Björn Harrtell
2020-08-09 22:36:41 +02:00
parent 82328fe2c1
commit d3041295a1
2 changed files with 168 additions and 46 deletions

View File

@@ -1376,7 +1376,8 @@ describe('ol.format.WFS', function () {
andFilter(
likeFilter('name', 'Mississippi*'),
equalToFilter('waterway', 'riverbank')
)
),
'1.1.0'
);
expect(serialized).to.xmleql(parse(text));
});