Hi,
I would like to set rounded-corners for the map view, but the following does not work:
#map-div {
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
}
I see rounded corners briefly when the page is first loading or when I am panning the map and new tiles are being loaded.
Is there some way to get rounded-corners?
Thanks.
-deepak