Zum Hauptinhalt gehen

Weird Map Tips

Kommentare

8 Kommentare

  • Jared Burkholder

    I am seeing the same kinds of things happen with maptips.  Did you ever find a solution?

    0
  • Permanently deleted user

    Yes, I stopped using them.  I changed the click event in the JSON file to do an identify instead.  Works well, I think.

    http://agsmaps.ci.santa-rosa.ca.us/Geocortex/Essentials/REST/sites/PublicHTML5/viewers/PHTML5/virtualdirectory/Index.html

    }, {

     

                "moduleName" : "Results",

     

                "moduleType" : "geocortex.essentialsHtmlViewer.mapping.modules.results.ResultsModule",

     

                "configuration" : {

     

                    "resultMappings" : {

     

                        "Identify" : [ "ShowResultsList" ],

     

                        "MapTip" : [ "ShowResultsList" ],

     

                        "Workflow" : [ "ShowResultsList" ],

     

                        "Search" : [ "ShowResultsList" ]

     

                    },

     

                    "eventMappings" : {

     

                        "ResultsListFeatureClickedEvent" : [ "ShowFeatureDetails", "ZoomToFeature" ],

     

                        "ResultsListFeaturePressedEvent" : [ "ShowFeatureDetails", "ZoomToFeature" ],

     

                        "ResultsTableFeatureClickedEvent" : [ "ShowMapTip", "ZoomToFeature" ],

     

                        "ResultsTableFeaturePressedEvent" : [ "ShowMapTip", "ZoomToFeature" ]

     

                    }
    0
  • Permanently deleted user

    Hello Mike, 

    I'm on the HTML5 team at Latitude, and I'd like to look into this problem. Is the behavior for the site you mentioned?

    - Jamie

    0
  • Permanently deleted user

    Yes, but I'm no longer using map tips...  If you like, I could set it back, and see if it is still having issues...

    0
  • Permanently deleted user

    Thanks Mike but that isn't necessary. If that was the site you were having issues with, I could set up a viewer with the maptips configured at my side and have a look.

    0
  • Jared Burkholder

    Thanks Mike for the quick response.  I will use your suggestion.  Jamie please let me know if you see anything that will resolve these issues.

    Jared

    0
  • Permanently deleted user

    Yes, this is the site that I was having map tip issues on, but it has been awhile, and I don't remember if I've changed much or not.  I did go into manager and I noticed that I still have map tips configured there, even though I'm no longer using them.

    0
  • Permanently deleted user

    Hello Mike,

    After investigating your issue, I was able to reproduce a known issue with MapTips that would explain what you are seeing. With this issue, the MapTip flag in Essentials manager would not be respected, and as such, a MapTip may be displayed for layers for which MapTips should not be available. 

    I am happy to say that the issue has been resolved in the upcoming 1.2 release of the Geocortex Viewer for HTML 5, and I tried your site in my development version and it appears to work as expected.

    0

Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.