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 Aug 8, 2023. It is now read-only.
I think this wants the center and zoom from the style (mapbox/mapbox-gl-style-spec#247, not implemented yet). Grabbing it from the source is weird because there can be multiple sources.
Yea, looking at Mapnik this info seems to be tied directly to the XML stylesheet. I was thinking that we would somehow composite the parameters from multiple sources together, but implementing this on the style itself would be much simpler.
Need some way to grab
center
,bounds
and similar keys fromSourceInfo
to build agetInfo
Tilelive API method similar toVector.prototype.getInfo
.The text was updated successfully, but these errors were encountered: