City Park Local Area Plan adopted by City Council
Posted on
April 27, 2010
by
Norm Fisher, Royal LePage Vidorra
The 175-page document known as the City Park Local Area Plan was adopted by council at last night’s meeting, the first major step towards implementation of 38 recommendations which were developed in consultation with community stakeholders including area residents, business owners, and property owners.
Traffic, circulation and parking issues top the list of concerns in Saskatoon’s most densely populated community. In addition to the highest number of dwellings per acre of any Saskatoon neighbourhood, City Parkis also home to City Hospital and various attractions along the river’s edge that draw Saskatoon residents to this treasured community.
Read the City Park Local Area Plan here.
Norm Fisher
Royal LePage Vidorra
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();
}
}