Skip to content

Commit

Permalink
GetFeatureInfo - Request with BootStrap5 instead of the default Boots…
Browse files Browse the repository at this point in the history
…trap2
  • Loading branch information
Gustry committed Sep 23, 2024
1 parent 7ae351b commit d929692
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lizmap/modules/lizmap/lib/Request/WMSRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -466,6 +466,9 @@ protected function process_getfeatureinfo()
$this->params['with_maptip'] = 'true';
// Always request geometry to QGIS server so we can decide if to use it later
$this->params['with_geometry'] = 'true';
// Starting from LWC 3.9, we need to request the maptip with Bootstrap 5
// TODO, remove later when the lizmapWebClientTargetVersion=30800 because all projects will be migrated.
$this->params['CSS_FRAMEWORK'] = 'BOOSTRAP5';

// Get remote data
$response = $this->request(true);
Expand Down

0 comments on commit d929692

Please sign in to comment.