Open VolkerDr opened 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.
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.