Skip to content

Tooltip for point objects in pan mode  #1488

@VolkerDr

Description

@VolkerDr

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions