max-mapper / max-mapper/geojson-js-utils

Centroid returns nulls when passed a polygon denoting a point

Open
#30 0 comments 0 reactions 0 assignees View on GitHub

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

  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 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.