Kelvin Abrokwa-Johnson
Kelvin Abrokwa-Johnson
A feature that returns all features rendered at a certain lon/lat (within a radius for points). See [`queryRenderedFeatures`][1] in Mapbox GL. If this is of interest I can take a...
A method that allows you to request a tile be reloaded ```js pbfLayer.reload(x, y, z) ``` Use case: I'm building a data editing app served by an on-the-fly VT service...
Adds the support for defining layer order by name at initialization time. The order is bottom to top. TODO: - [x] support for defining layer order - [ ] determine...