Zum Hauptinhalt gehen

Map coordinates 2.4

Kommentare

2 Kommentare

  • Permanently deleted user

    Hi Richard, 

     

    We found the cause of the issue and there is currently a work-around to get the mouse scrolling working again.

    It seems that in the Map tab of manager, if the site is saved when the Minimum or Maximum scale is set to nothing the scrolling issue will occur. The way to fix this is to delete those specific config changes that were saved.

    /customer/servlet/servlet.FileDownload?file=00P6000000elu9zEAA

     

    If you go into the configuration json file for the shell you are experiencing the issue (Example: C:\Program Files (x86)\Latitude Geographics\Geocortex Essentials\Default\REST Elements\Sites\ <site_name> \Viewers\ <viewer_name> \VirtualDirectory\Resources\Config\Default ) and search for "minScale" you will be brought to this section of json:

     

        "views": [

     

            {

     

                "id": "MapView",

     

                "viewModelId": "MapViewModel",

     

                "visible": true,

     

                "markup": "Mapping/modules/Map/MapView.html",

     

                "type": "geocortex.essentialsHtmlViewer.mapping.modules.map.MapView",

     

                "region": "MapRegion",

     

                "configuration": {

     

                    "wrapAround180": false,

     

                    "extentBroadcastFrequency": 20,

     

                    "fitTiledMapsToExtent": false,

     

                    "showAttribution": true,

     

                    "minScale": "",

     

                    "maxScale": ""

     

                }

     

            }

     

        ]

     

    If you remove the 2 bolded lines of json (and the comma on the line above it), that should fix the scrolling issue. 

     

    Let me know if this worked for you, or if I wasn't clear within any of the instructions.

     

    Cory Purnell

     

    Latitude Geographics Quality Assurance Team 
    0
  • Permanently deleted user

    Hi Cory,

    This worked and the instructions were clear.

    Gratefully,

    Richard

    0

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