geo layer dataset should always override primary
Open
bug
geo
- Dominant language
- Kotlin
- Stars
- 744
- Forks
- 27
- Avg merge
- 4d 1h
- Merged PRs (30d)
- 1
Description
bug:
`geodf` contains 20 rows.
`points` is a List of points of size 20.
```
geodf.plot {
geoMap()
geoPoints(points)
}
```
leads to error.
Contributor guide
Research direction
Start by reproducing the issue with the geodf, points, geoMap(), and geoPoints() example from the report. Trace how these layers are combined and identify why equal-sized inputs produce an error. Done means the example runs successfully with the geo layer overriding the primary layer.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- kotlin
- Domain
- data-visualization
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100