[Mapbender-commits] r9474 - trunk/mapbender/http/classes

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Tue May 24 04:27:56 PDT 2016


Author: armin11
Date: 2016-05-24 04:27:56 -0700 (Tue, 24 May 2016)
New Revision: 9474

Modified:
   trunk/mapbender/http/classes/class_iso19139.php
Log:
fix html representation of temporal extent

Modified: trunk/mapbender/http/classes/class_iso19139.php
===================================================================
--- trunk/mapbender/http/classes/class_iso19139.php	2016-05-24 06:21:21 UTC (rev 9473)
+++ trunk/mapbender/http/classes/class_iso19139.php	2016-05-24 11:27:56 UTC (rev 9474)
@@ -704,7 +704,8 @@
 			$html .= '</fieldset>';
 			$html .= '<fieldset><legend>'._mb("Temporal extent").'</legend>';
 			$html .= $tableBegin;
-			$html .= $t_a."<b>".$iso19139Hash[13]['html']."</b>: ".$t_b.$iso19139Hash[13]['value'].$t_c;
+			$html .= $t_a."<b>".$iso19139Hash[38]['html']."</b>: ".$t_b.$iso19139Hash[38]['value'].$t_c;
+			$html .= $t_a."<b>".$iso19139Hash[39]['html']."</b>: ".$t_b.$iso19139Hash[39]['value'].$t_c;
 			$html .= $t_a."<b>".$iso19139Hash[14]['html']."</b>: ".$t_b.$iso19139Hash[14]['value'].$t_c;
 			$html .= $t_a."<b>".$iso19139Hash[15]['html']."</b>: ".$t_b.$iso19139Hash[15]['value'].$t_c;
 			$html .= $t_a."<b>".$iso19139Hash[16]['html']."</b>: ".$t_b.$iso19139Hash[16]['value'].$t_c;



More information about the Mapbender_commits mailing list