Merge branch 'develop' into feature/road-splitting

This commit is contained in:
Pieter Vander Vennet 2021-07-18 21:50:17 +02:00
commit 5e50dec232
3 changed files with 15 additions and 2 deletions

View file

@ -146,7 +146,9 @@ export default class ShowDataLayer {
const popup = L.popup({
autoPan: true,
closeOnEscapeKey: true,
closeButton: false
closeButton: false,
autoPanPaddingTopLeft: [15,15],
}, leafletLayer);
leafletLayer.bindPopup(popup);