Skip to content
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

[dev-1.0.3] iOS에서 기본 마커가 너무 작게 표시되는 문제 #130

Closed
note11g opened this issue Oct 22, 2023 · 6 comments
Closed

Comments

@note11g
Copy link
Owner

note11g commented Oct 22, 2023

[dev-1.0.3] iOS에서 기본 마커가 너무 작게 표시되는 문제 (Caused #126)

image image
@note11g
Copy link
Owner Author

note11g commented Oct 22, 2023

work branch: refix/#91

@note11g
Copy link
Owner Author

note11g commented Oct 22, 2023

marker.width = size.width > 0.0 ? size.width : marker.iconImage.imageWidth / UIScreen.main.scale
marker.height = size.height > 0.0 ? size.height : marker.iconImage.imageHeight / UIScreen.main.scale

icon이 있는지 여부 검사 필요

note11g added a commit that referenced this issue Oct 22, 2023
@note11g note11g changed the title [dev-1.0.3] iOS에서 기본 마커가 너무 작게 표시되는 문제 (Caused #126) [dev-1.0.3] iOS에서 기본 마커가 너무 작게 표시되는 문제 Oct 23, 2023
note11g added a commit that referenced this issue Oct 23, 2023
@Soogyo-In
Copy link
Contributor

@note11g refix/#91 브랜치에서 수정하여 PR 올리겠습니다.

@note11g
Copy link
Owner Author

note11g commented Oct 23, 2023

@Soogyo-In 일단 나름대로 수정은 했는데.. 해당(#130) 이슈에서 더 수정이 필요해보이는 사항이 있으신가요?

@Soogyo-In
Copy link
Contributor

Soogyo-In commented Oct 23, 2023

@note11g 아, 아닙니다. 착각했네요.

@note11g
Copy link
Owner Author

note11g commented Oct 23, 2023

@Soogyo-In 늦은 밤에도 감사드립니다..! 좋은 밤 되세요:)

@note11g note11g closed this as completed Oct 24, 2023
@note11g note11g mentioned this issue Jan 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants