One of my fave #Maplibre tricks is to use an inverse polygon hiding everything outside an area of interest 😍
We can construct a polygon covering everything except the area of interest: this works because a polygon feature can contain multiple rings: the first ring is the web mercator extent, the second ring the area of interest's bounds.
With the correct winding order this gives us a polygon covering the full map, with a hole for the area of interest! Awesome! 🗾✂️

