tooltip bs on fullscreen

This commit is contained in:
jeanpierre
2020-08-02 20:41:30 +02:00
parent 2658dec59d
commit 6f59216974
2 changed files with 3 additions and 0 deletions

View File

@@ -19,7 +19,9 @@ const map = new Map({
$('.ol-zoom-in, .ol-zoom-out').tooltip({
placement: 'right',
container: '#map',
});
$('.ol-rotate-reset, .ol-attribution button[title]').tooltip({
placement: 'left',
container: '#map',
});