Results 98 comments of prusswan

> [@prusswan](https://github.com/prusswan), can you share a [minimal, reproducible example (MRE)](https://stackoverflow.com/help/minimal-reproducible-example)? You can refer to @zbarry's example (I still get the same result using latest libraries on Python 3.11). Apart from...

Any workaround for this (without using another file type)? Currently the fields with list/array content are simply dropped, I had to convert geojson to gpkg

I ended up building the package without CUDA extension (see https://github.com/AutoGPTQ/AutoGPTQ#install-from-source)

You can use OpenLayers if you are able to define the projection and the tiling scheme in terms of WMTS. https://openlayers.org/en/latest/examples/wmts.html uses EPSG:3857 but it works for other projections too...

WMTS allows a tile service to be specified with arbitrary projection schemes (you can think of it as an extension from XYZ which is specified and works for 3857 only)....

> I have no control over the remote server. Yes, so you (or whichever library you intend to use) will need to understand the tiling scheme/projection supported by the server....

> I have no problem using a WMTS service in EPSG:2193 for pre-rendered tiles. Doing it all the time with Leaflet.js The problem is rendering vector tiles on the browser....

Closest to out of the box would be their example which uses Nominatim: https://maplibre.org/maplibre-gl-js/docs/examples/geocode-with-nominatim/

> I would've ideally liked to provide a selection of a few geocoder providers that users could choose from, because the actual geocoding API calls should be able to integrate...

Thanks, I think the problem is that I need to configure it as OpenAI Compatible Provider. However, if I access the extension in Brave by opening as a side panel,...