Skip to main content

MapTips not working since upgrade to HTML 2.9.0

Comments

8 comments

  • Permanently deleted user
    Hmm.. they're still working for me. Is your site publicly accessible?
    0
  • Permanently deleted user
    Unfortunately, no.  What browser do you use?  I have tried in Chrome, Edge and IE.
    0
  • Permanently deleted user
    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
  • Permanently deleted user
    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
  • Permanently deleted user
    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
  • Permanently deleted user
    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
  • Permanently deleted user
    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
  • Permanently deleted user
    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=parcel

     

     
    0

Please sign in to leave a comment.