Faceted browse + mapping

Hi everyone,
I’m working on a faceted browse page that works pretty well. I wonder if it is possible to add a map that shows the results of the faceted browser (the items are geolocalised). If not, do you have any suggestions or work around to integrate the results obtained from the facets into a map ?
Thanks a lot

It is a good idea, but this is currently not possible. It’s simple enough for a module to add a facet type that filters items by map feature presence, given that it’s already a filter that the Mapping module provides; but conditionally changing the output of the result page from a list of items to a map of items would be tricky. It would probably require some non-trivial changes to the Faceted Browse module to accommodate custom result output.