-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[191208] Naver map 버전 업그레이드 #130
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
… into feat/MatchMap_v2
마우스 라벨링 오버 이슈: 1. 지역구에 마우스 오버시 해당 이름 마커 생성. 2. 생성된 마커에 마우스 오버시 지역구 마우스 아웃 이벤트 발생. 3. 마커가 사라짐. 4. 마커가 사라지는 동시에 다시 지역구 마우스 오버 이벤트 발생. 1~4가 반복되면서 계속해서 깜빡이는 현상 발생. 해당 이슈를 해결하기 위해 다음과 같은 방법 사용 1. 마우스 아웃 이벤트에서 마커를 없애지 않고 다른 지역구에 마우스 오버시에 마커를 삭제. 2. 마커에도 마우스 오버와 아웃 이벤트(지역구와 동일한 이벤트)를 등록. 3. 지도 전체에 마우스 무브 이벤트를 등록하여, 지역구 외의 지도에 마우스가 있을 경우, 현재 있는 마커 삭제.
기존 이름 마커의 위치는 지역구 가운데 위치. 하지만 이는 지역구의 가장 긴 너비와, 높이를 기준으로 만들어진 사각형의 가운데이므로 실제 지역구 모양의 가운데와다르고, 가운데라더라도 이름 마커가 지역구 안으로 들어가지 않는이슈가 존재 따라서 이름 마커를 지역구별 맞는 위치로 수정.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
관련 이슈
개발 내용 요약