Giter Site home page Giter Site logo

Comments (10)

Shin-JaeHeon avatar Shin-JaeHeon commented on June 22, 2024

최초 로딩 이후 오브젝트가 추가 되는 경우 로드되지 않는 오류를 확인하여 현재 수정 중에 있습니다.
불편을 끼쳐 죄송합니다. 새로운 버전이 업데이트 되면 다시 알려드리겠습니다.

from vue-naver-maps.

Shin-JaeHeon avatar Shin-JaeHeon commented on June 22, 2024

위의 '최초 로딩 이후 오브젝트가 추가 되는 경우 로드되지 않는 오류'는 수정되어 0.10.19로 배포 중입니다. b98e607
현재는 마커 컴포넌트를 제거해도 지도상에서는 사라지지 않는 오류를 수정 중에 있습니다.

from vue-naver-maps.

ViewDidLoad avatar ViewDidLoad commented on June 22, 2024

조치가 거의 실시간이네요.
정말 고맙습니다. ㅎㅎ
기왕 조치하시는 김에 하나 더 있습니다.
zoomControlOptions: {
position: 1
}

position: 2 <- 이 숫자를 바꾸면 지도 줌 컨트롤의 위치가 바뀌어야 하는데 바뀌지 않습니다.
이것도 좀 봐주세요.

from vue-naver-maps.

Shin-JaeHeon avatar Shin-JaeHeon commented on June 22, 2024

'마커 컴포넌트를 제거해도 지도상에서는 사라지지 않는 오류'를 수정해서 0.10.20으로 배포했습니다. 9bc8819
해당 이슈도 확인해보겠습니다.

from vue-naver-maps.

Shin-JaeHeon avatar Shin-JaeHeon commented on June 22, 2024

'지도 설정 객체를 변경해도 적용되지 않는 오류'를 수정해서 0.10.21로 배포했습니다. 9f0456a
추가적으로 문제가 더 있으시다면, 이슈를 다시 열어 주시거나, 새 이슈를 달아주시면 감사하겠습니다.

from vue-naver-maps.

ViewDidLoad avatar ViewDidLoad commented on June 22, 2024

해당오류는 조치 되었으나 마커를 초기화 하고 새로 추가하면 잘 작동되나 마커 바로 밑에 인포원도는 적용이 되지 않는거 같습니다. 번거롭게 하는거 같아 죄송합니다.

from vue-naver-maps.

Shin-JaeHeon avatar Shin-JaeHeon commented on June 22, 2024

인포 윈도우가 적용되지 않는다는 게 무슨 의미인가요?

from vue-naver-maps.

ViewDidLoad avatar ViewDidLoad commented on June 22, 2024
<div v-for="mark in marker_coords" :key="mark.index"> 
        <naver-marker :lat="mark.lat" :lng="mark.lng" @click="onMarkerClicked(mark.index)" @load="onMarkerLoad"/>
        <naver-info-window :isOpen="isOpen" :marker="marker" @load="onInfoLoad" >
          <h3>{{ info_msg }}</h3>
        </naver-info-window>
      </div>

여기 마커 밑에 인포윈도가 있으며 위에 마커를 이곳에서 바인드 되어 있는데요.
marker_coords 배열을 초기화 한 후 다시 생성시키면 마커는 정확한 위치에 생성이 되는데요.
아래 인포윈도우는 이전의 마커 위치에 생성이 되고 있습니다.
인포윈도의 마커 바인드가 실시간으로 적용되지 않는거 같습니다.

from vue-naver-maps.

Shin-JaeHeon avatar Shin-JaeHeon commented on June 22, 2024

확인해보겠습니다.

from vue-naver-maps.

ViewDidLoad avatar ViewDidLoad commented on June 22, 2024

제가 오타 났었네요. 죄송합니다.
info-window 의 마커를 바인드 하는 부분에 오타가 났네요.
:marker="mark" 이렇게 넣어야 하는데요.
고맙습니다. 잘 됩니다.

from vue-naver-maps.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.