#3328: Reformatted details.
This commit is contained in:
@@ -332,10 +332,12 @@ describe('ol.format.WFS', function() {
|
|||||||
describe('when writing out a Transaction request', function() {
|
describe('when writing out a Transaction request', function() {
|
||||||
var text;
|
var text;
|
||||||
before(function(done) {
|
before(function(done) {
|
||||||
afterLoadText('spec/ol/format/wfs/TransactionUpdateMultiGeoms.xml', function(xml) {
|
afterLoadText('spec/ol/format/wfs/TransactionUpdateMultiGeoms.xml',
|
||||||
text = xml;
|
function(xml) {
|
||||||
done();
|
text = xml;
|
||||||
});
|
done();
|
||||||
|
}
|
||||||
|
);
|
||||||
});
|
});
|
||||||
|
|
||||||
it('handles multiple geometries', function() {
|
it('handles multiple geometries', function() {
|
||||||
@@ -349,7 +351,7 @@ describe('ol.format.WFS', function() {
|
|||||||
[-12240318, 6507071],
|
[-12240318, 6507071],
|
||||||
[-12416429, 6604910]
|
[-12416429, 6604910]
|
||||||
]]));
|
]]));
|
||||||
updateFeature.set('geom2',new ol.geom.MultiLineString([[
|
updateFeature.set('geom2', new ol.geom.MultiLineString([[
|
||||||
[-12000000, 6700000],
|
[-12000000, 6700000],
|
||||||
[-12000001, 6700001],
|
[-12000001, 6700001],
|
||||||
[-12000002, 6700002]
|
[-12000002, 6700002]
|
||||||
|
|||||||
Reference in New Issue
Block a user