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

Tooltip for point objects in pan mode #1488

Open VolkerDr opened 1 year ago

VolkerDr commented 1 year ago

MG 4.0 Beta, react layout 0.14.9 Tooltip dont work for point objects in pan mode:

pan mode: { "FeatureInformation": { "FeatureSet": [ { "@xmlns:xsi": [ "http://www.w3.org/2001/XMLSchema-instance" ], "@xsi:noNamespaceSchemaLocation": [ "FeatureSet-1.0.0.xsd" ] } ], "Hyperlink": null, "InlineSelectionImage": null, "SelectedFeatures": null, "Tooltip": null } } same point object in select mode: { "FeatureInformation": { "FeatureSet": [ { "@xmlns:xsi": [ "http://www.w3.org/2001/XMLSchema-instance" ], "@xsi:noNamespaceSchemaLocation": [ "FeatureSet-1.0.0.xsd" ], "Layer": [ { "@id": [ "8b758bfc-6747-11ee-8003-080027d5c218" ], "Class": [ { "@id": [ "public:table1" ], "ID": [ "FwAAAA==" ] } ] } ] } ], "Hyperlink": null, "InlineSelectionImage": null, "SelectedFeatures": null, "Tooltip": [ "TOOLTIP" ] } }

It works for polygons.