HeJun

Results 1 comments of HeJun

> For now, I solved it like this > > ```js > const editLayer = new (EditableGeoJsonLayer as any)({ > id: 'editable-geojson-layer', > onEdit: (editInfo: any) => {}, > pickingRadius:...