Weird Map Tips
I'm getting very strange map tips; the map tips seem to be giving the name of a layer, usually an aerial layer, but sometimes other layers that are not even set up for map tips. If it is a non-aerial layer, then it gives the name of the layer and then a colon and then maybe the objectid. When I zoom in, then my parcel map tip works, but if I click in an area where there is not a parcel, same thing happens. When I'm zoomed out to a certain point, the parcel map tip stops working as well. /customer/servlet/servlet.FileDownload?file=00P6000000e88CAEAY
-
I am seeing the same kinds of things happen with maptips. Did you ever find a solution?
0 -
Yes, I stopped using them. I changed the click event in the JSON file to do an identify instead. Works well, I think.
}, {
"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 -
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 -
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 -
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 -
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 -
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 -
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
Please sign in to leave a comment.
Comments
8 comments