The building features do not appear to be correctly identified by queryRenderedFeatures when clicked from maplibre-gl-js, resulting in the polygons from the mbtiles being currently non-interactive. From my quick attempt at implementing the on-click feature query using console-logs, the click event doesn't even run the code that returns the building name.
The building features do not appear to be correctly identified by
queryRenderedFeatureswhen clicked frommaplibre-gl-js, resulting in the polygons from the mbtiles being currently non-interactive. From my quick attempt at implementing the on-click feature query usingconsole-logs, the click event doesn't even run the code that returns the building name.