标签: javascript leaflet
我们可以使用以下方法在LeafletJS中创建默认的bindPopup内容:
var popupContent = '<table class="table table-bordered">' layer.bindPopup(popupContent);
如何使用模态创建这样的弹出窗口,以便我可以美化&#34;使用bootstrap,并添加模态标题等内容。