question

FredericGoulet-6551 avatar image
0 Votes"
FredericGoulet-6551 asked PerFahlen-0324 answered

Not showing the new copyright text in Azure Map Control

Since we have upgraded the azure-maps-control npm package to 2.1.5, there is a new copyright text that appears at the bottom right of the map. I could not find a property to hide it like for the Microsoft logo.

It there a way to not show this somewhat obtrusive text box on the map ?

Thanks

azure-maps
· 1
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Thanks for asking @FredericGoulet-6551 ,
I am following-up with Product Team on this request. From my initial research I can't find an option to do it.

Thanks!

1 Vote 1 ·

1 Answer

PerFahlen-0324 avatar image
2 Votes"
PerFahlen-0324 answered

I am not a lawyer but I think you might be breaking license terms if you remove the data provider. However you can remove it with some javascript, or even better include it in some css

 document.querySelector('.azure-map-copyright').style.display = 'none';



5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.