mapbox / mapbox/linematch

Line intersection

Open
#4 0 comments 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement
Dominant language
JavaScript
Stars
86
Forks
15
PR merge metrics
No merged PRs in 30d

Description

In addition to the current behavior (`A – B`), I'd like to implement fuzzy line intersection (`A ∩ B`) so that we can pass two line sets and return line segments that match both sets.

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

The issue requests fuzzy line intersection for the linematch project, but it names no implementation file, entry point, or test. Start by locating the current A – B line-set comparison, then define completion as accepting two line sets and returning the segments that match both sets.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
data
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
30/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.