添加时间点信息
This commit is contained in:
parent
a45de44982
commit
3a1841990c
|
@ -408,6 +408,11 @@ class ISO19115
|
|||
$this->timebegin=$period->getElementsByTagName('begin')->item(0)->nodeValue;
|
||||
$this->timeend=$period->getElementsByTagName('end')->item(0)->nodeValue;
|
||||
}
|
||||
$tm_day=$this->dom->getElementsByTagName('TM_CalDate');
|
||||
foreach($tm_day as $day)
|
||||
{
|
||||
$this->timebegin=$day->getElementsByTagName('calDate')->item(0)->nodeValue;
|
||||
}
|
||||
//Todo:处理缩略图,限制为一个。
|
||||
//$thumb=$this->dom->getElementsByTagName('Thumbnail');
|
||||
$xpath = new DOMXPath($this->dom);
|
||||
|
|
Loading…
Reference in New Issue