immutable_features #24
No reviewers
Labels
No Label
bug
documentation
duplicate
enhancement
fixed in dev
good first issue
help wanted
invalid
question
wontfix
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: kscience/maps-kt#24
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "immutable_features"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@InsanusMokrassar I don't think I like your modification. The code duplication is very small. It does not warrant additional class in a public API. By the way, caching is probably not necessary for SVG export. It is done rarely.
@ -37,3 +37,3 @@
if (event.type == PointerEventType.Move) {
features.forEachWithAttribute(HoverListenerAttribute) { _, feature, listeners ->
features.forEachWithAttribute(HoverListenerAttribute) { id, feature, listeners ->
Does
id
argument is really needed here?It should be ref and no, it is probably not needed.
Reverted