Actions
Feature #12995
openFeature #12993: Extend WLeafletMap usage
Extend the WLeaflet to allow popups
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 popups can be defines.
Popups can be both added to marker, as well as to a specific coordinate.
They should be accessible through WLeafletMap::addPopup()
and Marker::addPopup()
.
The popup is able to take in options, which should be configurable with Popup::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