popup box max width bigger

This commit is contained in:
BlubbFish 2019-09-07 17:20:56 +02:00
parent 6b1fca9109
commit 521bb6c4c6

View File

@ -142,7 +142,7 @@
if (feature.properties.hasOwnProperty("description")) {
text = text + "<br>" + feature.properties.description;
}
layer.bindPopup(text);
layer.bindPopup(text, { maxWidth: 485 });
}
},
pointToLayer: function (geoJsonPoint, latlng) {