|
1 | | - |
| 1 | +> [!WARNING] |
| 2 | +> Since **Grafana >= 11.3.x** the location of the map tooltip breaks due to https://github.com/grafana/grafana/pull/89921, which makes the `<body>` the scrollable element (https://github.com/grafana/grafana/issues/89894). This had the effect of breaking the computation of tooltips on the map canvas (https://github.com/grafana/grafana/pull/94827). |
| 3 | +> |
| 4 | +> At the moment **Geomap WMS Panels of version 1.0.0, 1.0.1, 2.0.0 and 2.0.1** will experience these effects of wrong tooltips locations when using **Grafana >= 11.3.x**. |
| 5 | +> |
| 6 | +> Available fixes: |
| 7 | +> - [Release v1.0.2](https://github.com/felix-mu/geomap-wms-panel/releases/tag/v1.0.2) will fix the wrong tooltips locations for **Geomap WMS Panels of version 1.x**. Due to the restrictions of Grafana Labs it is currently (as of 13.11.2025) not possible to submit patches of older versions than the latest one, so this fix must be installed by configuring Grafana to install plugins from a zip file, e.g. `felixrelleum-geomapwms-panel@@https://github.com/felix-mu/geomap-wms-panel/releases/download/v1.0.2/felixrelleum-geomapwms-panel-1.0.2.zip`.\ |
| 8 | +> See the offical docs for how to install plugins from other sources than the Grafana Plugin Catalog ([configure docker](https://grafana.com/docs/grafana/latest/setup-grafana/configure-docker/), [configure-grafana](https://grafana.com/docs/grafana/latest/setup-grafana/configure-grafana/#plugins-1)). |
| 9 | +> ``` |
| 10 | +> ❌ wrong-plugin-version |
| 11 | +> |
| 12 | +> Plugin version 1.0.2 is invalid. |
| 13 | +> |
| 14 | +> Details: The submitted plugin version 1.0.2 is not greater than the latest published version 2.0.1 on grafana.com. |
| 15 | +> ``` |
| 16 | +> - **Ongoing**: Currently it is worked on a release v2.0.2 to fix the tooltip location for Geomap WMS Panel 2.x which also will be submitted to the Grafana Labs Plugin catalog to be available on official channels. \ |
| 17 | +> In the mean time the fixed plugin version for v2.x (-> 2.0.2) might be installed via URL pointing to the downloadable zip file of the release, e.g. `felixrelleum-geomapwms-panel@@https://github.com/felix-mu/geomap-wms-panel/releases/download/v2.0.2/felixrelleum-geomapwms-panel-2.0.2.zip` |
| 18 | +> > ℹ️ Note that the release artifacts of release 2.0.2 might not be stable as long as the plugin submission is not accepted by Grafana Labs, since Grafana Labs might request for minor changes due to their code rules |
| 19 | +<br> |
2 | 20 | <h1> |
3 | 21 | <img src="src/img/geomap-wms-logo.svg" width="150px"/> |
4 | 22 | Geomap WMS Panel Plugin |
@@ -302,4 +320,4 @@ See [Contributing guide](https://github.com/felix-mu/geomap-wms-panel/blob/main/ |
302 | 320 | - [Build tools for plugins](https://grafana.com/developers/plugin-tools/) |
303 | 321 | - [Create a panel plugin](https://grafana.com/docs/grafana/latest/developers/plugins/create-a-grafana-plugin/develop-a-plugin/build-a-panel-plugin/) |
304 | 322 | - [Sample plugins](https://github.com/grafana/grafana-plugin-examples/tree/main/examples) |
305 | | -- [Grafana UI catalog](https://developers.grafana.com/ui/latest/index.html) |
| 323 | +- [Grafana UI catalog](https://developers.grafana.com/ui/latest/index.html) |
0 commit comments