-
Notifications
You must be signed in to change notification settings - Fork 256
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
Image inside the buttons are being rendered three times #435
Comments
Same here. |
I have taken a look at the google-map component code, but I haven't been able to easily figure out what is making those 3 images appear.
Note that |
The problem seems to have appeared when the google maps api has been updated from version 3.34 to 3.35. Styles for Pegman view fails from version 3.33. The icon sizes are better in version 3.34 so you can use this as a temporary solution. The styles starts to fail from version 3.35, the current latest version. You can use the version attribute to apply the previous version of the google map api as a temporary solution instead of using default version="3.exp". <google-map version="3.34"> Here is the link for google maps api version documentation. |
The ".gm-control-active" style classes injected into the document head by Google Maps are not applied properly. I think those styles should be inside the |
Created an issue on Google Maps for that case since I am having the same problem in my own web component (not Maybe this issue could also be closed since is not on |
This bug ist fixed for API version 3.35 with one of the latest Quartlery Updates: https://developers.google.com/maps/documentation/javascript/versions#quarterly-updates |
As mentioned @hellokatili this issue is no longer persists. |
The following buttons are not being rendered properly where the image inside the button are rendered three times.
They are broken in all versions after v2.0.0 to version v2.0.5 (latest version at this time).
See image below at the bottom right corner of the map as an example.
The text was updated successfully, but these errors were encountered: