Spectrum Technology Platform

 View Only
  • 1.  Is it possible to turn off the Export map as Image?

    Posted 08-10-2021 20:55
    I have noticed that in some public map configs admins have been able to turn off the 'Export map as Image' functionality so that users can only print using a predefined template with disclaimers. How is this achieved?


    and default



    I have checked the functionality profiles and don't notice an option for this. The only thing I can think of is commenting out code in the brand.css file so that this doesn't show.

    Is there a better/easier solution?

    ------------------------------
    George Corea
    Mangoesmapping
    MOOMIN QLD
    ------------------------------


  • 2.  RE: Is it possible to turn off the Export map as Image?

    Posted 08-29-2021 22:30
    I was advised that is is done by adding this to the brand.css

    #exportImage {
    display: none;
    }​


    ------------------------------
    George Corea
    Mangoesmapping
    MOOMIN QLD
    ------------------------------