Help with the Feature Tooltips Codegallery Sample?
Hello all,
I'm trying to integrate the feature tooltips functionality from the code gallery (https://support.geocortex.com/feature-tooltips) into my GVH 2.2 viewer, and can't seem to get things to work. I have followed the instructions provided, and the firebug console shows that the FeatureTooltips library is downloaded and the module is initialized when the viewer loads. The module's layer name property is set to the name of our Property Boundaries layer, and yet when I hover over a property no tooltip appears?
Has anyone else been successful in getting the code gallery sample to work?
Cheers,
Matthew
-
Thanks Jonathan,
I've placed the CSS in the proper file, but I'm still not getting anything showing up. Any tips on how I could troubleshoot further?
I'm using a feature layer with the name "Property Boundaries", and for now am just trying to get a popup to appear with its PID. Here's my configuration from the desktop.js file:
{
"libraryId" : "FeatureTooltips",
"moduleName" : "FeatureTooltipsModule",
"moduleType" : "latitudeDemos.featureTooltipsModule",
"configuration" : {
"layers" : [ {
"name" : "Property Boundaries",
"color" : "rgba(255,0,0,0.8)",
"maptip" : "%24%7BPID%7D"
} ],
"fields" : [ {
"name" : "",
"fieldtype" : ""
} ]
}
},/customer/servlet/servlet.FileDownload?file=00P6000000eltkLEAQ
Cheers,
Matthew
0 -
I am experiencing the same thing. I see FeatureTooltips library is downloaded and the module is initialized when the viewer loads but no ToolTips appear when I hover over a feature. Any update on this?
Thank you.
Gary
0 -
Is it possible to use feature tool tips while clustering is enabled? The tool tips no longer function if clustering is enabled. 0
Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.
Kommentare
3 Kommentare