From c8fe33aec8335097ee98ce764002e9182f68dea1 Mon Sep 17 00:00:00 2001 From: nboisteault Date: Tue, 1 Oct 2024 16:39:07 +0200 Subject: [PATCH 1/3] BS5: add `form-select` class to { mainLizmap.state.baseLayers.selectedBaseLayerName = event.target.value }}> + { this.displayUnit = event.target.value }}> + { this.printTemplate = event.target.value }}> + - { this.printScale = parseInt(event.target.value) }}> ${this._printScales.map( scale => html``)} @@ -157,7 +157,7 @@ export default class Print extends HTMLElement { ${this.printDPIs.length > 1 ? keyed(this.defaultDPI, html` `) : ''} @@ -184,7 +184,7 @@ export default class Print extends HTMLElement {
${this.printFormats.length > 1 ? keyed(this.defaultFormat, html` - { this._printFormat = event.target.value }}> ${this.printFormats.map( format => html``)} `) : ''} diff --git a/assets/src/components/SelectionTool.js b/assets/src/components/SelectionTool.js index d440f659f2..4e2ec0a136 100644 --- a/assets/src/components/SelectionTool.js +++ b/assets/src/components/SelectionTool.js @@ -33,7 +33,7 @@ export default class SelectionTool extends HTMLElement {