Mappings doesn't work correctly for geolayers inside `withData`
Open
bug
geo
- Dominant language
- Kotlin
- Stars
- 744
- Forks
- 27
- Avg merge
- 4d 1h
- Merged PRs (30d)
- 1
Description
Example :
dfNames.plot {
withData(allMaps) {
geoMap {
fillColor(GID_0)
}
}
text {
label(NAME_1)
x(centerX)
y(centerY)
}
}
Contributor guide
Research direction
The issue names no files or tests. Reproduce the shown Kotlin plotting example, then trace the geolayer mapping path used inside withData; done means the fillColor(GID_0), label(NAME_1), x(centerX), and y(centerY) mappings work correctly.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- kotlin
- Domain
- data-visualization
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100