fix link error

This commit is contained in:
wlx 2013-06-02 14:11:11 +00:00
parent 1375ec7643
commit b6ddcfe113
1 changed files with 2 additions and 2 deletions

View File

@ -594,8 +594,8 @@ class ServiceController extends Zend_Controller_Action
@$odf->setVars('south',$row['south'],true,'utf-8');
@$odf->setVars('west',$row['west'],true,'utf-8');
@$odf->setVars('east',$row['east'],true,'utf-8');
$odf->setImage('bigthumb', 'http://test.westgis.ac.cn/service/bigthumb/uuid/'.$row['uuid']);
$odf->setImage('thumb', 'http://test.westgis.ac.cn/service/thumb/uuid/'.$row['uuid']);
$odf->setImage('bigthumb', 'http://deep.qherc.org/service/bigthumb/uuid/'.$row['uuid']);
$odf->setImage('thumb', 'http://deep.qherc.org/service/thumb/uuid/'.$row['uuid']);
$odf->exportAsAttachedFile($row['title'].'.odt');
}