dorp92

Results 3 issues of dorp92

When I want to add circle to the figure I do the following: ``` pt = random_point_inside_polygon(poly.path) circle = gmaps.drawing.Circle(center=pt,radius=10,fill_color='red',stroke_color='red') drawing.features.append(circle) drawing.send_state() ``` Now I want to update the circle...

Hi, Looks like an amazing dataset but I can't download it. Any chance for anther download method beside baidu for the people out of china? Many thanks

### Checklist - [X] I have searched for [similar issues](https://github.com/isl-org/Open3D/issues). - [X] For Python issues, I have tested with the [latest development wheel](https://www.open3d.org/docs/latest/getting_started.html#development-version-pip). - [X] I have checked the [release...

question