I have a Mapbox GL JS
implementation that gets its data from a vector mbtiles
file that I downloaded from www.openmaptiles.com. I use tileserver.php
with the mbtiles
file to serve the PBF
data, which Mapbox GL can use to display the map.
Is there any way to extract data from this in a specific area or lng/lat-pair using Javascript ?