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
Both the Envelope and MvtLayerParams appear to take in x/y or an extent. How might I go about only displaying tiles that are within the users viewable extent with only the z/x/y are sent to the server?
The text was updated successfully, but these errors were encountered:
Hi! I am working on building a simple MVT service to be used by Mapbox.gl but am a little confused with the
createTileGeom
function signature.I have a service endpoint...
http://localhost/tiles/{z}/{x}/{y}
Both the
Envelope
andMvtLayerParams
appear to take in x/y or an extent. How might I go about only displaying tiles that are within the users viewable extent with only the z/x/y are sent to the server?The text was updated successfully, but these errors were encountered: