arnaudleclerc / ng-azure-maps

Angular wrapper around azure maps
MIT License
16 stars 14 forks source link

Unable to hide logo, feedback link, copyright #30

Closed ganijon closed 3 years ago

ganijon commented 3 years ago

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.

arnaudleclerc commented 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>

image

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 ?

ganijon commented 3 years ago

Hi @arnaudleclerc. Thanks. I tried it again, it worked! And, as you mentioned, the copyright won't go away. image