-
Notifications
You must be signed in to change notification settings - Fork 10
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
Unable to open a Popup via clicking on the Marker inside Cluster #5
Comments
Hey @debotos! Could you please provide a code example for this issue? |
Hey @stepankuzmin! Thanks for the response. |
Could you please provide a reproducible example for this issue? What are you trying to do? How do you render |
Here is the repo, https://github.com/debotos/urbica-react-map-gl |
In short, I want to show a popup when clicking on a particular marker at a low level(zoom in). |
I think that you have to move your Consider example: <MapGL ...>
<Cluster ...>
{data.map(this._renderMarker)}
</Cluster>
{gotUserLocation && this._renderUserLocation()}
{this._renderPopup()}
</MapGL> |
Hey @stepankuzmin! |
Hey @stepankuzmin! |
Inside Cluster, a popup doesn't open if I click on a marker.
When I am zoomed and at that point, there is no cluster point only the marker then if I click on the marker it should open a popup(i setup an onClick listener in Marker child component)
The text was updated successfully, but these errors were encountered: