Sections of Queen Elizabeth Driveway and Colonel By Drive will be closed for the removal of Rideau Canal Skateway chalets and equipment. Pathway segments adjacent to the road closures will also be closed.
Thursday, April 9, 2026
Schedule: 10:45 am to 3:30 pm.Location: Queen Elizabeth Driveway northbound lane between Fifth Avenue and Princess Patricia Way.Impact on motorists: Closure of the northbound lane; traffic will be intermittently rerouted through the open lane.Impact on pedestrians and cyclists: Pathway closure in effect. Please follow signage.
Friday, April 10, 2026
Schedule: 7 am to 11:30 am.
Location: Queen Elizabeth Driveway northbound and southbound lanes between Fifth Avenue and the Bank Street bridge.
Schedule: 11:30 am to 3:15 pm.
Location: Colonel By Drive northbound and southbound lanes between Bronson Avenue and University Drive, with the northbound lane closure extending from University to Hog’s Back Road.
Impact on motorists: Multiple closures on Queen Elizabeth Driveway and Colonel By Drive. Motorists are asked to find alternate routes.Impact on pedestrians and cyclists: Pathway closure in effect. Please follow signage.
Saturday, April 11, 2026
Schedule: 5:15 am to 12:15 pm.Location: Colonel By Drive northbound and southbound lanes between Daly Avenue and Hawthorne Avenue.Impact on motorists: Closure of both lanes. Motorists are asked to find alternate routes.Impact on pedestrians and cyclists: Pathway closure in effect. Please follow signage.
Monday, April 13, 2026
Schedule: 8 am to 10:15 am.
Location: Queen Elizabeth Driveway northbound and southbound lanes between Fifth Avenue and Princess Patricia Way.
Schedule: 10:15 am to 4 pm.
Location: Colonel By Drive northbound and southbound lanes between Daly Avenue and Hawthorne Avenue (both directions).
Impact on motorists: Motorists are asked to find alternate routes.
Impact on pedestrians and cyclists: Pathway closure in effect. Please follow signage.
\n”},{“handle”:”facebookPixel”,”head”:” function initFacebookPixel(){\n !function(f,b,e,v,n,t,s){\n if(f.fbq) return; n=f.fbq=function(){\n n.callMethod ? n.callMethod.apply(n,arguments) : n.queue.push(arguments);\n };\n if(!f._fbq) f._fbq=n;\n n.push=n; n.loaded=!0; n.version=’2.0′; n.queue=[];\n t=b.createElement(e); t.async=!0;\n t.src=v; s=b.getElementsByTagName(e)[0];\n s.parentNode.insertBefore(t,s);\n }(window,document,’script’,’\/\/connect.facebook.net\/en_US\/fbevents.js’);\n\n fbq(‘init’, ‘837959289699976’);\n\n fbq(‘track’, ‘PageView’);\n }\n\n \/\/ Lancer automatiquement si consentement d\u00e9j\u00e0 donn\u00e9\n if (document.cookie.includes(‘ncc_ccn_tracking=’)) {\n initFacebookPixel();\n }\n”,”body”:” “},{“handle”:”linkedInInsight”,”head”:”\/* LinkedIn Insight script did not render *\/\n”,”body”:””},{“handle”:”hubSpot”,”head”:””,”body”:””},{“handle”:”pinterestTag”,”head”:”\/* Pinterest Tag script did not render *\/\n”,”body”:””},{“handle”:”fathom”,”head”:”\/* Fathom script did not render *\/\n”,”body”:””},{“handle”:”matomo”,”head”:”\/* Matomo script did not render *\/\n”,”body”:””},{“handle”:”plausible”,”head”:”\/* Plausible script did not render *\/\n”,”body”:””},{“handle”:”googleAnalytics”,”head”:”(function(i,s,o,g,r,a,m){i[‘GoogleAnalyticsObject’]=r;i[r]=i[r]||function(){\n(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),\nm=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)\n})(window,document,’script’,’https:\/\/www.google-analytics.com\/analytics.js’,’ga’);\nga(‘create’, ‘UA-97225426-1’, ‘auto’, {allowLinker: true});\nga(‘set’, ‘anonymizeIp’, true);\nga(‘require’, ‘displayfeatures’);\nga(‘require’, ‘linkid’);\nga(‘require’, ‘linker’);\nga(‘send’, ‘pageview’);\n”,”body”:””}];
function appendHtml(html, target) {
if (!html) return;
var template = document.createElement(‘template’);
template.innerHTML = html.trim();
Array.prototype.slice.call(template.content.childNodes).forEach(function(node) {
if (node.nodeType !== Node.ELEMENT_NODE) return;
if (node.tagName !== ‘SCRIPT’) {
target.appendChild(node.cloneNode(true));
return;
}
var script = document.createElement(‘script’);
Array.prototype.slice.call(node.attributes).forEach(function(attr) {
script.setAttribute(attr.name, attr.value);
});
if (node.textContent) {
script.text = node.textContent;
}
target.appendChild(script);
});
}
function loadSeomaticTrackingScripts() {
if (window.__seomaticTrackingLoaded) return;
window.__seomaticTrackingLoaded = true;
seomaticTrackingScripts.forEach(function(scriptParts) {
if (scriptParts.head) {
var inlineScript = document.createElement(‘script’);
inlineScript.text = scriptParts.head;
document.head.appendChild(inlineScript);
}
appendHtml(scriptParts.body, document.body);
});
}
function persistConsent(value) {
var expires = new Date();
expires.setFullYear(expires.getFullYear() + 1);
document.cookie=”ncc_ccn_tracking=” + value + ‘; path=/; expires=” + expires.toUTCString() + “; SameSite=Lax’;
var csrfToken = document.querySelector(‘meta[name=”csrf-token”]’);
fetch(“/api/tracking?setting=” + value, {
method: “POST”,
headers: { “X-CSRF-Token”: csrfToken ? csrfToken.getAttribute(‘content’) : ” }
});
}
$(document).on(“click”,”[data-cookie-accept]”,function() {
$(“.cookie-banner__container”).hide();
persistConsent(1);
loadSeomaticTrackingScripts();
if (typeof window.updateGTMConsent === ‘function’) window.updateGTMConsent();
if (typeof loadConsentTrackers === ‘function’) loadConsentTrackers();
});
$(document).on(“click”,”[data-cookie-decline]”,function() {
$(“.cookie-banner__container”).hide();
persistConsent(0);
// No reload, and don’t load trackers.
});
})();