How do i make themesConfig.json pick the extent defined in the qgs file and have it center the extent instead of centering the entire map, which leaves the extent a drift to the right of the viewport?
Tried editing the config.json file to no avail? Alternatively where would I pass $st parameter on default load of page so it loads the search result by default on visiting the client?
The themesConfig.js script (or the counterpart in the qwc-config-generator) will read the extent specified in the QGIS project properties if one is set:
How do i make
themesConfig.json
pick the extent defined in the qgs file and have it center the extent instead of centering the entire map, which leaves theextent
a drift to the right of the viewport?Tried editing the
config.json
file to no avail? Alternatively where would I pass$st
parameter on default load of page so it loads thesearch result
by default on visiting the client?