Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d2f384 commit 1cb36a7Copy full SHA for 1cb36a7
test/functional/source_stream_wfs_25d.js
@@ -14,7 +14,7 @@ describe('source_stream_wfs_25d', function _() {
14
// Test picking a feature geometry property from `wfsBuilding` layer.
15
// Picking is done at the given screen coordinates.
16
const buildingId = await page.evaluate(() => picking({ x: 97, y: 213 }));
17
- assert.equal(buildingId.geojson.id, 'batiment.172147');
+ assert.equal(buildingId.geojson.id, 'batiment.46260502');
18
});
19
it('should remove GeometryLayer', async () => {
20
const countGeometryLayerStart = await page.evaluate(() => view.getLayers(l => l.isGeometryLayer).length);
0 commit comments