Actions
Feature #12996
openFeature #12993: Extend WLeafletMap usage
Extend the WLeaflet to allow tooltips
Status:
Review
Priority:
Normal
Assignee:
-
Target version:
-
Start date:
08/28/2024
Due date:
% Done:
0%
Estimated time:
Description
The WLeafletMap ought to be extended such that tooltips can be defines.
Tooltips can be both added to marker, as well as to a specific coordinate.
They should be accessible through WLeafletMap::addTooltip()
and Marker::addTooltip()
.
The popup is able to take in options, which should be configurable with Tooltip::setOptions()
.
P.S. A base LeafletMapItem
that defines the base options can be created, taking in common options from Layer
, Interactive Layer
.
P.S. A base LeafletMapTextItem : LeafletMapItem
that defines the base options can be created, taking in common options from DivOverlay
Updated by Romain Mardulyn 3 months ago
- Status changed from New to InProgress
- Assignee set to Romain Mardulyn
Updated by Romain Mardulyn 3 months ago
- Status changed from InProgress to Review
- Assignee deleted (
Romain Mardulyn)
Actions