jumpinjackie / mapguide-react-layout

An openlayers-based modern map viewer for MapGuide
https://jumpinjackie.github.io/mapguide-react-layout/
MIT License
62 stars 13 forks source link

React viewer status bar selection display do not incorporate programmatic selections, only mouse operations selections #1445

Open jumpinjackie opened 1 year ago

jumpinjackie commented 1 year ago

Example results of a selection 419 polygons and 175 line entities selected from an operation starting with 1 entity. UI reports 1 feature selected in 1 layer.

React_Selection

jumpinjackie commented 1 year ago

The issue is due to programmatic backend selection done without a client-side SetSelectionXML call afterwards.

We could try to support such a scenario in the future, but the workaround of "just call the SetSelectionXML() aftewards" is suitable enough for now.

Moving back milestone