mirror of
https://github.com/dataease/dataease.git
synced 2025-02-24 19:42:56 +08:00
fix: 修复地图导出图片,PDF出现区域空白问题
This commit is contained in:
parent
167f708ee6
commit
296c6de279
@ -78,6 +78,7 @@ export class Map extends L7PlotChartView<ChoroplethOptions, Choropleth> {
|
|||||||
}
|
}
|
||||||
const geoJson = cloneDeep(await getGeoJsonFile(areaId))
|
const geoJson = cloneDeep(await getGeoJsonFile(areaId))
|
||||||
let options: ChoroplethOptions = {
|
let options: ChoroplethOptions = {
|
||||||
|
preserveDrawingBuffer: true,
|
||||||
map: {
|
map: {
|
||||||
type: 'mapbox',
|
type: 'mapbox',
|
||||||
style: 'blank'
|
style: 'blank'
|
||||||
|
Loading…
Reference in New Issue
Block a user