You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm pretty sure vertical isn't a member of the placedSymbols anymore. We should be using symbol.writingMode == WritingMode.vertical. I believe what will happen is that single-glyph CJK labels will be upside down over a 90 degree range.
Thanks for that example, @1ec5. It looks like the keepUpright problem is being hidden by vertical text just being disabled entirely for single glyph labels.
I haven't tested this yet, but while porting #5150 to native, I noticed what looks like a vestigial use of
symbol.vertical
atmapbox-gl-js/src/symbol/projection.js
Line 302 in 5740526
I'm pretty sure
vertical
isn't a member of theplacedSymbols
anymore. We should be usingsymbol.writingMode == WritingMode.vertical
. I believe what will happen is that single-glyph CJK labels will be upside down over a 90 degree range.Needs a regression test.
/cc @ansis @1ec5
The text was updated successfully, but these errors were encountered: