Closed mrwillyees closed 2 years ago
Might found a bug/enhancement. If the search is performed programmatically, using the .commitSearch
function, the repeat search button will never be shown because there is a state that is only set based on a click done on the UI here. If this is a possible enhancement I can have a look at it.
Qt implementation missed a check before showing the "repeat search button". Implemented by keeping track of the last GeoView extent after every search commited, suggestion chosen, result chosen. This variable is compared with the current GeoView extent and if their diversity ratio > lastSearchArea => show repeat search button.