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

[iOS] Map markers still visible on top of cluster after zooming out #13

Closed
henrymoulton opened this issue Aug 18, 2022 · 10 comments
Closed

Comments

@henrymoulton
Copy link

henrymoulton commented Aug 18, 2022

Untitled.mp4

Thanks for the library, it's really cool, I've noticed a bug with the example code, when you zoom back out the pins still appear. I'd expect the pins to disspear, right?

@JiriHoffmann
Copy link
Owner

Hmm... That is really odd! I've never seen this issue before and the same thing with the Google Maps issue. I'll try to take a look at it over the next weekend if I have some time.

@henrymoulton
Copy link
Author

@JiriHoffmann I've noticed your example is running "react-native-maps": "^0.29.4", while I'm running "react-native-maps": "1.1.0",, will take a look quickly...

@henrymoulton
Copy link
Author

Can confirm that your example does work so it's probably a problem on my end dependency wise

@henrymoulton
Copy link
Author

I'm running "react-native": "0.66.4", example is "react-native": "0.66.3", so most likely the maps discrepancy.

@JiriHoffmann
Copy link
Owner

Yeah, that definitely could be it, it seems to be an issue with rerendering on the map rather than the clustering itself

@henrymoulton
Copy link
Author

Looked into the release notes since 1.0 and couldn't see a good reason this would happen hmm.

@henrymoulton
Copy link
Author

There is some mentions of a new Google Maps renderer but can't obviously this is Apple Maps, any thoughts @JiriHoffmann ?

@henrymoulton
Copy link
Author

@JiriHoffmann I've noticed that sometimes with Storybook the clustering is fine and then when I turn off Storybook the map keeps default markers where there were previously clusters.

@henrymoulton
Copy link
Author

I do think this is a react-native-maps bug, but unsure how to further debug...

@henrymoulton
Copy link
Author

This turned out to be a bug with Reanimated.

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