Results 98 comments of prusswan

> I just wrote up an explanation of st_transform, projection handling and axis ordering: [#16 (comment)](https://github.com/duckdb/duckdb_spatial/issues/16#issuecomment-2327011935) For the case of 4326 -> 3857 (or converting from GeoJSON data which normally...

as someone new to widgets, these will be important: 1. capturing ipywidgets.Output so failures can be seen (otherwise not even import errors will show up). The method used is different...

I'm getting a different error, as mentioned in the discord thread.

I see your point. Unfortunately the tiles were not generated by me. I did a check and it seems that `format` was only introduced in 1.1: https://docs.safe.com/fme/html/FME-Form-Documentation/FME-ReadersWriters/mbtiles/mbtiles.htm Would you be...

I might have tried that but if it leads to the same problem, I wouldn't be able to monkeypatch it like the way it can be done with Python. On...

Perhaps you could consider how mapbox handle their own `mapbox://` urls. I had to convert those into https equivalents using `transformRequest` for firewall reasons.

> Geocoding needs some sort of service running in the background, so it's unclear if we want that as part of the native Lonboard JS app. yeah for this to...

![ol_autocomplete_anywidget](https://github.com/user-attachments/assets/d9343766-2013-4352-9748-e3948a2feb70) I managed to get something working using anywidgets. However, it is only working for one provider, since I don't have a good solution yet for accepting provider options (minimally...

For reference, the full list of supported parameters (for Feature services) can be found here: https://developers.arcgis.com/rest/services-reference/enterprise/feature-service/ Given the broad range of REST services, it would be desirable to add/include query...

Can someone familiar with that code section shed any light on what might be the actual causes? As well as flags that can be used to produce more informative errors...