Azure Maps - Can we get rid of the label "2023 TomTom Microsoft Azure (smiley face)" in the bottom right corner?

Timothy Osborn 35 Reputation points
2023-08-14T22:51:56.6666667+00:00

Can we get rid of the label "2023 TomTom Microsoft Azure (smiley face)" in the bottom right corner?

It's unprofessional for my users to see this, it's distracting and it adds no value to the visual.

Azure Maps
Azure Maps
An Azure service that provides geospatial APIs to add maps, spatial analytics, and mobility solutions to apps.
655 questions
{count} votes

Accepted answer
  1. rbrundritt 16,456 Reputation points Microsoft Employee
    2023-08-15T02:37:32.7433333+00:00

    The copyright text cannot be removed, as per the terms of use of the map platform (most, if not all map platforms are required to show the copyrights for the data). The smiley face is a button for providing feedback about the map data. The main purpose is to save companies who use the map control in their app getting queries about map data issues. I know several large global companies where they see this small button has helped nearly remove all the customer support queries they had from end users related to map data issues (several of these companies had requested this feature for years). You can remove this from the map by setting the showFeedbackLink to false. The map logo is optional and can be hidden by setting showLogo to false, however this will result in "Microsoft" being added to the text copyrights for legal purposes.

    1 person found this answer helpful.

3 additional answers

Sort by: Most helpful
  1. VK 35 Reputation points
    2023-11-08T17:08:35.1366667+00:00

    My boss has literally asked me to migrate maps back to the old version because of this silly legal requirement. Please find a way to downgrade the font size or something to minimize it. If a map is configured to be a small size the footer covers up to 1/3 of the area.

    7 people found this answer helpful.

  2. LeelaRajeshSayana-MSFT 13,956 Reputation points
    2023-08-15T01:40:54.2466667+00:00

    Hi @Timothy Osborn Greetings! Welcome to Microsoft Q&A forum. Thank you for posting this question here.

    I am not sure if the copy right can be removed from the Maps. However, I noticed from my testing that, the smiley face and Microsoft Azure can be removed by adding the following configurations as you render the map.

    var map = new atlas.Map('myMap', {
        //map options
        authOptions: {
            //authorization options
        },
        showFeedbackLink: false,
        showLogo: false
    });
    

    The resulting map generated would not have the feedback link represented through smiley face and Microsoft Azure link.

    Hope this helps. Please let us know if you need further assistance on this.


    If the response helped, please do click Accept Answer and Yes for the answer provided. Doing so would help other community members with similar issue identify the solution. I highly appreciate your contribution to the community.

    1 person found this answer helpful.

  3. Sinny Pan 90 Reputation points Microsoft Employee
    2024-07-11T03:25:21.8366667+00:00

    Hi, @Timothy Osborn , @OmaCoder thanks for the feedback. We're working on the improvement of copyright section. Will have it released soon.

    0 comments No comments