From fd86d374812d482c28012764eee2e14577b62684 Mon Sep 17 00:00:00 2001 From: chenxianhui Date: Tue, 22 Aug 2023 10:59:35 +0800 Subject: [PATCH] =?UTF-8?q?ISVJ-6621=20=E5=9C=B0=E5=9B=BE=E5=9B=BE?= =?UTF-8?q?=E4=BE=8B=E9=83=A8=E5=88=86=E5=9B=BE=E5=B1=82=E4=B8=8D=E6=98=BE?= =?UTF-8?q?=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/mapboxgl/web-map/WebMapViewModel.ts | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/mapboxgl/web-map/WebMapViewModel.ts b/src/mapboxgl/web-map/WebMapViewModel.ts index 895b25fe..9c56da8a 100644 --- a/src/mapboxgl/web-map/WebMapViewModel.ts +++ b/src/mapboxgl/web-map/WebMapViewModel.ts @@ -1797,7 +1797,7 @@ export default class WebMapViewModel extends WebMapBase { features, '', '', - true, + false, defaultFilterExpression.length > 1 ? defaultFilterExpression : undefined ); } else if (style.type === 'IMAGE_POINT' || style.type === 'SVG_POINT') { @@ -1808,7 +1808,7 @@ export default class WebMapViewModel extends WebMapBase { features, '', '', - true, + false, defaultFilterExpression.length > 1 ? defaultFilterExpression : undefined ); } else { @@ -2711,4 +2711,3 @@ export default class WebMapViewModel extends WebMapBase { ); } } -