Circle z-offset property
Open
Nobody has claimed this yet.
auto-triaged
feature :green_apple:
- Dominant language
- TypeScript
- Stars
- 12.4k
- Forks
- 2.4k
- PR merge metrics
- No merged PRs in 30d
Description
## Motivation
Most layer types now have a z-offset style property (which is really great!), except for circle
## Design Alternatives
Add a circle-z-offset style property so circles can be elevated in the same way as line-z-offset or fill-z-offset
## Design
Add circle-z-offset to elevate circles above the map
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
Start by tracing the existing line-z-offset and fill-z-offset style-property implementations, then identify the corresponding entry points for circle layers. Confirm that circle-z-offset is accepted and that circle layers are elevated above the map in the relevant rendering cases.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, typescript
- Domain
- computer-graphics, frontend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100