Skip to main content

Open Street View for a Location Using the Map Context Menu opens Google Maps instead

Comments

2 comments

  • Permanently deleted user
    Hi Justin,

     

    Can you try setting the default 3rd party map to open?  The code is in the Desktop.json.js file and the snippet currently looks like this :

     

    "defaultComponents": [],

     

                  "externalComponents": [

     

                    {

     

                      "id": "googleMaps",

     

                      "displayName": "Google Maps™",

     

                      "uri": "Resources/3rdPartyMaps/GoogleMaps.html",

     

                      "viewpointIndicatorUri": "Resources/Images/Icons/location-direction-red-32.png"

     

                    },

     

                    {

     

                      "id": "googleMapsSV",

     

                      "displayName": "Google Street View",

     

                      "uri": "Resources/3rdPartyMaps/GoogleMapsSV.html",

     

                      "viewpointIndicatorUri": "Resources/Images/Icons/location-direction-blue-32.png"

     

                    }

     

                  ]

     

                }

     

    you would change "defaultComponents": [], to "defaultComponents": ["googleMapsSV"],

     

    Regards,

     

    Wayne Richard

     

    Latitude Geographics Group Ltd.

     

    Head Office: 300 – 1117 Wharf Street  Victoria, BC Canada V8W 1T7

     

    Tel: (250) 381-8130 | Fax: (250) 381-8132 | wrichard@latitudegeo.com 

     

    Developers of Geocortex web-based mapping software | www.geocortex.com

     

    An Esri Platinum Business Partner

     

     
    0
  • Justin Kraemer
    Great! Works like a charm!

     

    Thank you!
    0

Please sign in to leave a comment.