Open
Description
Sorry for asking a question here, but I didn't find any other place.
Is there a way to use vector tiles as opposed to raster tiles out of the box? All the examples in the documentation use raster tiles.
I'm currently using the Mapbox plugin which also loads Maptiler vector tiles without any problems, but it forces me to include mapboxgl-js which is bad for my bundle size.
Any hints are appreciated.