geoViewport.bounds function always returns null
Open
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 197
- Forks
- 39
- PR merge metrics
- No merged PRs in 30d
Description
I used this function with center - `[5.2912, 52.1326]`, zoom - `6.3`.
It always returns `[NaN, NaN, NaN, NaN]`
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
Start at the geoViewport.bounds function and reproduce the reported result with center [5.2912, 52.1326] and zoom 6.3. Trace why the calculation produces [NaN, NaN, NaN, NaN], then verify that the function returns valid bounds for this input.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- web-dev
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100