I think it makes total sense to replace the frontend prototype for the new OAM with stac-map: https://github.com/hotosm/openaerialmap/issues/234 Prerequisite: https://github.com/developmentseed/stac-map/issues/136 - It would be great if we can also load additional layers as part of a config. - I would imagine we would load a global coverage layer (PMTiles), or a TMS layer (TiTiler) into the map as needed. e.g. config.json ``` { "stac-url": "https://xxxx", "layers": [ 'mapbox style spec layers here' 'pmtiles, tms, etc' ] } ```