> ## Content Index
> Fetch the complete content index at: https://www.dublininquirer.com/llms.txt
> Use this file to discover other available public pages before exploring further.

# What we learned from reports to our cycle collision tracker this year
- URL: https://www.dublininquirer.com/collision-tracker-wrapped/
- Published: 2024-12-18T00:06:00.000Z
- Updated: 2024-12-17T23:04:42.000Z
- Author: Brian Rogers
- Tags: City Desk, collision tracker, Cycle Collision Tracker, cycling safety, #wp, #wp-post, #Import 2025-03-05 15:28

const iframe = document.getElementById("newspack-iframe-o7dOsaPMinZA"); const timerId = setInterval( function() { iframe.src = iframe.src; }, 2000 ); iframe.onload = function() { clearInterval(timerId); }