Rounded corners on map layer

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

For me the map is drawn “over” the container. I’ve added a white border to visualize.

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.