Does anyone have any experience visualizing custom mapbox vector tiles on Observable?
I was able to get this MVTLayer example from the deck.gl documentation working on Observable:
but I would like to build custom mapbox vector tiles using my own data (e.g. using tippecanoe - see GitHub issue). Does anyone have experience connecting to a tile server service (e.g. mapbox) or hosting the individual tiles (e.g. on S3 or GitHub)?