Zum Hauptinhalt gehen

Shortened URL isn't working

Kommentare

6 Kommentare

  • Permanently deleted user

    Hi Paul, give the following a try:

    "configurations": {

     

                            "default": "Resources/Config/Default/" + shellName + ".json.js",

                            "economicdevelopmentemployment": "https://sgis.wellington.ca/Geocortex/Essentials/REST/sites/EconomicDevelopmentEmploymen/viewers/EconomicDevelopmentEmployment/virtualdirectory/Resources/Config/Default/" + shellName + ".json.js"

                        },

    Then your shortened URL should work.

    Cheers,

    Matthew

    0
  • Permanently deleted user

    Matthew - thanks!

     

    0
  • Permanently deleted user

    Hey guys - I'm having a similar issue.  Launching from the link within manager the site loads fine.  When I try the shortened URL, the splash screen loads but then stops and nothing else happens.  Here's my modified code from index.html:

     

     var viewerConfig = {

     

                        "configurations": {

     

                            "default": "Resources/Config/Default/" + shellName + ".json.js",

                           "Public_Html":

                           "http://maps.rdos.bc.ca/Geocortex/Essentials/REST/sites/Public/viewers/Public_Html/virtualdirectory/Resources/Config/Default/" + shellName + ".json.js"

                        },

                        "viewerConfigUri": null

     

                    };

    Is there something obvious I've overlooked?  Something else I can check?

     

    0
  • Permanently deleted user

    Hi Rebecca,

    Change "Public_Html" to be all lowercase and it should work. It doesn't have to be lower case in the URL, just in the viewerConfig block.

    -Jason

    0
  • Permanently deleted user

    Thanks Jason.  That worked in terms of displaying on the desktop.  It still loads only the splash screen and then stops when I try it on an Android device though.  Any thoughts on that?

    0
  • Permanently deleted user

    Correction. It works on my Android tablet but not my Android phone.

    0

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