Hoppa till huvudinnehållet

Pictometry 3rdPartyMap tool not exporting

Kommentarer

6 kommentarer

  • Dan Giersz
    Just to follow up, using the developer tools, I can see that it is working and getting the response URL with the path to the generated jpg.  I can even plug that URL in the browser and it initiates the download of the file.  It just won't do it on it's own and I am not sure why...

     

    Tried on Chrome, Firefox, and IE.
    0
  • Cam Barnard
    Hi Dan,

     

    Just gave this a quick try in one of our demo sites and had no trouble exporting an image from Pictometry (as a PDF).

     

    User-added image
    0
  • Permanently deleted user
    Hi Dan,

     

    This sounds like GVH-13442, please make sure you are using GVH 2.10 or GVH 2.10.1.

     

    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
  • Dan Giersz
    @Cam, thanks for testing.  The export to PDF is working fine. It's the export image that is not working.

     

    @Wayne, thanks for the reply. We're not on GVH 2.10 yet, but should be soon.
    0
  • Permanently deleted user
    Dan,

     

     - Open up Pictometry.aspx in your under Html5Viewer>Resources>3rdPartyMaps

     

     - Search for "function initializeMap()"

     

     - Look within the function to find "ipa.setPreferences"

     

     - You should see this: ipa.setPreferences({ enableSynchronization: true });

    - Add "imageDownload: true" below "enableSynchronization: true" and be sure to add a comma after the first line so it looks like this:

    ipa.setPreferences({ enableSynchronization: true, imageDownload: true });
    0
  • Dan Giersz
    Thanks, Jared!

     

    This fixed the issue.
    0

Du måste logga in om du vill lämna en kommentar.