ol-ext
ol-ext copied to clipboard
FontSize of FontSymbol not as expected
https://codepen.io/viglino/pen/QVNpzm?editors=1010
i have add FontSize: 20
then view as image:
Please check! thank you!
The fontSize
is the size of the font compare to the symbol radius
...
20 means the glyph will be 20*radius size and it will be cropped.
fontSize
greater than 1 may exceed the symbol extent and is cropped.
You have to use the radius
option instead if you want to size the symbol.