Yuya Ito
Results
1
comments of
Yuya Ito
> Hi, set limit like this. > > ``` > mapEventHandler(evt: Leaflet.LeafletEvent) { > if (evt.type === 'editable:vertex:dragend' || evt.type === 'editable:vertex:drag') { > if (circle.getRadius() > 1000) > circle.setRadius(1000);...