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'