Closed ganijon closed 3 years ago
Hi @ganijon . Are you referring to the showFeedbackLink
and showLogo
inputs ? If so, I have been testing them and they work fine for me. Here is a sample and the result I got :
<azure-map [center]="[11.47, 48.18]" mapStyle='grayscale_dark' [zoom]="10" [showFeedbackLink]="false"
[showLogo]="false">
</azure-map>
As far as I know, there is no possibility to hide the copyright. Could you please share an example where it does not work for you ?
Hi @arnaudleclerc. Thanks. I tried it again, it worked! And, as you mentioned, the copyright won't go away.
The azure-map.directive exposes boolean inputs to show/hide MS logo, feedback link. However, when I set values to those, there is no effect.