You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When initializing a new DemSource, would it be possible to provide an array of URLs in order to speed up the process with parallel download the same way it is done for regular sources in MapLibre ?
Thanks for reaching out. This plugin could replicate all tile fetching functionality from maplibre (multiple urls, tilejson, custom protocols, callbacks to transform the request, etc.) but that adds quite a bit to the plugin size and complexity and will be a moving target as maplibre evolves. A better route might be to expose an API from maplibre that lets you fetch a tile from a source that it knows about?
Also regarding this specific request, are your tiles served over http/1.1 or http/2? If they are served over http/2 then the multiple urls shouldn't be necessary since http/2 doesn't cap at 6 connections per domain like 1.1 did.
Thanks for this great plugin :)
When initializing a new DemSource, would it be possible to provide an array of URLs in order to speed up the process with parallel download the same way it is done for regular sources in MapLibre ?
Thank you.
The text was updated successfully, but these errors were encountered: