Skip to content

Commit 2f67f90

Browse files
author
chenguanglin
committed
【bug】制作迁徙图,编辑和分享状态的样式不一致
review by zhaoq
1 parent b78b0cc commit 2f67f90

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/openlayers/mapping/WebMap.js

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3807,6 +3807,7 @@ export class WebMap extends Observable {
38073807
name: 'line-series',
38083808
type: 'lines',
38093809
zlevel: 1,
3810+
silent: true,
38103811
effect: {
38113812
show: animationSetting.show,
38123813
constantSpeed: animationSetting.constantSpeed,
@@ -3828,8 +3829,8 @@ export class WebMap extends Observable {
38283829
];
38293830

38303831
if (lineData.length > MAX_MIGRATION_ANIMATION_COUNT) {
3831-
linesSeries[0].large = true;
3832-
linesSeries[0].largeThreshold = 100;
3832+
// linesSeries[0].large = true;
3833+
// linesSeries[0].largeThreshold = 100;
38333834
linesSeries[0].blendMode = 'lighter';
38343835
}
38353836

@@ -3852,6 +3853,7 @@ export class WebMap extends Observable {
38523853
name: 'point-series',
38533854
coordinateSystem: 'geo',
38543855
zlevel: 2,
3856+
silent: true,
38553857
label: {
38563858
normal: {
38573859
show: labelSetting.show,

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy