Good afternoon, old colleagues,
The jsorolla have a dependency to jquery ~2.2.4, for higher jquery when use a feaureRender not show a tooltip. The problem is with the jquery. In develop tool show a warning with a function getClientRects, this error is reported to jquery : https://github.com/jquery/jquery/issues/2804.
To use a higher jquery version, delete the text in bold in the featureRender file.
Good afternoon, old colleagues, The jsorolla have a dependency to jquery ~2.2.4, for higher jquery when use a feaureRender not show a tooltip. The problem is with the jquery. In develop tool show a warning with a function getClientRects, this error is reported to jquery : https://github.com/jquery/jquery/issues/2804. To use a higher jquery version, delete the text in bold in the featureRender file.
if ("tooltipText" in this) { $(featureGroup).qtip({ content: {text: tooltipText, title: tooltipTitle}, position: {viewport: $(window), target: "mouse", adjust: {x: 25, y: 15}}, style: {width: true, classes: this.toolTipfontClass + " ui-tooltip ui-tooltip-shadow"}, show: {delay: 300}, hide: {delay: 300} }); }