Zum Hauptinhalt gehen

GVH 2.4.1 performance

Kommentare

2 Kommentare

  • Permanently deleted user

    Hi John,

     

    In GVH 2.4 we included functionality to support Web Content Accessibility Guidelines (WCAG) within our viewer. Due to this support, your viewer will make extra requests to allow for screen reading software to read out any changes to the map (Feature data that is visible, current extent, scale, etc.) whenever the map extent has been changed. I think this may be the reason why your viewer seems to slow down significantly when you change extent by panning/zooming. 

     

    You can turn off this functionality within the configuration json files on your server (Example: C:\Program Files (x86)\Latitude Geographics\Geocortex Essentials\Default\REST Elements\Sites\<site_name>\Viewers\<viewer_name>\VirtualDirectory\Resources\Config\Default\Desktop.json.js) by performing a search for "MapTextProvider" and setting the "IsEnabled" property to false.

     

    It should look similar to the JSON below.

     

     

    "providers": [

     

                {

     

                  "id": "MapTextProvider",

     

                  "type": "geocortex.essentialsHtmlViewer.mapping.modules.accessibility.MapTextProvider",

     

                  "decimalPrecision": 4,

     

                  "readAttributionInformation": false,

     

                  "isEnabled": false

     

                }

     

     ]

     

    Hopefully this solves the problem, if not I am glad to look further into the issue.

     

    Cory Purnell

     

    Latitude Geographics Quality Assurance Team

     

     
    0
  • John Nerge

    Thanks for the fast reply and even faster fix! I changed that setting, and now the app is stabler and faster than ever.

    That being said, we really appreciate the amount of work you've put into accessibility, and we want to provide that to our users. I'll either build a separate app or use the Tablet.json.js to configure a different, fully accessible viewer.

    Please keep up the great work with WCAG; we're very proud to tell people about one of our vendors' work on the topic.

    Best,

    John Nerge

    0

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