Skip to main content

Close Map Tip when View/Edit Attributes panel appears

Comments

1 comment

  • Permanently deleted user
    I figured out how to do this:

     

    In the Desktop.json config file, I added two commands under the "Editing" Module: "HideMapTips" and "EnableMapTips". The "HideMapTips" command hides the MapTip once I click on the "Edit Project" button. Adding the "EnableMapTips" command allows for you to click on the same feature (or another feature) to open a MapTip.

     

      { "moduleName": "Editing", "moduleType": "geocortex.essentialsHtmlViewer.mapping.modules.editing.EditingModule", "configuration": { "behaviors": [ { "name": "EditorFeatureSelectedBehavior", "commands": [ "ZoomToFeature", "SetActiveHighlightLayerDefault", "ClearHighlights", "HighlightFeature", "HideMapTips", "EnableMapTips" ] }

     

     
    0

Please sign in to leave a comment.