Rename the is3D option for WFS transaction into hasZ

This is more consistent with existing code.
This commit is contained in:
Julien Enselme
2017-04-20 10:19:13 +02:00
parent 4955097a52
commit e2af6b9d04
5 changed files with 39 additions and 39 deletions

View File

@@ -914,7 +914,7 @@ describe('ol.format.WFS', function() {
featureNS: 'http://www.openplans.org/topp',
featureType: 'states',
featurePrefix: 'topp',
is3D: true,
hasZ: true,
version: '1.0.0'
});
@@ -954,7 +954,7 @@ describe('ol.format.WFS', function() {
var serialized = format.writeTransaction(inserts, updates, null, {
featureNS: 'http://www.openplans.org/topp',
featureType: 'states',
is3D: true,
hasZ: true,
featurePrefix: 'topp'
});
expect(serialized).to.xmleql(ol.xml.parse(text));