다음 지도 relayout

* 카카오맵 - 약도서비스
* 한 페이지 내에 약도를 2개 이상 넣을 경우에는
* 약도의 수 만큼 소스를 새로 생성, 삽입해야 합니다.
  1. 약도 노드
    < div id=“daumRoughmapContainer1585876020881” class=“root_daum_roughmap root_daum_roughmap_landing”>

  2. 설치 스크립트
    < script charset=“UTF-8” class=“daum_roughmap_loader_script” src=“https://ssl.daumcdn.net/dmaps/map_js_init/roughmapLoader.js”>

  3. 실행 스크립트
    < script charset=“UTF-8”>
    new daum.roughmap.Lander({
    “timestamp” : “1585876020881”,
    “key” : “xs22”,
    “mapWidth” : “640”,
    “mapHeight” : “360”
    }).render();

지금 해당 스크립트로 지도 호출중인데 diplay:none → disply:block 되는 기능이 필요하여 지도 relayout 기능을 사용하고 싶은데 해당 소스에서 적용할 수 있는 방법이 있을까요?

아래 답변 참고해주세요.
https://devtalk.kakao.com/t/topic/123928/2?u=lea.ju