Hello,
I have some vectorized symbols that I want to draw on top of a 2d map so that it scales in relation to the map scale.
However, I found that CIMSymbols behave odd: When adding lines, some disappear, some receive an odd texture despite being a solid line and some remain in a weirdly half translucent, blurry state.
In addition to that, most get cut-off at seemingly random points when a certain size is hit. Generally, they don't look like the graphics is scaled properly at all, instead it becomes more pixellated and blurry the further you go in.
I made an example map here: https://codepen.io/frlluuek-the-scripter/pen/KwMNmbd
When you zoom in and out should immediately notice what I mean. I can see it in chrome and firefox, behaving the same.
What am I doing wrong?
Thanks