 |
|
|
City Officials Mulling Portland's Transportation Priorities
Last Updated:
2/12/2008 2:10:57 PM
|
|
PORTLAND
(NEWS CENTER) -- Portland area officials will meet Tuesday night to
discuss which transportation projects get federal funding.
The
meeting is to discuss the Portland Area Comprehensive Transportation
Committee's (PACTS) list of transportation priorities.
The top
item on its list is rebuilding Veterans Memorial Bridge, a major
roadway that connects the Portland Peninsula to South Portland.
A review by the Maine Department of Transportation estimates it would cost around $30 million.
One
controversial item on the list is the expansion of Interstate 295.
Opponents at the Public Interest Research Group (PIRG) say the
expansion would attract more cars to the city and increase pollution.
They say that money would be better spent on public transit.
The meeting is scheduled for Tuesday, 7 P.M. at the Clarion Hotel in Portland.
NEWS CENTER
©2007 WCSH6.com/Gannett Co., Inc. All Rights Reserved.
function PageQuery(q) {
if(q.length > 1) this.q = q.substring(1, q.length);
else this.q = null;
this.keyValuePairs = new Array();
if(q) {
for(var i=0; i < this.q.split("&").length; i++) {
this.keyValuePairs = this.q.split("&");
}
}
this.getKeyValuePairs = function() { return this.keyValuePairs; }
this.getValue = function(s) {
for(var j=0; j < this.keyValuePairs.length; j++) {
if(this.keyValuePairs[j].split("=")[0] == s)
return this.keyValuePairs[j].split("=")[1];
}
return false;
}
this.getParameters = function() {
var a = new Array(this.getLength());
for(var j=0; j < this.keyValuePairs.length; j++) {
a[j] = this.keyValuePairs[j].split("=")[0];
}
return a;
}
this.getLength = function() { return this.keyValuePairs.length; }
}
function queryString(key){
var page = new PageQuery(window.location.search);
return unescape(page.getValue(key));
}
function getQS(key){
if(queryString(key)=='false')
{
return;
}else{
return queryString(key);
}
}