forked from github/dataease
Merge pull request #6783 from dataease/pr@dev-v2@fix_map-export
fix: 修复地图导出图片,PDF出现区域空白问题
This commit is contained in:
commit
2efb7db320
@ -78,6 +78,7 @@ export class Map extends L7PlotChartView<ChoroplethOptions, Choropleth> {
|
||||
}
|
||||
const geoJson = cloneDeep(await getGeoJsonFile(areaId))
|
||||
let options: ChoroplethOptions = {
|
||||
preserveDrawingBuffer: true,
|
||||
map: {
|
||||
type: 'mapbox',
|
||||
style: 'blank'
|
||||
|
Loading…
Reference in New Issue
Block a user