Skip to content

Commit 008ed3c

Browse files
author
ChenGuanglin
committed
【bug】 fix 修改系统屏幕文本缩放比例,graphicLayer还是偏移的问题 commit by chengl reviewed by gaozy
2 parents 1d1f8b9 + c24f7e7 commit 008ed3c

File tree

84 files changed

+309119
-402872
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

84 files changed

+309119
-402872
lines changed

build/deps.js

Lines changed: 215 additions & 180 deletions
Large diffs are not rendered by default.

build/webpack.config.mapboxgl.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ module.exports = {
2323
'three': 'function(){try{return THREE}catch(e){return {}}}()',
2424
'deck.gl': '(function(){try{return DeckGL}catch(e){return {}}})()',
2525
'luma.gl': '(function(){try{return luma}catch(e){return {}}})()',
26-
'webgl-debug': '(function(){try{return webgl-debug}catch(e){return {}}})()'
26+
'webgl-debug': '(function(){try{return webgl-debug}catch(e){return {}}})()',
27+
'xlsx': "function(){try{return XLSX}catch(e){return {}}}()"
2728
}),
2829

2930
module: {

build/webpack.config.openlayers.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ module.exports = {
2323
'ol-mapbox-style/stylefunction': "function(){try{return olms.stylefunction}catch(e){return {}}}()",
2424
'deck.gl': '(function(){try{return DeckGL}catch(e){return {}}})()',
2525
'luma.gl': '(function(){try{return luma}catch(e){return {}}})()',
26-
'webgl-debug': '(function(){try{return webgl-debug}catch(e){return {}}})()'
26+
'webgl-debug': '(function(){try{return webgl-debug}catch(e){return {}}})()',
27+
'xlsx': "function(){try{return XLSX}catch(e){return {}}}()"
2728
}),
2829

2930
module: {

0 commit comments

Comments
 (0)