scattergeo should automatically increase resolution on zoom
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 18.3k
- Forks
- 2k
- Avg merge
- 2d 12h
- Merged PRs (30d)
- 28
Description
For a world-map, the performance is decent with resolution=110, but very slow at resolution=50.
However, when we zoom in a few times to the country-level, the detail is not really sufficient.
Could we have a feature to automatically switch the resolution when the zoom level exceeds a certain point? Thanks.
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
No file or test is named. Start by locating the scattergeo entry point and reading how its resolution and zoom level are handled; define the zoom threshold and resolution change needed to improve country-level detail without making the world view slow. Done means the resolution switches automatically when zooming and the existing performance trade-off remains acceptable.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- data-visualization
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100