-
Notifications
You must be signed in to change notification settings - Fork 1
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
BUG Tooltip broken? #71
Comments
same here |
I am having the same problem of not seeing the tooltips. Also, at the same time some of my custom background layers are not visible. These background layers are using open source xyz tiles, and I have confirmed that none of them have any problems with the source. All of this has happened in the last day or so. What I have noticed since this started happening is that the leaflet credit display at the bottom of the map screen now has a yellow and blue flag-like icon. This is probably due to a change in the specifications of leaflet.js used to draw the map or a bug. |
I found a solution to the workaround for the custom basemap not showing up that I posted earlier: it seems that the xyz tile URLs have been changed to forcefully refuse to load without SSL (http without an “s”), so you can work around the problem by rewriting the URLs with SSL. |
Does anyone know if they will fix this, or let the free version "die", as they have released a pro version? |
These issues were caused by a patch to solve a security vulnerability. As it's been such a long time since the previous release, to submit the patch I've had to update a number of libraries, including the Power BI API. This has caused a couple of issues. I've now resolved these, and will submit an update to AppSource over the weekend. Microsoft will take another 2 weeks to review and publish the fix - I'm afraid I can't speed that up. It's not my intention to support the old Icon Map visual going forward, but obviously I don't want existing features breaking. @dontsu87 I'm afraid I can't do anything about the http links. HTTPS is now enforced for external resources, but it sounds like you've managed to resolve that. |
Thanks for your reply and effort James! :) |
@jamesdales |
@jamesdales |
Hello, |
Since Microsoft does not seem to be in a hurry to fix this issue, here is an alternative way to show tooltips with IconMap: |
When hoovering over tooltip in my map, only a blank box shows suddenly. Noticed same on the website example map.
The text was updated successfully, but these errors were encountered: