Style date and re-add close button

This commit is contained in:
Arne Schlüter 2015-02-09 09:59:01 +01:00
commit 65a9b75e0c
2 changed files with 18 additions and 4 deletions

View file

@ -34,7 +34,7 @@ class Visualization {
var popup = new L.Popup({
autoPanPadding: [96, 96],
closeButton: false,
closeButton: true,
maxHeight: 250
});
this.oms.addListener('click', function (marker) {