Hello,
For each placemark we pass in the description an html table where we display some data.
I'm also adding a link, as <a> tag with href, that when clicked execute the redirection in the same browser tab using as target "_top".
The issue is that when the html is loaded on the map the target property is changed to "_black" and rel="noopener noreferrer" is added in the properties of the tag.
Is there a way to avoid this?
And if this is not possible.
Thanks for any help.
Best regards,
Giuseppe Riccardi