#12743 Add support for Fragment response in GetFeatureInfo - #12744
#12743 Add support for Fragment response in GetFeatureInfo #12744Binabh wants to merge 2 commits into
Conversation
|
dear @Binabh I checked the code and the unitetests are fine when displaying the identify content in HTML. But there's a strange precision issue with the click identify. Peek.2026-08-06.15-49.mp4 |
|
@stefanocudini Thank you for your review. Yes this is pretty annoying and I also faced this. This seems to be issue with Lizmap threshold set using Lizmap QGIS plugin as seen here on page 57. I also tried to host lizmap project locally as that would give us control over tolerance value but it was very difficult to get the setup right for me. |
mmmh I understood, I actually tried to check the request and the bbox is quite large. I just saw the next PR: #12736 |
|
@stefanocudini Yes, My understanding here is that it is related to Lizmap config rather than Mapstore2. |
ok, please @Binabh check the align with master there seem to be some conflicts |
Description
Fixes for case when GetFeatureInfo sends fragment response
Please check if the PR fulfills these requirements
What kind of change does this PR introduce? (check one with "x", remove the others)
Issue
What is the current behavior?
#12743
What is the new behavior?
Fragment response from GetFeatureInfo are properly shown
Breaking change
Does this PR introduce a breaking change? (check one with "x", remove the other)