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
{{ message }}
This repository has been archived by the owner on Jun 3, 2024. It is now read-only.
tileserver-gl achieves exactly that (based on node-js mapbox-gl-native)
tileserver-gl config :
kartotherian source :
BUT
Some parameters are not applied in the upstream "uri" (e.g scale "@2x" does not work)
Solution 1 : Patch tilelive-http to apply scale from
callback.scale
.cf https://github.com/mojodna/tilelive-http/blob/040d70020e561d19e1ae19187beb295d019eb730/index.js#L122
Solution 2 : Create a proper source protocol (alternative to tilelive-vector) to serve raster tiles using tileserver-gl.
The text was updated successfully, but these errors were encountered: