From aef94c8df8715d875c37536d574d294de02c1460 Mon Sep 17 00:00:00 2001 From: jianneng-fit2cloud Date: Wed, 15 Apr 2026 15:56:18 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E5=9C=B0=E5=9B=BE):=20=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E5=9C=A8=E6=95=B0=E6=8D=AE=E5=A4=A7=E5=B1=8F=E4=B8=AD=EF=BC=8C?= =?UTF-8?q?=E9=BB=98=E8=AE=A4=E5=9B=BE=E8=A1=A8=E5=B0=BA=E5=AF=B8=E6=97=A0?= =?UTF-8?q?=E6=B3=95=E6=98=BE=E7=A4=BA=E4=B8=96=E7=95=8C=E5=9C=B0=E5=9B=BE?= =?UTF-8?q?=E8=BE=B9=E7=95=8C=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../views/chart/components/js/panel/charts/map/bubble-map.ts | 1 + .../src/views/chart/components/js/panel/charts/map/map.ts | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/core/core-frontend/src/views/chart/components/js/panel/charts/map/bubble-map.ts b/core/core-frontend/src/views/chart/components/js/panel/charts/map/bubble-map.ts index 6855696f54..f5e5d50323 100644 --- a/core/core-frontend/src/views/chart/components/js/panel/charts/map/bubble-map.ts +++ b/core/core-frontend/src/views/chart/components/js/panel/charts/map/bubble-map.ts @@ -132,6 +132,7 @@ export class BubbleMap extends L7PlotChartView { } let options: ChoroplethOptions = { preserveDrawingBuffer: true, + minZoom: -2, map: { type: 'mapbox', style: 'blank' diff --git a/core/core-frontend/src/views/chart/components/js/panel/charts/map/map.ts b/core/core-frontend/src/views/chart/components/js/panel/charts/map/map.ts index 5f151c979c..550db20642 100644 --- a/core/core-frontend/src/views/chart/components/js/panel/charts/map/map.ts +++ b/core/core-frontend/src/views/chart/components/js/panel/charts/map/map.ts @@ -191,9 +191,11 @@ export class Map extends L7PlotChartView { } let options: ChoroplethOptions = { preserveDrawingBuffer: true, + minZoom: -2, map: { type: 'mapbox', - style: 'blank' + style: 'blank', + minZoom: -2 }, geoArea: { type: 'geojson'