maptiler / tileserver-gl

Vector and raster maps with GL styles. Server side rendering by MapLibre GL Native. Map tile server for MapLibre GL JS, Android, iOS, Leaflet, OpenLayers, GIS via WMTS, etc.
https://tileserver.readthedocs.io/en/latest/
Other
2.21k stars 635 forks source link

Getting 404 error #505

Open ishack79 opened 3 years ago

ishack79 commented 3 years ago

Hi,

I'm developing a Qt QML Deskop application using mapboxgl native plugin and tileservergl as my offline local server.

I'm trying to display default mbtiles into my application, but I don't know if is possible to use a local server to request for tiles and disable the map provided by Mapbox web site.

Is possible to do that? is possible to use this plugin with just a offline server and disable the Mapbox provider map?

ishack79 commented 3 years ago

Is possible to set the Map Parameter mapboxgl.api_base_url to a local server?