Skip to main content

Disabling the Basemaps toggle in HTML5 Viewer

Comments

1 comment

  • Permanently deleted user
    Try setting visible to false in the JSON files:

     

    {

     

                "id": "BasemapSwitcherButtonView",

     

                "viewModelId": "BasemapSwitcherViewModel",

     

                "type": "geocortex.essentialsHtmlViewer.mapping.modules.basemap.BasemapSwitcherButtonView",

     

                "markup": "Mapping/modules/Basemap/BasemapSwitcherButtonView.html",

     

                "region": "BasemapMapRegion",

     

                "visible": false,

     

                "configuration": {}

     

              },
    0

Please sign in to leave a comment.