mapbox / mapbox/mapbox-scenekit
Replace MapboxImageAPI with MapboxStatic.swift
Nobody has claimed this yet.
- Dominant language
- Swift
- Stars
- 232
- Forks
- 50
- PR merge metrics
- No merged PRs in 30d
Description
There’s a lot of overlap between MapboxImageAPI and [MapboxStatic.swift](https://github.com/mapbox/MapboxStatic.swift/). At the same time, each codebase contains distinct functionality: MapboxImageAPI contains tile cover logic, while MapboxStatic.swift also supports overlays and other Static API options. It would be great if this library could depend on MapboxStatic.swift for most of the Static API functionality while continuing to implement the tile cover algorithm.
/cc @avi-c
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
Compare MapboxImageAPI with the linked MapboxStatic.swift implementation, starting with the overlapping Static API functionality and the existing tile cover logic. Define the dependency boundary so Static API options remain available while tile cover support is preserved, then verify both areas through the repository's existing tests or usage points.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- swift
- Domain
- api
- Issue type
- Refactor
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100