-
Notifications
You must be signed in to change notification settings - Fork 29
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
Upon passing Marker="true" into geocoder, no point appears #97
Comments
Hi @andrewshrout, the |
Ah thank you. That was a dumb mistake on my part. However, even after changing it to marker={true}, it still doesn't leave a marker. The same behavior is true if I don't add the prop at all. I realize this package isn't often used with deck.gl but do you have any idea why this might be? |
hmmmm... try removing the |
That worked perfectly. Thanks so much for spending the time to help me out! Really appreciate it. |
Expected Behavior
When marker="true", a pin appears upon search.
Actual behavior
Map transitions to the point, but no pin appears.
Context
Hard to replicate exactly what happens in a code sandbox as I'm developing in NextJS, and I've embedded the geocoder into deck.gl, but I cannot get a marker to render onto the map. The geocoder works, though I had to use the reference to put a search box over the Deck.gl component on the top. However the pin doesn't render on the static map. Do you have any ideas why this is or how I might be able to debug it? Thanks!
Map.js
NOTE: (I handle state / data with hooks in the parent component)
The text was updated successfully, but these errors were encountered: