mapbox / mapbox/mapbox-maps-ios
Support interpolate-{hcl,lab} expression operators
Nobody has claimed this yet.
- Dominant language
- Swift
- Stars
- 601
- Forks
- 196
- PR merge metrics
- No merged PRs in 30d
Description
## New Feature
Support [interpolate-hcl](https://docs.mapbox.com/mapbox-gl-js/style-spec/expressions/#interpolate-hcl) and [interpolate-lab](https://docs.mapbox.com/mapbox-gl-js/style-spec/expressions/#interpolate-lab) expression operators.
## Why
To have parity with Mapbox GL JS that supports these operators and be able to share the same style between a web platform and an iOS application.
Right now, consuming a style using one of these operators results in a black layer on iOS.
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
No files, tests, or entry points are named. Read the linked Mapbox expression specifications, then locate the existing interpolation expression handling and its tests in the iOS project. Done means interpolate-hcl and interpolate-lab styles are supported on iOS instead of producing a black layer.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- swift
- Domain
- mobile
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100