[Mapbender-commits] r8754 - trunk/mapbender/http/php

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Wed Dec 11 11:38:58 PST 2013


Author: armin11
Date: 2013-12-11 11:38:57 -0800 (Wed, 11 Dec 2013)
New Revision: 8754

Modified:
   trunk/mapbender/http/php/mod_validateInspire.php
Log:
Request HTML representation as default for JRC INSPIRE validator

Modified: trunk/mapbender/http/php/mod_validateInspire.php
===================================================================
--- trunk/mapbender/http/php/mod_validateInspire.php	2013-12-11 19:35:37 UTC (rev 8753)
+++ trunk/mapbender/http/php/mod_validateInspire.php	2013-12-11 19:38:57 UTC (rev 8754)
@@ -18,7 +18,7 @@
 //TODO - make a class of it - with url, and return mimetype as attributes
 require_once(dirname(__FILE__) . "/../../core/globalSettings.php");
 
-function validateInspirehtml($xml) {
+function validateInspire($xml) {
 	//$validatorUrl = 'http://localhost/mapbender_trunk/geoportal/log_requests.php';
 	//$validatorUrl = 'http://inspire-geoportal.ec.europa.eu/GeoportalProxyWebServices/resources/INSPIREResourceTester';
 	if (defined("INSPIRE_VALIDATOR_URL") && INSPIRE_VALIDATOR_URL != '') {
@@ -76,7 +76,7 @@
 	echo $repl;
 }
 
-function validateInspire($xml){
+function validateInspireXml($xml){
 	//$validatorUrl = 'http://localhost/mapbender_trunk/geoportal/log_requests.php';
 	//$validatorUrl = 'http://inspire-geoportal.ec.europa.eu/GeoportalProxyWebServices/resources/INSPIREResourceTester';
 	if (defined("INSPIRE_VALIDATOR_URL") && INSPIRE_VALIDATOR_URL != '') {



More information about the Mapbender_commits mailing list