From 293da0d30163e235ee2361615c065f3c3a12e4c0 Mon Sep 17 00:00:00 2001 From: luigser Date: Fri, 9 Oct 2015 17:12:51 +0200 Subject: [PATCH] Datalets xml update --- DEEP.php | 7 +++++++ controllets.xml | 2 +- datalets.xml | 6 +++--- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/DEEP.php b/DEEP.php index 99dc2ab..a35e442 100755 --- a/DEEP.php +++ b/DEEP.php @@ -11,6 +11,9 @@ error_reporting(-1); require 'Slim/Slim.php'; +/** + * Class DEEP + */ class DEEP { private static $instance = null; private $app; @@ -55,6 +58,10 @@ class DEEP { }); } + /** + * @param $source + * @return array + */ public function loadServices($source){ $components_array = array(); $handler_configuration = simplexml_load_file($source) or die("ERROR: cant read Components configuration \n"); diff --git a/controllets.xml b/controllets.xml index 7202de8..ef6d65d 100755 --- a/controllets.xml +++ b/controllets.xml @@ -1,7 +1,7 @@ - http://192.168.232.128/DEEalerProvider/COMPONENTS/controllets/ + http://192.168.214.128/DEEalerProvider/COMPONENTS/controllets/ diff --git a/datalets.xml b/datalets.xml index 54025df..3697c54 100755 --- a/datalets.xml +++ b/datalets.xml @@ -1,7 +1,7 @@ - http://192.168.232.128/DEEalerProvider/COMPONENTS/datalets/ + http://192.168.214.128/DEEalerProvider/COMPONENTS/datalets/ @@ -187,8 +187,8 @@ 11 - Link - It is the link to the image related to the camera associated to each points + Balloon content + It is the text associated to the marker or the link to the image related to the camera associated to each points. nominal domain 11 -- libgit2 0.21.4