Hotspot doesn't parse correctly
SpecialMike opened this issue ยท 2 comments
Styles containing a <hotSpot>
tag are not parsed correctly. This is being caused by:
A <hotSpot>
element is always empty, it holds its data in attributes (see the KML 2.3 schema, look for <element name="hotSpot"...
). This results in all <hotSpot>
elements to not be parsed, and the anchor of the rendered Marker is the default anchor.
I have a pull request ready to go to fix it, I just saw in the PR template that I should create an issue before submitting.
If you would like to upvote the priority of this issue, please comment below or react with ๐ so we can see what is popular when we triage.
@SpecialMike Thank you for opening this issue. ๐
Please check out these other resources that might help you get to a resolution in the meantime:
- Check the issue tracker - bugs and feature requests for Google Maps Platform APIs and SDKs
- Open a support case - Get 1:1 support in Cloud Console.
- Discord - chat with other developers
- StackOverflow - use the
google-maps
tag
This is an automated message, feel free to ignore.
๐ This issue has been resolved in version 3.8.1 ๐
The release is available on:
v3.8.1
- GitHub release
Your semantic-release bot ๐ฆ๐