Integrating Heatmap into Narrated Website with header (tabs) and footer?

The Heatmap addon uses Leaflet for its maps. See Leaflet layer groups if you want to include a layer switcher.

Right now the heatmap only shows the density of places and also shows all events with the same place as one point (=better performance, but less information). See original post

You would have to rewrite the addon to export all event data or at least the gramps_ids/handles, which are needed to link to the right pages. I don’t know how exactly the narrated web report generates the links/pages but probably something like http://website-name.domain/persons/<id>. Keep in mind that a place often has more than one event, so you need a way show a list of links or a table of all event data (if you export the event data).