Kotlin / Kotlin/kandy

Mappings doesn't work correctly for geolayers inside `withData`

Open
#495 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.