David Manthey

Results 103 issues of David Manthey

Demonstrate adjusting an algorithm with a widget (like a slider for a float parameter) in a Jupyter notebook. Postitive pixel count is a good example to start with. This involves...

We should highlight that Jupyter notebook examples that are stand-alone. For instance, the color deconvolution notebook can be run in google colab by just adding a pip install command as...

Add a general screenshot widget. This could either work as a stand-alone html element or a widget in a UI layer of the map. A basic option would be to...

- [x] Allow continuous (freehand) drawing for polygons - [x] Optionally prevent polygons and lines from self-crossing during creation. This could be accomplished by disallowing points that would self cross...

Markers can have complex shapes, but the hit test only checks the enclosing circle. We could render the marker to a small internal canvas and then check if the location...

Currently, if you change map gcs, you have to flag many features to force their coordinates to be recomputed (e.g., `feature.dataTime().modified()`. This should be done automatically.

Currently, the maximum zoom range is limited by using double-precision floating point for tracking map and feature locations. Specifically, when zoomed over around 40 power-of-two zoom levels, the position starts...

When changing URLs in tile layers, it is often handy to have two layers where one is hidden loading the new url. When the hidden layer is fully loaded, the...