Saskatoon Lakeview residents pressure city for sound barrier along Highway 16
Posted on
October 7, 2010
by
Norm Fisher, Royal LePage Vidorra
Some
Lakeviewarea residents are pushing the city of Saskatoon for a sound attenuation wall along Highway 16 between Circle Drive and Boychuk Drive. Residents who back the highway say that the noise is unbearable and needs to be dealt with soon.
The city has spent nearly $25 million on sound walls over the past few years but says that while the stretch of road along the south edge of Lakeview is a high on the priority list, the money needed to complete the near $5 million dollar project isn’t in the budget at this time.
More from the Star Phoenix here.
The Saskatchewan REALTORS® Association (SRA) IDX Reciprocity listings are displayed in
accordance with SRA's MLS® Data Access Agreement and are copyright of the Saskatchewan REALTORS® Association (SRA).
The above information is from sources deemed reliable but should not be relied upon without independent verification.
The information presented here is for general interest only, no guarantees apply.
Trademarks are owned and controlled by the Canadian Real Estate Association (CREA).
Used under license.
MLS® System data of the Saskatchewan REALTORS® Association (SRA) displayed on this site is refreshed every 2 hours.
$(document).ready(function () {
var allBoxes = $("#mrp-container10 div.weblet_web-syndication").children("div");
transitionBox(null, allBoxes.first());
});
function transitionBox(from, to) {
function next() {
var nextTo;
if (to.is(":last-child")) {
nextTo = to.closest("#mrp-container10 .weblet_web-syndication").children("div").first();
} else {
nextTo = to.next();
}
to.fadeIn(500, function () {
setTimeout(function () {
transitionBox(to, nextTo);
}, 7000);
});
}
if (from) {
from.fadeOut(500, next);
} else {
next();
}
}