3liz / lizmap-plugin

Lizmap plugin for QGIS, allowing to publish QGIS maps to Lizmap Web Client
https://www.lizmap.com/
GNU General Public License v2.0
63 stars 31 forks source link

update html tooltip to handle bootstrap 5 tabs #604

Closed mind84 closed 2 months ago

mind84 commented 2 months ago
Gustry commented 2 months ago

Following discussion from https://github.com/3liz/qgis-lizmap-server-plugin/pull/87 we need to check how to handle the migration from BS2 to BS5, from the user point of view. The HTML is included in the QGS project itself.

The plugin is used for all LWC version for now.

Gustry commented 2 months ago

@mind84 I fixed tests. We can choose to generate either BS2 or BS5 tabs. I will add a test later.

A flag in the URL on the server side will be used.

mind84 commented 2 months ago

Thanks