-
-
Notifications
You must be signed in to change notification settings - Fork 21
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
Points become little blue dots #40
Comments
This is most likely an issue with your rendering of map markers - unsure what else could be causing this issue without seeing the code. |
Sorry for my poor question, let me try to show you the whole implementation: im using the thing is - there is no latitudeDelta and longitudeDelta after changing position of maps camera, so I calculated myself.
my render is looks like:
and my ClusterAndMarkerPoint:
|
When I zoom-in or zoom-out, some points feels like trying to become cluster, but turn on into a little blue points.
![Снимок экрана 2024-03-12 в 11 32 35](https://private-user-images.githubusercontent.com/76592268/311998552-c2036ce7-e9b4-4e2f-970a-f61626d3fa63.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk1ODA3MDksIm5iZiI6MTczOTU4MDQwOSwicGF0aCI6Ii83NjU5MjI2OC8zMTE5OTg1NTItYzIwMzZjZTctZTliNC00ZTJmLTk3MGEtZjYxNjI2ZDNmYTYzLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTUlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE1VDAwNDY0OVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWJmNWM4MWFhNzM5MWRlMTE1MTEwYjVhMTgxOTBhOWY0MTkzYTIwNWQ4MTdkMGYzMGUyZTQ2ZGY5ODhjMmUyNDkmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.JXeOnPaRbnDP7I6ykM-ocIJXM3aFPamIswbx27VlEl4)
When I add key (as it shown in the example -
key={item.properties?.cluster_id ??
point-${item.properties?.id}
} - blue points appear, when I remove key - the issue is fix, but I guess that clusters and points re-render every map changing position.The text was updated successfully, but these errors were encountered: