[Mapbender-commits] r8487 - in trunk/mapbender/http: classes plugins

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Thu Sep 13 04:43:31 PDT 2012


Author: armin11
Date: 2012-09-13 04:43:30 -0700 (Thu, 13 Sep 2012)
New Revision: 8487

Modified:
   trunk/mapbender/http/classes/class_wfs_factory.php
   trunk/mapbender/http/plugins/mb_downloadFeedClient.php
Log:
Bugfix less exceptions

Modified: trunk/mapbender/http/classes/class_wfs_factory.php
===================================================================
--- trunk/mapbender/http/classes/class_wfs_factory.php	2012-09-13 08:13:45 UTC (rev 8486)
+++ trunk/mapbender/http/classes/class_wfs_factory.php	2012-09-13 11:43:30 UTC (rev 8487)
@@ -128,7 +128,7 @@
 				$ft->summary = db_result($res_fe, $cnt_fe, "featuretype_abstract");
 				$ft->searchable = db_result($res_fe, $cnt_fe, "featuretype_searchable");
 				$ft->inspire_download = db_result($res_fe, $cnt_fe, "inspire_download");
-				$e = new mb_exception("class_wfs_factory: read from db FT inspire_download: ".$ft->inspire_download);
+				$e = new mb_notice("class_wfs_factory: read from db FT inspire_download: ".$ft->inspire_download);
 				$ft->srs = db_result($res_fe, $cnt_fe, "featuretype_srs");
 				$latLonBbox = db_result($res_fe, $cnt_fe, "featuretype_latlon_bbox");
 				$e = new mb_notice("class_wfs_factory: FT latlonbbox: ".$latLonBbox);

Modified: trunk/mapbender/http/plugins/mb_downloadFeedClient.php
===================================================================
--- trunk/mapbender/http/plugins/mb_downloadFeedClient.php	2012-09-13 08:13:45 UTC (rev 8486)
+++ trunk/mapbender/http/plugins/mb_downloadFeedClient.php	2012-09-13 11:43:30 UTC (rev 8487)
@@ -116,7 +116,7 @@
 	<p>    
 		<form id="service_feed_form">
 		<label for="download_feed_url"><?php echo _mb("ATOM Feed url");?></label>
-		<input name="download_feed_url" id="download_feed_url" class="required" <?php if (isset($url)) {echo " value=\"".$url."\"";} else { echo " value=\"\"";}?>/><input type="button" title="Get Feed" id="download_feed_button" value="Get Feed Content"/>
+		<input name="download_feed_url" id="download_feed_url" class="required" <?php if (isset($url)) {echo " value=\"".$url."\"";} else { echo " value=\"\"";}?>/><img src="../img/gnome/process-stop.png" width="20px" onclick="$('#download_feed_url').val('');"/><input type="button" title="Get Feed" id="download_feed_button" value="Get Feed Content"/>
 		</form>
 	</p>
 	</div>



More information about the Mapbender_commits mailing list