You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One thing that for example Leaflet provides is the ability of the popover to have a thought balloon-like callout pointer that points to the feature on the map. This could be important, or nice to have at least, for maps and features, depending on how the popover element is presented. i.e. if it's really a popup, the callout is useful:
See Maps4HTML/MapML-Specification#259.
With the Popover API,
<feature>
is thepopovertarget
and<properties>
(or other element) thepopover
element.Polyfill: https://github.com/oddbird/popover-polyfill
The text was updated successfully, but these errors were encountered: