mapbox / mapbox/mapbox-scenekit

Replace MapboxImageAPI with MapboxStatic.swift

Open
#7 1 comment 0 reactions 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.