From 185bb22834655cfd32f844cae509cceead84800d Mon Sep 17 00:00:00 2001 From: xiongjj Date: Tue, 26 Nov 2024 17:30:57 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90ut=E3=80=91fix=20ut?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- test/mapboxgl/mapping/WebMapV2Spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/mapboxgl/mapping/WebMapV2Spec.js b/test/mapboxgl/mapping/WebMapV2Spec.js index 9347196fd..d63b1fa7c 100644 --- a/test/mapboxgl/mapping/WebMapV2Spec.js +++ b/test/mapboxgl/mapping/WebMapV2Spec.js @@ -1431,7 +1431,7 @@ describe('mapboxgl_WebMapV2', () => { const callback = function (data) { const spy = spyOn(datavizWebmap._handler, 'transformFeatures').and.callThrough(); datavizWebmap.updateOverlayLayer( - { id: 'test', projection: 'EPSG:3857' }, + { id: uniqueLayer_polygon.layers[0].name, projection: 'EPSG:3857' }, { type: 'FeatureCollection', features: [{ type: 'Feature', geometry: { type: 'Point', coordinates: [110, 10] } }]