in public/js/components/map.js [100:106]
highlightFeature(feature) {
const center = turfCenter(feature);
this._highlightFeature(feature, new maplibre.LngLat(center.geometry.coordinates[0], center.geometry.coordinates[1]));
const bbox = turfBbox(feature);
this._maplibreMap.fitBounds(bbox);
}