leaflet 如何绘制圆 方法1(根据指定的半径和中心点去绘制圆) var polygon1 = new L.Circle([34, 108], 120000, { color: ‘red’, //颜色 … Continue reading leaflet 如何绘制圆