fix datasetSeries in ISO19115.php

This commit is contained in:
wlx 2009-12-17 14:08:14 +00:00
parent 5b1dee34b0
commit 9ab0456f85
1 changed files with 1 additions and 1 deletions

View File

@ -280,7 +280,7 @@ class ISO19115
}
}
//in ISO 19115 draft.
$ds=$this->dom->getElementsByTagName('DatasetSeries');
$ds=$this->dom->getElementsByTagName('datasetSeries');
foreach($ds as $k=>$dataset)
{
$this->datasetSeries[$k]['seriesName']=$dataset->getElementsByTagName('seriesName')->item(0)->nodeValue;