Fix upright labels on vector tiles
This commit is contained in:
@@ -957,7 +957,8 @@ class Executor {
|
||||
Math.abs(textScale[0]),
|
||||
measureAndCacheTextWidth,
|
||||
font,
|
||||
cachedWidths
|
||||
cachedWidths,
|
||||
viewRotationFromTransform ? 0 : this.viewRotation_
|
||||
);
|
||||
if (parts) {
|
||||
let rendered = false;
|
||||
|
||||
Reference in New Issue
Block a user