Loading views...

dirty count error pvr

Date
Date
2020 Feb 11 0:0
Created by
Created by
Seonglae ChoSeonglae Cho
Created time
Created time
2023 Feb 28 12:39
Last edited by
Last edited by
Seonglae ChoSeonglae Cho
Last edited time
Last edited time
2023 Mar 28 8:6
Refs
Refs

getpvr putpvr


복붙 간단
 
 

edit dirty


이건도 간단 DIRTY TRUE 로 바꿔줌
 

blackmarker


각자색깔 나누기 말고 글자로 하기로 함
dirtyText: new ol.style.Style({ text: new ol.style.Text({ text: 'D', fill: styles.prop.sWhite }) }),
 
 
if (pvr.Dirty) styleArray.push(styles.dirtyText)
 
  • dirty count error
function pvrCount(node){ if(node.Hidden) CountHidden++ if (node.Hidden === MIA) CountMIA++ // true == 1, true !== 1 if (node.Dirty == true) CountDirty++ }
legacy code 가 1이라서 후..
 
divide pvrStyle
안에 사용이 많아서 긴 함수로 두는게 맞는듯
remove maked pano flag when removed
 

배포


 
 
 
 
 

나머지


여러 relation 뭐임
가끔 event 안댐 포커싱 때문?
 
 
 
 
 

Recommendations