Kyle Barron
Kyle Barron
I merged https://github.com/developmentseed/lonboard/pull/736 to bring back the tooltip. There's now a separate `show_tooltip` parameter on `Map` defaulting to `False` and `show_side_panel`, defaulting to `True`. I'd like to get a new...
This is somewhat related to ideas I've had about letting users add to the underlying Maplibre map, e.g. through custom basemap styles https://github.com/developmentseed/lonboard/issues/494. But there's also a question of how...
deck.gl can render cartesian coordinates, so in principle we can render data in _any_ coordinate system. We'll only be able to provide basemap data via Maplibre in Web Mercator, because...
I think in the near term, if we supported non-web mercator we wouldn't try to support basemaps.
I'm happy to do this. Do you have any opinions about newer alternatives like [oxlint](https://github.com/oxc-project/oxc)?
That's fine; a PR to add eslint would be great
I think the GDAL Arrow integration is groundbreaking in its potential but is very underused right now, so I'd love to see it become the default in the future. I...
I think this is worthwhile, especially as I want to have more users using GeoArrow input.
Now that Arrow JS has an [imminent release](https://github.com/apache/arrow-js/issues/283) with support for [IPC compression](https://github.com/apache/arrow-js/pull/14), we should add support for that. We may want to add a light config system so that...
Turn on local mode by default on Windows and Mac, while turn it off by default on Linux...? It's annoying and surprising to have differences in functionality based on platform...