Paint properties update in steps when terrain is active
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 12.4k
- Forks
- 2.4k
- PR merge metrics
- No merged PRs in 30d
Description
### Steps to Trigger Behavior
1. Zoom in and out on a line feature
### Expected Behavior
Without terrain the line maintains `line-width` continuously with zoom

### Actual Behavior
With terrain enabled `line-width` updates in steps and with an inconsistent time delay.

Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
First reproduce the behavior in mapbox-gl-js using a line feature, terrain enabled, and zoom changes, comparing it with terrain disabled. Trace the terrain and line-width rendering entry points to find the delayed stepped update; done means line-width changes continuously and consistently while zooming with terrain active.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, typescript
- Domain
- computer-graphics, frontend
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100