在使用Chrome时,我的地图存在两个问题,而Firefox和Edge都没有。
第一个是弹出窗口尖端的位置。 Firefox和Edge将它们显示在弹出窗口的中心,而Chrome则在左侧显示它们。 Tip on Chrome 此外,我有一个显示图像的弹出窗口,它在Firefox和Edge上工作正常但在Chrome上
.Legend {width:384px;
height:318px;
var LegendPopup = L.popup({
offset:[455,275],minWidth:384,minHeight:318}).setContent('<img class="Legend" src="leaflet/images/LegendBig.png" alt="Legend" >'
);
我试图强制设置弹出窗口的最小尺寸,但Chrome仍然会像这样显示它。Image of the popup
我使用的Chrome版本是57.0.2987.98(64位)