Any way to get rounded corners on a map object?
You can place your map inside a flex container and then define border radius on the flex container. The flex container also needs overflow hidden both vertical and horizontal. The map should be stretched both on the alignment and sizing.
1 Like
I forgot to write that the flex container needs overflow hidden both vertical and horizontal. Can you please try it again with this setting?
1 Like
Thank you, that worked perfectly.