Share via

Can Azure Maps XYZ tiles be generated without embedded watermark?

Florent Lavergne (iMetaverse LLC) 60 Reputation points Microsoft External Staff
2026-03-03T13:16:43.44+00:00

Hello,

I customized layers from road_shaded_relief using the Azure Maps Web SDK to create a custom styled map. I am exporting this styled map as XYZ raster tiles for use in QGIS, but each generated tile includes the Azure Maps and TomTom watermark baked into the image (see screenshot of west Jamaica).

Is there a way to generate Azure Maps tiles without the embedded watermark, if proper attribution is provided separately in the final output?

Thank you!image

Azure Maps
Azure Maps

An Azure service that provides geospatial APIs to add maps, spatial analytics, and mobility solutions to apps.

{count} votes

Answer accepted by question author
  1. rbrundritt 21,781 Reputation points
    2026-03-09T02:00:40.7466667+00:00

    It looks like you might be requesting static map images rather than map tiles. Map tiles don't have any copyright or logo's on them, but the static map image API always adds those. Your URL for tiles should look something like this:

    https://atlas.microsoft.com/map/tile?api-version=2024-04-01&tilesetId=microsoft.terra.main&zoom={z}&x={x}&y={y}&tileSize=512&view=Auto

    Documentation on this service is here: https://learn.microsoft.com/en-us/rest/api/maps/render/get-map-tile?view=rest-maps-2026-01-01&tabs=HTTP

    Note that the "terra" tiles are only available for zoom levels 0 through 6. Those tiles are PNG I believe.

    The shaded relief map style you can get in the web SDK is not exposed via the public API's. That's actually multiple tile layers, vector and raster, being combined on the client.

    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Q&A Assist
    2026-03-03T13:16:58.78+00:00
    AI generated content. This question contains an answer created with AI from Q&A Assist. Learn more

    Azure Maps tiles always include the required copyright/attribution information when delivered by the Azure Maps Render service and SDKs. The attribution requirement is explicitly tied to use of Azure Maps tiles “anytime you use the Azure Maps Render service, either as basemaps or layers, in any third-party map control.”

    Because the attribution is part of the delivered tiles and required by the service terms, there is no supported way to request Azure Maps XYZ tiles without the embedded watermark, even if separate attribution is added in the final output.

    To use tiles without embedded watermarks, a separate, non–Azure Maps tileset must be created (for example, from own elevation data as described for custom elevation/contour tiles) and hosted independently, then consumed in QGIS or via an Azure Maps TileLayer.


    References:

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.