max-mapper / max-mapper/geojson-js-utils
Centroid returns nulls when passed a polygon denoting a point
Open
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 402
- Forks
- 54
- PR merge metrics
- No merged PRs in 30d
Description
For instance {
"type": "Polygon",
"coordinates": [
[
[
-112.03086,
33.653759
],
[
-112.03086,
33.653759
],
[
-112.03086,
33.653759
],
[
-112.03086,
33.653759
]
]
]
}
Returns {"type":"Point","coordinates":[null,null]}
Contributor guide
No contributing guide indexed for this repository
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
The issue names no source file or test. Locate the centroid implementation, reproduce it with the repeated-coordinate Polygon shown here, and inspect the existing centroid tests or test setup. Done means this input returns the represented point coordinates instead of [null,null].
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- data-visualization
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100