brouter-web/js
Marcus Jaschen 7850e97eed
replace native HTML tooltip for custom POIs with Leaflet Tooltip (#415)
- the tooltip shows instantly when hovering a POI icon with the mouse cursor
- the content is the same as for the popup, except for the action button (“delete”) as the button isn't reachable by the mouse (the tooltip disappears when the mouse cursor leaves the icon area)
- (maybe we should add a hint to the tooltip, e.g. “Click icon for actions” (TBD))
- the tooltip is only attached to POI icons on devices without a touch interface, i. e. when `BR.Browser.touch` is `false`
- the tooltip is removed when the icon is clicked, otherwise tooltip and popup would be visible at the same time
- the tooltip is enabled again when the popup is closed
2021-05-14 19:33:39 +02:00
..
control Merge branch 'master' into 68-sl-formatting 2021-04-10 12:48:10 +02:00
format Cleanup and credits 2021-04-09 11:52:51 +02:00
plugin replace native HTML tooltip for custom POIs with Leaflet Tooltip (#415) 2021-05-14 19:33:39 +02:00
router Determine allowed zone from admin boundaries (#359) 2021-01-15 22:29:20 +01:00
util Download in client from Blob URL 2021-04-01 23:42:56 +02:00
Browser.js Download in client from Blob URL 2021-04-01 23:42:56 +02:00
index.js Merge branch 'master' into 68-sl-formatting 2021-04-10 12:48:10 +02:00
LayersConfig.js Show overpass icons in layer tree 2021-04-07 18:05:47 +02:00
Map.js Add credit for POIs, link to configured instance 2021-03-24 11:02:21 +01:00
Util.js Determine country rules by enclosing boundary 2021-01-23 12:43:13 +01:00
WhatsNew.js Avoid what's new content blinking 2021-03-26 16:19:33 +01:00