-
Notifications
You must be signed in to change notification settings - Fork 80
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
clicking search results in search box does not change the map #103
Comments
Same thing is hapening to me too. Did you find a fix? |
Not really still waiting for a fix |
I'm having the same issue too, is there any update on it?? |
Same issue here. Anyone found a solution? |
Same issue here |
I can indeed reproduce the problem. I'll try to work on it this week. |
Hello @Heyian The main issue occurs when I enable "searchBoxControl" in "mapControls" and start searching for a location. After selecting a location, the marker does not move to the chosen location and does not choose it as (lat, lng). Additionally, there are warnings regarding the compatibility of the Google Maps API, indicating the use of deprecated Google Maps markers and recommending the use of "google.maps.marker.AdvancedMarkerElement" instead. Please refer to the attached screenshot. |
Thank you for posting more details, this always helps. We're aware of the deprecated Markers and we'll have a solution when it gets discontinued. There are problems with the Advanced Marker that we need to fix first, so this won't be done in the short term. |
@Heyian |
After reviewing the JS code a bit, I noticed that the issue can be resolved by changing just this line of code in filament-google-maps-field.js. // Before: // After: |
clicking search results does not change the map, any idea what could be the issue?
The text was updated successfully, but these errors were encountered: