You could use instanceof (docs here). map.on('draw:edited', function (e) { var layers = e.layers; layers.eachLayer(function (layer) { if ...
確定! 回上一頁