With the migration to Nextjs, leaflet has been replaced in favor of maplibre
the only remains of it in our code base is used as types
import { type LatLngExpression } from 'leaflet';
remove this and find an alternative
bonus: reorganize the datastructure of how we store our polygons for less transformations