locationtech / locationtech/spatial4j
BufferedLineString should support adjacent pairs of points that are equal
Open
Nobody has claimed this yet.
bug
- Dominant language
- Java
- Stars
- 961
- Forks
- 172
- PR merge metrics
- No merged PRs in 30d
Description
BufferedLineString should support adjacent pairs of points that are equal. Internally, this means BufferedLine needs to support point A & B being the same. JTS supports this, BTW.
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
Locate BufferedLineString and BufferedLine, then read how adjacent points are processed and how existing geometry tests cover line buffering. The work is done when adjacent equal points are accepted without failure and the relevant behavior is covered by a regression test.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- backend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100