EZ EZViwe

대구시, 경북도와 산림문화휴양지 팔공산 둘레길 조성

대구 동구·경산·영천·군위·칠곡 잇는 순환형 숲길 108km···2018년 완공

최병철 기자 기자  2015.03.19 12:51:37

기사프린트

(대구=대한뉴스) 최병철 기자 = 대구시(시장 권영진)는 경상북도(도지사 김관용)와 함께 지역의 대표적 명산인 팔공산의 아름다운 경관, 역사, 문화 등을 볼 수 있는 명품 숲길을 조성한다.

대구와 경북은 19일 오후 대구경북연구원에서 ‘팔공산 둘레길 조성 기본계획 보고회’를 개최한다.

팔공산 둘레길 조성사업은 대구경북연구원이 지난해 4월부터 올해 3월까지 11개월간의 연구 과정을 거쳐 기본계획안을 마련했다.

사업비 90여억 원을 투입하는 팔공산 둘레길 조성사업은 총연장 108km(대구 34km, 경북74km)의 숲길을 2018년까지 조성한다는 계획이다.

$(function() { $('#news_body_area img').each(function(i) { var tmpImage = new Image(); tmpImage.src = $(this).attr('src'); if (parseInt(tmpImage.width) > 680) { $(this).css('width', '680px'); } }); }); var MYNEWS_PHOTO_LIMIT_WIDTH = parseInt("680"); $("img[xtype='photo']").load(function(obj) { var title = $(this).attr('title'); $(this).attr('alt', title); $(this).removeAttr('title'); var image_align_class = ""; var clazz = $(this).attr('class'); if (clazz != null && clazz.length > 0) { image_align_class = " "+clazz; } $(this).attr('class', 'img'); $(this).removeAttr('xtype'); var w = parseInt($(this).css('width')); if (isNaN(w)) { w = 0; } var h = parseInt($(this).css('height')); if (isNaN(h)) { h = 0; } if (w <= 0) { var timg = new Image(); timg.src = this.src; w = parseInt(timg.width); if (isNaN(w)) { //... } } if (w > MYNEWS_PHOTO_LIMIT_WIDTH) { var pct = parseFloat(MYNEWS_PHOTO_LIMIT_WIDTH) / parseFloat(w); w = MYNEWS_PHOTO_LIMIT_WIDTH; if (pct > 0 && pct < 1 && h > 0) { h = Math.floor(parseFloat(h) * pct); } } $(this).css('width', w+"px"); if (h > 0) { $(this).css('height', h+"px"); } $(this).wrap("

"); if (title != null && title.length > 0) { if (title.indexOf('▲') == -1) { title = '▲' + title; } $(this).after("
"+title+"
"); } });