Change map element from square to circle

Hi guys

Is it possible to change the map into different shapes such as a circle?

You can wrap it inside of div, make that div border-radius 100%, and overflow hidden.

1 Like

Thanks a lot, Stefan!!

Can you please explain what is this overflow option? couldn’t understand its purpose…
When should I use it besides the radius option?