deeplook

Results 114 issues of deeplook

It would be really cool to run `leafmap` on [Pyodide](https://pyodide.org) and hence [JupyterLite](https://github.com/jtpio/jupyterlite) using [micropip](https://pyodide.org/en/stable/usage/api/micropip-api.html). I gave it a try and found basically two issues with non-existing Python 3 source...

help wanted
Feature Request

I'm using the `AutomateHeaderPlugin` to create/update headers with every compile. Given that this always reports all touched filenames in the output leads to additional clutter in log files when running...

At the moment we have `DrawControl` to manually specify some polyline/polygon on the map. I have tried to use it for selecting an "area of interest" which would be *observable*...

Enhancement

A very late follow-up to https://github.com/jupyter-widgets/ipyleaflet/issues/362... would Leaflet allow to have a `point_style_callback` parameter for `GeoJSON` and `GeoData` layers like the `style_callback` one? This would allow for styling such things...

I've recently discovered [osmbuildings.org](https://osmbuildings.org) and https://github.com/OSMBuildings/OSMBuildings, which looks amazing to me. And if I understand correctly their viewer is based on a leaflet extension. So I thought let's drop this...

`VectorTileLayer` would benefit from a `headers` parameter to be passed to the HTTP requests made in order to pass some kind of tokens for example. I'm happy to work on...

In the example below the original `point_style` will never show again after the `hover_style` has been applied once. Is this a known Leaflet limitation, maybe? ```python import geojson from ipyleaflet...

It seems like `map.fit_bounds()` does not have any effect when run on the [Xeus-Python](https://github.com/jupyter-xeus/xeus-python) (Python 3.8 (XPython)), but works as expected on the "normal" Python 3 kernel. The same effect...

Not sure if this is still maintained, but I wonder if it would be possible to put the content of the file `.adr-dir` (the root of the ADR documentation folder)...

Given that it is quite easy to forget about destroying an existing cluster (see #35) I would consider it important to set an EC2 instance type as a default value,...