Skip to main content

Scale Input Box css issue

Comments

1 comment

  • John Nerge
    I can answer the part about disabling the basemap picker. You have to disable the BasemapView in the Basemap module of your viewer config.

     

    {

     

            "moduleName": "Basemap",

     

            "moduleType": "geocortex.essentialsHtmlViewer.mapping.modules.basemap.BasemapModule",

     

            "configuration": {},

     

            "views": [

     

              {

     

                "id": "BasemapView",

     

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

     

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

     

                "region": "BottomLeftMapRegion",

     

                "visible": false,

     

                "configuration": {}

     

              },
    0

Please sign in to leave a comment.