Carte openstreetmap ajustement position tooltip

This commit is contained in:
Michael RICOIS 2016-02-08 16:39:07 +00:00
parent 9f1c3a98d2
commit ab45abbf60

View File

@ -211,7 +211,7 @@ $(document).ready(function(){
title: feature.get('name'),
text: feature.get('text'),
},
position: { my: 'bottom center', at: 'top center', adjust: { y: -30 } },
position: { my: 'bottom center', at: 'top center', adjust: { y: -40 } },
style: { classes: 'qtip-light' }
})
$(element).qtip('api').show();