Loading views...
테스트 후 생긴이슈

테스트 후 생긴이슈

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 Apr 15 16:44
Refs
Refs
relation cut 경고
간단함 alert 수정
20개이상경고
간단함 alert 수정
지도누르면 팝업꺼짐
osm.startSelect.on('select', (e) => { // when Click Map(ol auto deselect) reAdd Selected if (e.selected.length === 0 && osm.startFeature) osm.startSelect.getFeatures().push(osm.startFeature) // Vanilla Select Register startFeature else osm.startFeature = e.selected[0] })
검색찾기
function clearStartSelect(){ /**` * @since called by clearSelected() only * @todo async - pvrwindow close is too slow */ // close Pano Window if (PvrViewerWindow && PvrViewerWindow.window){ console.log('', osm.startSelect.getFeatures()) let feature = osm.startSelect.getFeatures().getArray()[0] if (feature){ let pvr = feature.get('pvr') pvr.panoMaked = false } PvrViewerWindow.window.close() } osm.startSelect.getFeatures().clear() if (osm.searchFlag){ PvrViewerWindow = undefined $("#SelectPvrID1").val(osm.startPvr) osm.searchFlag = false } else osm.startPvr = PvrViewerWindow = undefined }
 
 
위성지도
window.setTimeout(() => { for (let child of mapEl.children){ if (child.textContent === '일반위성지형도겹쳐보기') $("body")[0].appendChild(child) } }, WAIT_TIME)
좀 더럽긴 하지만 밖으로 빼냈다 ui 가 살아있어서 좋은 방법 같기도 하고...
Difference between $(document.body) and $('body') JQuery
Thanks for contributing an answer to Stack Overflow! Please be sure to answer the question. Provide details and share your research! Asking for help, clarification, or responding to other answers. Making statements based on opinion; back them up with references or personal experience. To learn more, see our tips on writing great answers.
Difference between $(document.body) and $('body') JQuery
How to move all HTML element children to another parent using JavaScript?
Thanks for contributing an answer to Stack Overflow! Please be sure to answer the question. Provide details and share your research! Asking for help, clarification, or responding to other answers. Making statements based on opinion; back them up with references or personal experience. To learn more, see our tips on writing great answers.
How to move all HTML element children to another parent using JavaScript?
 
 
 
 

Recommendations