MapTips not working since upgrade to HTML 2.9.0
I just upgraded from Essentials 4.6.3/HTML 2.7.2 to Essentials 4.8.0/HTML 2.9.0. Since he upgrade, my MapTips are no longer working in my upgraded site. It is configured properly in Manager/site.xml. Has this happened to anyone else?
0
-
Hmm.. they're still working for me. Is your site publicly accessible? 0 -
Unfortunately, no. What browser do you use? I have tried in Chrome, Edge and IE. 0 -
Not working how? Just nothing? An error? Formatted improperly?
I know that a bunch of stuff that I had done stopped being formatted correctly when I went to 2.8.x - I had previously removed <div>, etc, since it seemed to work better with just how it was placed. So now they have fixed that issue, but all my modifications need to be reverted back to the default. Or at least I've found that using <br> seems to work well with both maptips and results.0 -
Nada. As if it was not enabled. This is what I have tried:
1 - disable, re-enable
2 - remove all of my formatting and replace with a single field displayed
3 - reviewed the site.xml to see if there is some sort of disconnect between Manager and the xml
It worked prior to upgrade and since the upgrade no MapTips.0 -
Did you notice that they changed a bit what is used in the MapTip? On the Look and Feel tab when editing the Viewer. Make sure those are filled for maptip? 0 -
It has something to do with some things that I moved aroind in the desktop.json. I changed the Results module to ShowResultsTable instead of ShowResultsList. It looks like the MapTips open inside the ResultsList now, so I just need to find where I change that to a new region. 0 -
OK, I got it. I had to add something to the desktop.json to invoke the maptips from the click on the table:
{
"name": "ResultsTableFeatureClickedBehavior",
"event": "ResultsTableFeatureClickedEvent",
"commands": [
"ShowMapTip",
"ZoomToFeature",
"HighlightFeatureDefault"
]
},
This was in an older version of my desktop.json. Not sure why the upgrade made that disappear, but it’s fixed now.0 -
Yes, I actually do that on purpose in some of my sites - have maptip display as result; makes things more consistent on simple sites:
https://maps.srcity.org/Html5Viewer/Index.html?viewer=parcel0
Please sign in to leave a comment.
Comments
8 comments