popup box max width bigger
This commit is contained in:
parent
6b1fca9109
commit
521bb6c4c6
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user