Re: [Dhis2-users] [Dhis2-devs] GIS failing to load in 2.25

2016-10-31 Thread Jose Garcia Muñoz
Great!! we had to remove the '\n' characters and also the white spaces...
now it is working! (I pay the beers next time in Oslo).

Now, how '\n' and '\s' characters could be introduced in our database? It
seems that our XMLs files are fine... (I can attach them if you want).

Thanks guys!


On Tue, Nov 1, 2016 at 4:00 AM, Jose Garcia Muñoz 
wrote:

>
> Thanks Lars,
>
> I definitily will try to remove the '\n'. It is strange because we have
> '\n' in the coordinates of all org. units. I have checked the XMLs we have
> used for import, and they seem to be ok. Would it be related to a problem
> within the import process? It seems that only happens in 2.25...
>
> On Tue, Nov 1, 2016 at 3:14 AM, Lars Helge Øverland 
> wrote:
>
>> Hi Jose,
>>
>> seems like you have a linebreak in your geojson, see:
>>
>> "\n"
>>
>> Likely not behaving well with json parsing. Try removing that.
>>
>>
>> Lars
>>
>>
>>
>>
>>
>>
>>
>> On Mon, Oct 31, 2016 at 9:36 PM, Jose Garcia Muñoz 
>> wrote:
>>
>>>
>>> Ok, I see, I think this is because of the blank spaces??
>>>
>>>
>>>
>>> [{"id":"NC3WdxGafv5","code":"KH","na":"Cambodia","hcd":false
>>> ,"hcu":true,"le":3,"pg":"/FvUGp8I75zV/aChOCLW4x6p","pi":"aChOCLW4x6p","pn":"Asia
>>> and Eastern Europe","ty":2,"co":"\n
>>>  102.9176,11.6358],[102.3792,13.5749],[102.599,13.6079],
>>> [103.1812,14.3275],[104.8073,14.4484],[105.0764,14.2177],[10
>>> 5.2083,14.3495],[105.3621,14.1078],[106.0543,13.932],[106.
>>> 1751,14.0639],[106.0048,14.3715],[106.5432,14.5967],[106.
>>> 8563,14.3056],[107.5484,14.7066],[107.3397,14.1243],[107.
>>> 4715,13.932],[107.6308,13.531],[107.5484,12.3554],[106.4223,
>>> 11.9709],[106.4608,11.6633],[106.0488,11.7786],[105.818,11.
>>> 6193],[106.2026,10.7679],[105.7796,11.0205],[105.1039,10.
>>> 9546],[104.8842,10.5371],[104.4447,10.4218],[104.247,10.
>>> 5701],[103.6207,10.4932],[103.5163,10.636],[103.7196,10.
>>> 8667],[103.5548,11.1579],[103.1318,10.8832],[102.956,11.
>>> 5534],[103.0824,11.7237],[102.8956,11.8281],[102.9176,11.6358 "}]
>>>
>>> On Mon, Oct 31, 2016 at 9:02 PM, Bjørn Sandvik  wrote:
>>>
 Hi Jose,

 Could you send the the results of the geoFeatures query than your GIS
 app is requesting?

 The coordinate format should be similar to:
 https://play.dhis2.org/demo/api/25/geoFeatures.json?ou=ou:LE
 VEL-2;ImspTQPwCqd=NAME

 "co": 
 "-11.5914,8.4875],[-11.5906,8.4769],[-11.5898,8.4717],[-11.5882,8.466]
 ...

 --
 Bjørn Sandvik
 GIS developer, DHIS 2
 University of Oslo
 www.dhis2.org



 On Mon, Oct 31, 2016 at 6:19 PM, Jose Garcia Muñoz 
 wrote:

>
> Thanks for the quick actions Jan, Bjorn,
>
> Almost there :). Now the GIS is being displayed, but whenver I want to
> display the bounderies of a country (or bounderies of any level) I'm
> getting the following error:
>
> The org. units have been imported from 2.22 to 2.25. It seems that
> everything is correct in the database...
>
> Am I missing something? Any ideas? :)
>
> Thanks!
>
> Uncaught Error: Invalid LatLng object: (102.3792,13.5749,
> 102.9176,11.6358)
> at L.LatLng (http://localhost:8080/dhis225
> /dhis-web-mapping/app.js:2:14559)
> at coordsToLatLng (http://localhost:8080/dhis225
> /dhis-web-mapping/app.js:5:18296)
> at Function.coordsToLatLngs (http://localhost:8080/dhis225
> /dhis-web-mapping/app.js:5:18573)
> at Function.coordsToLatLngs (http://localhost:8080/dhis225
> /dhis-web-mapping/app.js:5:18481)
> at Function.geometryToLayer (http://localhost:8080/dhis225
> /dhis-web-mapping/app.js:5:17850)
> at NewClass.addData (http://localhost:8080/dhis225
> /dhis-web-mapping/app.js:5:16349)
> at NewClass.addData (http://localhost:8080/dhis225
> /dhis-web-mapping/app.js:5:16219)
> at NewClass.initialize (http://localhost:8080/dhis225
> /dhis-web-mapping/app.js:5:15944)
> at NewClass.initialize (http://localhost:8080/dhis225
> /dhis-web-mapping/app.js:7:8380)
> at NewClass.initialize (http://localhost:8080/dhis225
> /dhis-web-mapping/app.js:9:39)
>
> On Mon, Oct 31, 2016 at 12:56 PM, Jan Henrik Øverland 
> wrote:
>
>> Hi Jose,
>>
>> You are right that the requests didn't fail. The problem was that
>> they didn't return anything, and the app was not prepared for it.
>>
>> Thanks for reporting.
>>
>> Jan
>>
>>
>>
>> On 31 October 2016 at 12:47, Jose Garcia Muñoz 
>> wrote:
>>
>>>
>>> Thanks Abyot, Bjorn,
>>>
>>> Abyot, the API didn't give us any error, so I really don't know what
>>> the problem may be
>>>
>>> Bjorn, thanks, will try your fix in the following hours and let you

Re: [Dhis2-users] [Dhis2-devs] GIS failing to load in 2.25

2016-10-31 Thread Jose Garcia Muñoz
Thanks Lars,

I definitily will try to remove the '\n'. It is strange because we have
'\n' in the coordinates of all org. units. I have checked the XMLs we have
used for import, and they seem to be ok. Would it be related to a problem
within the import process? It seems that only happens in 2.25...

On Tue, Nov 1, 2016 at 3:14 AM, Lars Helge Øverland  wrote:

> Hi Jose,
>
> seems like you have a linebreak in your geojson, see:
>
> "\n"
>
> Likely not behaving well with json parsing. Try removing that.
>
>
> Lars
>
>
>
>
>
>
>
> On Mon, Oct 31, 2016 at 9:36 PM, Jose Garcia Muñoz 
> wrote:
>
>>
>> Ok, I see, I think this is because of the blank spaces??
>>
>>
>>
>> [{"id":"NC3WdxGafv5","code":"KH","na":"Cambodia","hcd":false
>> ,"hcu":true,"le":3,"pg":"/FvUGp8I75zV/aChOCLW4x6p","pi":"aChOCLW4x6p","pn":"Asia
>> and Eastern Europe","ty":2,"co":"\n
>>  102.9176,11.6358],[102.3792,13.5749],[102.599,13.6079],
>> [103.1812,14.3275],[104.8073,14.4484],[105.0764,14.2177],[
>> 105.2083,14.3495],[105.3621,14.1078],[106.0543,13.932],[
>> 106.1751,14.0639],[106.0048,14.3715],[106.5432,14.5967],[
>> 106.8563,14.3056],[107.5484,14.7066],[107.3397,14.1243],[
>> 107.4715,13.932],[107.6308,13.531],[107.5484,12.3554],[106.
>> 4223,11.9709],[106.4608,11.6633],[106.0488,11.7786],[105.
>> 818,11.6193],[106.2026,10.7679],[105.7796,11.0205],[105.
>> 1039,10.9546],[104.8842,10.5371],[104.4447,10.4218],[104.
>> 247,10.5701],[103.6207,10.4932],[103.5163,10.636],[103.
>> 7196,10.8667],[103.5548,11.1579],[103.1318,10.8832],[102.
>> 956,11.5534],[103.0824,11.7237],[102.8956,11.8281],[102.9176,11.6358
>> "}]
>>
>> On Mon, Oct 31, 2016 at 9:02 PM, Bjørn Sandvik  wrote:
>>
>>> Hi Jose,
>>>
>>> Could you send the the results of the geoFeatures query than your GIS
>>> app is requesting?
>>>
>>> The coordinate format should be similar to:
>>> https://play.dhis2.org/demo/api/25/geoFeatures.json?ou=ou:LE
>>> VEL-2;ImspTQPwCqd=NAME
>>>
>>> "co": 
>>> "-11.5914,8.4875],[-11.5906,8.4769],[-11.5898,8.4717],[-11.5882,8.466]
>>> ...
>>>
>>> --
>>> Bjørn Sandvik
>>> GIS developer, DHIS 2
>>> University of Oslo
>>> www.dhis2.org
>>>
>>>
>>>
>>> On Mon, Oct 31, 2016 at 6:19 PM, Jose Garcia Muñoz 
>>> wrote:
>>>

 Thanks for the quick actions Jan, Bjorn,

 Almost there :). Now the GIS is being displayed, but whenver I want to
 display the bounderies of a country (or bounderies of any level) I'm
 getting the following error:

 The org. units have been imported from 2.22 to 2.25. It seems that
 everything is correct in the database...

 Am I missing something? Any ideas? :)

 Thanks!

 Uncaught Error: Invalid LatLng object: (102.3792,13.5749,
 102.9176,11.6358)
 at L.LatLng (http://localhost:8080/dhis225
 /dhis-web-mapping/app.js:2:14559)
 at coordsToLatLng (http://localhost:8080/dhis225
 /dhis-web-mapping/app.js:5:18296)
 at Function.coordsToLatLngs (http://localhost:8080/dhis225
 /dhis-web-mapping/app.js:5:18573)
 at Function.coordsToLatLngs (http://localhost:8080/dhis225
 /dhis-web-mapping/app.js:5:18481)
 at Function.geometryToLayer (http://localhost:8080/dhis225
 /dhis-web-mapping/app.js:5:17850)
 at NewClass.addData (http://localhost:8080/dhis225
 /dhis-web-mapping/app.js:5:16349)
 at NewClass.addData (http://localhost:8080/dhis225
 /dhis-web-mapping/app.js:5:16219)
 at NewClass.initialize (http://localhost:8080/dhis225
 /dhis-web-mapping/app.js:5:15944)
 at NewClass.initialize (http://localhost:8080/dhis225
 /dhis-web-mapping/app.js:7:8380)
 at NewClass.initialize (http://localhost:8080/dhis225
 /dhis-web-mapping/app.js:9:39)

 On Mon, Oct 31, 2016 at 12:56 PM, Jan Henrik Øverland 
 wrote:

> Hi Jose,
>
> You are right that the requests didn't fail. The problem was that they
> didn't return anything, and the app was not prepared for it.
>
> Thanks for reporting.
>
> Jan
>
>
>
> On 31 October 2016 at 12:47, Jose Garcia Muñoz 
> wrote:
>
>>
>> Thanks Abyot, Bjorn,
>>
>> Abyot, the API didn't give us any error, so I really don't know what
>> the problem may be
>>
>> Bjorn, thanks, will try your fix in the following hours and let you
>> know
>>
>> Cheers
>> Jose
>>
>> On Mon, Oct 31, 2016 at 12:22 PM, Bjørn Sandvik 
>> wrote:
>>
>>> Hi Jose,
>>>
>>> I've applied a fix, so please check the latest version of DHIS 2.25.
>>>
>>> The error was due to missing infrastructural indicators
>>> and infrastructural data elements, which is no longer required for the 
>>> GIS
>>> app to start.
>>>
>>> The functionality in GIS app is of course still limited if you 

Re: [Dhis2-users] [Dhis2-devs] GIS failing to load in 2.25

2016-10-31 Thread Lars Helge Øverland
Hi Jose,

seems like you have a linebreak in your geojson, see:

"\n"

Likely not behaving well with json parsing. Try removing that.


Lars







On Mon, Oct 31, 2016 at 9:36 PM, Jose Garcia Muñoz 
wrote:

>
> Ok, I see, I think this is because of the blank spaces??
>
>
>
> [{"id":"NC3WdxGafv5","code":"KH","na":"Cambodia","hcd":
> false,"hcu":true,"le":3,"pg":"/FvUGp8I75zV/aChOCLW4x6p","pi":"aChOCLW4x6p","pn":"Asia
> and Eastern Europe","ty":2,"co":"\n
>  102.9176,11.6358],[102.3792,13.5749],[102.599,13.
> 6079],[103.1812,14.3275],[104.8073,14.4484],[105.0764,14.
> 2177],[105.2083,14.3495],[105.3621,14.1078],[106.0543,13.
> 932],[106.1751,14.0639],[106.0048,14.3715],[106.5432,14.
> 5967],[106.8563,14.3056],[107.5484,14.7066],[107.3397,14.
> 1243],[107.4715,13.932],[107.6308,13.531],[107.5484,12.
> 3554],[106.4223,11.9709],[106.4608,11.6633],[106.0488,11.
> 7786],[105.818,11.6193],[106.2026,10.7679],[105.7796,11.
> 0205],[105.1039,10.9546],[104.8842,10.5371],[104.4447,10.
> 4218],[104.247,10.5701],[103.6207,10.4932],[103.5163,10.
> 636],[103.7196,10.8667],[103.5548,11.1579],[103.1318,10.
> 8832],[102.956,11.5534],[103.0824,11.7237],[102.8956,11.8281],[102.9176,11.6358
> "}]
>
> On Mon, Oct 31, 2016 at 9:02 PM, Bjørn Sandvik  wrote:
>
>> Hi Jose,
>>
>> Could you send the the results of the geoFeatures query than your GIS app
>> is requesting?
>>
>> The coordinate format should be similar to:
>> https://play.dhis2.org/demo/api/25/geoFeatures.json?ou=ou:LE
>> VEL-2;ImspTQPwCqd=NAME
>>
>> "co": 
>> "-11.5914,8.4875],[-11.5906,8.4769],[-11.5898,8.4717],[-11.5882,8.466]
>> ...
>>
>> --
>> Bjørn Sandvik
>> GIS developer, DHIS 2
>> University of Oslo
>> www.dhis2.org
>>
>>
>>
>> On Mon, Oct 31, 2016 at 6:19 PM, Jose Garcia Muñoz 
>> wrote:
>>
>>>
>>> Thanks for the quick actions Jan, Bjorn,
>>>
>>> Almost there :). Now the GIS is being displayed, but whenver I want to
>>> display the bounderies of a country (or bounderies of any level) I'm
>>> getting the following error:
>>>
>>> The org. units have been imported from 2.22 to 2.25. It seems that
>>> everything is correct in the database...
>>>
>>> Am I missing something? Any ideas? :)
>>>
>>> Thanks!
>>>
>>> Uncaught Error: Invalid LatLng object: (102.3792,13.5749,
>>> 102.9176,11.6358)
>>> at L.LatLng (http://localhost:8080/dhis225
>>> /dhis-web-mapping/app.js:2:14559)
>>> at coordsToLatLng (http://localhost:8080/dhis225
>>> /dhis-web-mapping/app.js:5:18296)
>>> at Function.coordsToLatLngs (http://localhost:8080/dhis225
>>> /dhis-web-mapping/app.js:5:18573)
>>> at Function.coordsToLatLngs (http://localhost:8080/dhis225
>>> /dhis-web-mapping/app.js:5:18481)
>>> at Function.geometryToLayer (http://localhost:8080/dhis225
>>> /dhis-web-mapping/app.js:5:17850)
>>> at NewClass.addData (http://localhost:8080/dhis225
>>> /dhis-web-mapping/app.js:5:16349)
>>> at NewClass.addData (http://localhost:8080/dhis225
>>> /dhis-web-mapping/app.js:5:16219)
>>> at NewClass.initialize (http://localhost:8080/dhis225
>>> /dhis-web-mapping/app.js:5:15944)
>>> at NewClass.initialize (http://localhost:8080/dhis225
>>> /dhis-web-mapping/app.js:7:8380)
>>> at NewClass.initialize (http://localhost:8080/dhis225
>>> /dhis-web-mapping/app.js:9:39)
>>>
>>> On Mon, Oct 31, 2016 at 12:56 PM, Jan Henrik Øverland 
>>> wrote:
>>>
 Hi Jose,

 You are right that the requests didn't fail. The problem was that they
 didn't return anything, and the app was not prepared for it.

 Thanks for reporting.

 Jan



 On 31 October 2016 at 12:47, Jose Garcia Muñoz 
 wrote:

>
> Thanks Abyot, Bjorn,
>
> Abyot, the API didn't give us any error, so I really don't know what
> the problem may be
>
> Bjorn, thanks, will try your fix in the following hours and let you
> know
>
> Cheers
> Jose
>
> On Mon, Oct 31, 2016 at 12:22 PM, Bjørn Sandvik 
> wrote:
>
>> Hi Jose,
>>
>> I've applied a fix, so please check the latest version of DHIS 2.25.
>>
>> The error was due to missing infrastructural indicators
>> and infrastructural data elements, which is no longer required for the 
>> GIS
>> app to start.
>>
>> The functionality in GIS app is of course still limited if you have
>> an empty database.
>>
>> Thanks for reporting.
>>
>> --
>> Bjørn Sandvik
>> GIS developer, DHIS 2
>> University of Oslo
>> www.dhis2.org
>>
>> On Mon, Oct 31, 2016 at 8:04 AM, Jose Garcia Muñoz <
>> josem...@gmail.com> wrote:
>>
>>>
>>> Thanks Abyott, I have created an infrastructural dataelements in the
>>> General Settings but still not working (I have clean the cache 
>>> also).
>>> This the error I'm getting:
>>>
>>> 

Re: [Dhis2-users] [Dhis2-devs] GIS failing to load in 2.25

2016-10-31 Thread Jose Garcia Muñoz
Ok, I see, I think this is because of the blank spaces??



[{"id":"NC3WdxGafv5","code":"KH","na":"Cambodia","hcd":false,"hcu":true,"le":3,"pg":"/FvUGp8I75zV/aChOCLW4x6p","pi":"aChOCLW4x6p","pn":"Asia
and Eastern Europe","ty":2,"co":"\n
 
102.9176,11.6358],[102.3792,13.5749],[102.599,13.6079],[103.1812,14.3275],[104.8073,14.4484],[105.0764,14.2177],[105.2083,14.3495],[105.3621,14.1078],[106.0543,13.932],[106.1751,14.0639],[106.0048,14.3715],[106.5432,14.5967],[106.8563,14.3056],[107.5484,14.7066],[107.3397,14.1243],[107.4715,13.932],[107.6308,13.531],[107.5484,12.3554],[106.4223,11.9709],[106.4608,11.6633],[106.0488,11.7786],[105.818,11.6193],[106.2026,10.7679],[105.7796,11.0205],[105.1039,10.9546],[104.8842,10.5371],[104.4447,10.4218],[104.247,10.5701],[103.6207,10.4932],[103.5163,10.636],[103.7196,10.8667],[103.5548,11.1579],[103.1318,10.8832],[102.956,11.5534],[103.0824,11.7237],[102.8956,11.8281],[102.9176,11.6358
"}]

On Mon, Oct 31, 2016 at 9:02 PM, Bjørn Sandvik  wrote:

> Hi Jose,
>
> Could you send the the results of the geoFeatures query than your GIS app
> is requesting?
>
> The coordinate format should be similar to:
> https://play.dhis2.org/demo/api/25/geoFeatures.json?ou=ou:
> LEVEL-2;ImspTQPwCqd=NAME
>
> "co": 
> "-11.5914,8.4875],[-11.5906,8.4769],[-11.5898,8.4717],[-11.5882,8.466]
> ...
>
> --
> Bjørn Sandvik
> GIS developer, DHIS 2
> University of Oslo
> www.dhis2.org
>
>
>
> On Mon, Oct 31, 2016 at 6:19 PM, Jose Garcia Muñoz 
> wrote:
>
>>
>> Thanks for the quick actions Jan, Bjorn,
>>
>> Almost there :). Now the GIS is being displayed, but whenver I want to
>> display the bounderies of a country (or bounderies of any level) I'm
>> getting the following error:
>>
>> The org. units have been imported from 2.22 to 2.25. It seems that
>> everything is correct in the database...
>>
>> Am I missing something? Any ideas? :)
>>
>> Thanks!
>>
>> Uncaught Error: Invalid LatLng object: (102.3792,13.5749,
>> 102.9176,11.6358)
>> at L.LatLng (http://localhost:8080/dhis225/dhis-web-mapping/app.js:2:
>> 14559)
>> at coordsToLatLng (http://localhost:8080/dhis225
>> /dhis-web-mapping/app.js:5:18296)
>> at Function.coordsToLatLngs (http://localhost:8080/dhis225
>> /dhis-web-mapping/app.js:5:18573)
>> at Function.coordsToLatLngs (http://localhost:8080/dhis225
>> /dhis-web-mapping/app.js:5:18481)
>> at Function.geometryToLayer (http://localhost:8080/dhis225
>> /dhis-web-mapping/app.js:5:17850)
>> at NewClass.addData (http://localhost:8080/dhis225
>> /dhis-web-mapping/app.js:5:16349)
>> at NewClass.addData (http://localhost:8080/dhis225
>> /dhis-web-mapping/app.js:5:16219)
>> at NewClass.initialize (http://localhost:8080/dhis225
>> /dhis-web-mapping/app.js:5:15944)
>> at NewClass.initialize (http://localhost:8080/dhis225
>> /dhis-web-mapping/app.js:7:8380)
>> at NewClass.initialize (http://localhost:8080/dhis225
>> /dhis-web-mapping/app.js:9:39)
>>
>> On Mon, Oct 31, 2016 at 12:56 PM, Jan Henrik Øverland 
>> wrote:
>>
>>> Hi Jose,
>>>
>>> You are right that the requests didn't fail. The problem was that they
>>> didn't return anything, and the app was not prepared for it.
>>>
>>> Thanks for reporting.
>>>
>>> Jan
>>>
>>>
>>>
>>> On 31 October 2016 at 12:47, Jose Garcia Muñoz 
>>> wrote:
>>>

 Thanks Abyot, Bjorn,

 Abyot, the API didn't give us any error, so I really don't know what
 the problem may be

 Bjorn, thanks, will try your fix in the following hours and let you know

 Cheers
 Jose

 On Mon, Oct 31, 2016 at 12:22 PM, Bjørn Sandvik 
 wrote:

> Hi Jose,
>
> I've applied a fix, so please check the latest version of DHIS 2.25.
>
> The error was due to missing infrastructural indicators
> and infrastructural data elements, which is no longer required for the GIS
> app to start.
>
> The functionality in GIS app is of course still limited if you have an
> empty database.
>
> Thanks for reporting.
>
> --
> Bjørn Sandvik
> GIS developer, DHIS 2
> University of Oslo
> www.dhis2.org
>
> On Mon, Oct 31, 2016 at 8:04 AM, Jose Garcia Muñoz  > wrote:
>
>>
>> Thanks Abyott, I have created an infrastructural dataelements in the
>> General Settings but still not working (I have clean the cache also).
>> This the error I'm getting:
>>
>> /dhis-web-mapping/#:1 Uncaught SyntaxError: Unexpected end of JSON
>> input
>> at JSON.parse ()
>> at success (https://sandbox.psi-mis.org/d
>> his-web-mapping/app.js:1:25516)
>> at Object.callback (https://sandbox.psi-mis.org/d
>> his-web-mapping/extjs/ext-all.js:15:57696)
>> at m.onComplete (https://sandbox.psi-mis.org/d
>> his-web-mapping/extjs/ext-all.js:15:209766)
>> at m.onStateChange 

Re: [Dhis2-users] [Dhis2-devs] GIS failing to load in 2.25

2016-10-31 Thread Bjørn Sandvik
Hi Jose,

Could you send the the results of the geoFeatures query than your GIS app
is requesting?

The coordinate format should be similar to:
https://play.dhis2.org/demo/api/25/geoFeatures.json?ou=ou:LEVEL-2;ImspTQPwCqd=NAME

"co":
"-11.5914,8.4875],[-11.5906,8.4769],[-11.5898,8.4717],[-11.5882,8.466]
...

-- 
Bjørn Sandvik
GIS developer, DHIS 2
University of Oslo
www.dhis2.org



On Mon, Oct 31, 2016 at 6:19 PM, Jose Garcia Muñoz 
wrote:

>
> Thanks for the quick actions Jan, Bjorn,
>
> Almost there :). Now the GIS is being displayed, but whenver I want to
> display the bounderies of a country (or bounderies of any level) I'm
> getting the following error:
>
> The org. units have been imported from 2.22 to 2.25. It seems that
> everything is correct in the database...
>
> Am I missing something? Any ideas? :)
>
> Thanks!
>
> Uncaught Error: Invalid LatLng object: (102.3792,13.5749, 102.9176,11.6358)
> at L.LatLng (http://localhost:8080/dhis225/dhis-web-mapping/app.
> js:2:14559)
> at coordsToLatLng (http://localhost:8080/dhis225/dhis-web-mapping/app.
> js:5:18296)
> at Function.coordsToLatLngs (http://localhost:8080/
> dhis225/dhis-web-mapping/app.js:5:18573)
> at Function.coordsToLatLngs (http://localhost:8080/
> dhis225/dhis-web-mapping/app.js:5:18481)
> at Function.geometryToLayer (http://localhost:8080/
> dhis225/dhis-web-mapping/app.js:5:17850)
> at NewClass.addData (http://localhost:8080/
> dhis225/dhis-web-mapping/app.js:5:16349)
> at NewClass.addData (http://localhost:8080/
> dhis225/dhis-web-mapping/app.js:5:16219)
> at NewClass.initialize (http://localhost:8080/
> dhis225/dhis-web-mapping/app.js:5:15944)
> at NewClass.initialize (http://localhost:8080/
> dhis225/dhis-web-mapping/app.js:7:8380)
> at NewClass.initialize (http://localhost:8080/
> dhis225/dhis-web-mapping/app.js:9:39)
>
> On Mon, Oct 31, 2016 at 12:56 PM, Jan Henrik Øverland 
> wrote:
>
>> Hi Jose,
>>
>> You are right that the requests didn't fail. The problem was that they
>> didn't return anything, and the app was not prepared for it.
>>
>> Thanks for reporting.
>>
>> Jan
>>
>>
>>
>> On 31 October 2016 at 12:47, Jose Garcia Muñoz 
>> wrote:
>>
>>>
>>> Thanks Abyot, Bjorn,
>>>
>>> Abyot, the API didn't give us any error, so I really don't know what the
>>> problem may be
>>>
>>> Bjorn, thanks, will try your fix in the following hours and let you know
>>>
>>> Cheers
>>> Jose
>>>
>>> On Mon, Oct 31, 2016 at 12:22 PM, Bjørn Sandvik  wrote:
>>>
 Hi Jose,

 I've applied a fix, so please check the latest version of DHIS 2.25.

 The error was due to missing infrastructural indicators
 and infrastructural data elements, which is no longer required for the GIS
 app to start.

 The functionality in GIS app is of course still limited if you have an
 empty database.

 Thanks for reporting.

 --
 Bjørn Sandvik
 GIS developer, DHIS 2
 University of Oslo
 www.dhis2.org

 On Mon, Oct 31, 2016 at 8:04 AM, Jose Garcia Muñoz 
 wrote:

>
> Thanks Abyott, I have created an infrastructural dataelements in the
> General Settings but still not working (I have clean the cache also).
> This the error I'm getting:
>
> /dhis-web-mapping/#:1 Uncaught SyntaxError: Unexpected end of JSON
> input
> at JSON.parse ()
> at success (https://sandbox.psi-mis.org/d
> his-web-mapping/app.js:1:25516)
> at Object.callback (https://sandbox.psi-mis.org/d
> his-web-mapping/extjs/ext-all.js:15:57696)
> at m.onComplete (https://sandbox.psi-mis.org/d
> his-web-mapping/extjs/ext-all.js:15:209766)
> at m.onStateChange (https://sandbox.psi-mis.org/d
> his-web-mapping/extjs/ext-all.js:15:209410)
> at XMLHttpRequest. (https://sandbox.psi-mis.org/d
> his-web-mapping/extjs/ext-all.js:15:14790)
>
> On Mon, Oct 31, 2016 at 7:42 AM, Abyot Asalefew Gizaw  > wrote:
>
>> Hi Jose,
>>
>> The issue I think is about missing infrastructural data elements /
>> indicators in Settings page. If you could fill something there, it will
>> work. Of course, these items shouldn't be mandatory for GIS to run.
>>
>> --
>> Abyot A. Gizaw.
>> Senior Engineer, DHIS2
>> University of Oslo
>> http://www.dhis2.org
>>
>> On Mon, Oct 31, 2016 at 4:58 AM, Jose Garcia Muñoz <
>> josem...@gmail.com> wrote:
>>
>>>
>>> Thanks Bjorn, really appreciate that!
>>>
>>> The point is that I'm conducting a training in Vietnam this week,
>>> and we really need to show the maps by Wednesday. Do you think you can 
>>> have
>>> a solution by Tuesday? (so I can ask for a DHIS2 upgrade on Tuesday 
>>> night).
>>> Otherwise, please let me know, because I would need to find a 
>>> 

Re: [Dhis2-users] [Dhis2-devs] GIS failing to load in 2.25

2016-10-31 Thread Jose Garcia Muñoz
Thanks for the quick actions Jan, Bjorn,

Almost there :). Now the GIS is being displayed, but whenver I want to
display the bounderies of a country (or bounderies of any level) I'm
getting the following error:

The org. units have been imported from 2.22 to 2.25. It seems that
everything is correct in the database...

Am I missing something? Any ideas? :)

Thanks!

Uncaught Error: Invalid LatLng object: (102.3792,13.5749, 102.9176,11.6358)
at L.LatLng (
http://localhost:8080/dhis225/dhis-web-mapping/app.js:2:14559)
at coordsToLatLng (
http://localhost:8080/dhis225/dhis-web-mapping/app.js:5:18296)
at Function.coordsToLatLngs (
http://localhost:8080/dhis225/dhis-web-mapping/app.js:5:18573)
at Function.coordsToLatLngs (
http://localhost:8080/dhis225/dhis-web-mapping/app.js:5:18481)
at Function.geometryToLayer (
http://localhost:8080/dhis225/dhis-web-mapping/app.js:5:17850)
at NewClass.addData (
http://localhost:8080/dhis225/dhis-web-mapping/app.js:5:16349)
at NewClass.addData (
http://localhost:8080/dhis225/dhis-web-mapping/app.js:5:16219)
at NewClass.initialize (
http://localhost:8080/dhis225/dhis-web-mapping/app.js:5:15944)
at NewClass.initialize (
http://localhost:8080/dhis225/dhis-web-mapping/app.js:7:8380)
at NewClass.initialize (
http://localhost:8080/dhis225/dhis-web-mapping/app.js:9:39)

On Mon, Oct 31, 2016 at 12:56 PM, Jan Henrik Øverland  wrote:

> Hi Jose,
>
> You are right that the requests didn't fail. The problem was that they
> didn't return anything, and the app was not prepared for it.
>
> Thanks for reporting.
>
> Jan
>
>
>
> On 31 October 2016 at 12:47, Jose Garcia Muñoz  wrote:
>
>>
>> Thanks Abyot, Bjorn,
>>
>> Abyot, the API didn't give us any error, so I really don't know what the
>> problem may be
>>
>> Bjorn, thanks, will try your fix in the following hours and let you know
>>
>> Cheers
>> Jose
>>
>> On Mon, Oct 31, 2016 at 12:22 PM, Bjørn Sandvik  wrote:
>>
>>> Hi Jose,
>>>
>>> I've applied a fix, so please check the latest version of DHIS 2.25.
>>>
>>> The error was due to missing infrastructural indicators
>>> and infrastructural data elements, which is no longer required for the GIS
>>> app to start.
>>>
>>> The functionality in GIS app is of course still limited if you have an
>>> empty database.
>>>
>>> Thanks for reporting.
>>>
>>> --
>>> Bjørn Sandvik
>>> GIS developer, DHIS 2
>>> University of Oslo
>>> www.dhis2.org
>>>
>>> On Mon, Oct 31, 2016 at 8:04 AM, Jose Garcia Muñoz 
>>> wrote:
>>>

 Thanks Abyott, I have created an infrastructural dataelements in the
 General Settings but still not working (I have clean the cache also).
 This the error I'm getting:

 /dhis-web-mapping/#:1 Uncaught SyntaxError: Unexpected end of JSON input
 at JSON.parse ()
 at success (https://sandbox.psi-mis.org/d
 his-web-mapping/app.js:1:25516)
 at Object.callback (https://sandbox.psi-mis.org/d
 his-web-mapping/extjs/ext-all.js:15:57696)
 at m.onComplete (https://sandbox.psi-mis.org/d
 his-web-mapping/extjs/ext-all.js:15:209766)
 at m.onStateChange (https://sandbox.psi-mis.org/d
 his-web-mapping/extjs/ext-all.js:15:209410)
 at XMLHttpRequest. (https://sandbox.psi-mis.org/d
 his-web-mapping/extjs/ext-all.js:15:14790)

 On Mon, Oct 31, 2016 at 7:42 AM, Abyot Asalefew Gizaw 
 wrote:

> Hi Jose,
>
> The issue I think is about missing infrastructural data elements /
> indicators in Settings page. If you could fill something there, it will
> work. Of course, these items shouldn't be mandatory for GIS to run.
>
> --
> Abyot A. Gizaw.
> Senior Engineer, DHIS2
> University of Oslo
> http://www.dhis2.org
>
> On Mon, Oct 31, 2016 at 4:58 AM, Jose Garcia Muñoz  > wrote:
>
>>
>> Thanks Bjorn, really appreciate that!
>>
>> The point is that I'm conducting a training in Vietnam this week, and
>> we really need to show the maps by Wednesday. Do you think you can have a
>> solution by Tuesday? (so I can ask for a DHIS2 upgrade on Tuesday night).
>> Otherwise, please let me know, because I would need to find a workaround 
>> :)
>>
>> Is there anything that we can do from our end? (I can see maps are
>> working on the Sierra Leone demos)
>>
>> Thanks a lot!
>>
>> Regards
>> Jose
>>
>> On Sun, Oct 30, 2016 at 3:35 PM, Bjørn Sandvik 
>> wrote:
>>
>>> Hi Jose,
>>>
>>> I'll look into the issue in the next few days. It's probably related
>>> to these issues:
>>> https://github.com/dhis2/gis-app/issues/164
>>> https://github.com/dhis2/gis-app/issues/163
>>>
>>> --
>>> Bjørn Sandvik
>>> GIS developer, DHIS 2
>>> University of Oslo
>>> www.dhis2.org
>>>

[Dhis2-users] ANDROID TRACKER CAPTURE

2016-10-31 Thread Stanley Kalyati
I am using DHIS2.2.24 and i downloaded the android tracker capture version
from google play.

I am able to connect to my instance but the organisation unit is bot
loading despite giving all rights to the superuser account.

Is there something i am missing?

Kindly help.

Regards

Stanley
___
Mailing list: https://launchpad.net/~dhis2-users
Post to : dhis2-users@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-users
More help   : https://help.launchpad.net/ListHelp


Re: [Dhis2-users] [Dhis2-devs] GIS failing to load in 2.25

2016-10-31 Thread Jose Garcia Muñoz
Thanks Abyot, Bjorn,

Abyot, the API didn't give us any error, so I really don't know what the
problem may be

Bjorn, thanks, will try your fix in the following hours and let you know

Cheers
Jose

On Mon, Oct 31, 2016 at 12:22 PM, Bjørn Sandvik  wrote:

> Hi Jose,
>
> I've applied a fix, so please check the latest version of DHIS 2.25.
>
> The error was due to missing infrastructural indicators
> and infrastructural data elements, which is no longer required for the GIS
> app to start.
>
> The functionality in GIS app is of course still limited if you have an
> empty database.
>
> Thanks for reporting.
>
> --
> Bjørn Sandvik
> GIS developer, DHIS 2
> University of Oslo
> www.dhis2.org
>
> On Mon, Oct 31, 2016 at 8:04 AM, Jose Garcia Muñoz 
> wrote:
>
>>
>> Thanks Abyott, I have created an infrastructural dataelements in the
>> General Settings but still not working (I have clean the cache also).
>> This the error I'm getting:
>>
>> /dhis-web-mapping/#:1 Uncaught SyntaxError: Unexpected end of JSON input
>> at JSON.parse ()
>> at success (https://sandbox.psi-mis.org/d
>> his-web-mapping/app.js:1:25516)
>> at Object.callback (https://sandbox.psi-mis.org/d
>> his-web-mapping/extjs/ext-all.js:15:57696)
>> at m.onComplete (https://sandbox.psi-mis.org/d
>> his-web-mapping/extjs/ext-all.js:15:209766)
>> at m.onStateChange (https://sandbox.psi-mis.org/d
>> his-web-mapping/extjs/ext-all.js:15:209410)
>> at XMLHttpRequest. (https://sandbox.psi-mis.org/d
>> his-web-mapping/extjs/ext-all.js:15:14790)
>>
>> On Mon, Oct 31, 2016 at 7:42 AM, Abyot Asalefew Gizaw 
>> wrote:
>>
>>> Hi Jose,
>>>
>>> The issue I think is about missing infrastructural data elements /
>>> indicators in Settings page. If you could fill something there, it will
>>> work. Of course, these items shouldn't be mandatory for GIS to run.
>>>
>>> --
>>> Abyot A. Gizaw.
>>> Senior Engineer, DHIS2
>>> University of Oslo
>>> http://www.dhis2.org
>>>
>>> On Mon, Oct 31, 2016 at 4:58 AM, Jose Garcia Muñoz 
>>> wrote:
>>>

 Thanks Bjorn, really appreciate that!

 The point is that I'm conducting a training in Vietnam this week, and
 we really need to show the maps by Wednesday. Do you think you can have a
 solution by Tuesday? (so I can ask for a DHIS2 upgrade on Tuesday night).
 Otherwise, please let me know, because I would need to find a workaround :)

 Is there anything that we can do from our end? (I can see maps are
 working on the Sierra Leone demos)

 Thanks a lot!

 Regards
 Jose

 On Sun, Oct 30, 2016 at 3:35 PM, Bjørn Sandvik  wrote:

> Hi Jose,
>
> I'll look into the issue in the next few days. It's probably related
> to these issues:
> https://github.com/dhis2/gis-app/issues/164
> https://github.com/dhis2/gis-app/issues/163
>
> --
> Bjørn Sandvik
> GIS developer, DHIS 2
> University of Oslo
> www.dhis2.org
>
>
>
> On Sun, Oct 30, 2016 at 11:44 AM, Jose Garcia Muñoz <
> josem...@gmail.com> wrote:
>
>>
>> Hi guys,
>>
>> I don't know the status of this? We have started to build using a new
>> completely empty box in 2.25 (no dataelements, no optionsets...) just 
>> with
>> some orgunits (country level). Whenever I go to the GIS, I get an error 
>> in
>> the JavaScript console (attached at the end). All Network calls (traced 
>> by
>> Google Crhome tools) are returning Ok. We are using 2.25, revision
>> 9509136
>>
>> Many thanks
>> Jose
>>
>> Uncaught SyntaxError: Unexpected end of JSON input(…)success @
>> app.js:1280callback @ ext-all.js:15onComplete @ 
>> ext-all.js:15onStateChange
>> @ ext-all.js:15(anonymous function) @ ext-all.js:15
>> VM1735:1 Uncaught SyntaxError: Unexpected end of JSON input(…)success
>> @ app.js:1303callback @ ext-all.js:15onComplete @
>> ext-all.js:15onStateChange @ ext-all.js:15(anonymous function) @
>> ext-all.js:15
>>
>> On Mon, Oct 24, 2016 at 10:10 AM, Calle Hedberg <
>> calle.hedb...@gmail.com> wrote:
>>
>>> Morten,
>>>
>>> Thanks - noted,
>>>
>>> Regards
>>> Calle
>>>
>>> On 24 October 2016 at 10:08, Morten Olav Hansen 
>>> wrote:
>>>
 Hi Calle

 No, this is just general Chrome Developer Tools stuff.. should be
 easy to google for a guide :)

 I see that there are plenty videos on youtube also (search for
 "chrome developer tools"), this can be very useful in figuring these 
 kinds
 of issues.

 --
 Morten Olav Hansen
 Senior Engineer, DHIS 2
 University of Oslo
 http://www.dhis2.org

 On Mon, Oct 24, 2016 at 2:49 PM, Calle Hedberg <
 

Re: [Dhis2-users] [Dhis2-devs] GIS failing to load in 2.25

2016-10-31 Thread Bjørn Sandvik
Hi Jose,

I've applied a fix, so please check the latest version of DHIS 2.25.

The error was due to missing infrastructural indicators and infrastructural
data elements, which is no longer required for the GIS app to start.

The functionality in GIS app is of course still limited if you have an
empty database.

Thanks for reporting.

-- 
Bjørn Sandvik
GIS developer, DHIS 2
University of Oslo
www.dhis2.org

On Mon, Oct 31, 2016 at 8:04 AM, Jose Garcia Muñoz 
wrote:

>
> Thanks Abyott, I have created an infrastructural dataelements in the
> General Settings but still not working (I have clean the cache also).
> This the error I'm getting:
>
> /dhis-web-mapping/#:1 Uncaught SyntaxError: Unexpected end of JSON input
> at JSON.parse ()
> at success (https://sandbox.psi-mis.org/dhis-web-mapping/app.js:1:
> 25516)
> at Object.callback (https://sandbox.psi-mis.org/
> dhis-web-mapping/extjs/ext-all.js:15:57696)
> at m.onComplete (https://sandbox.psi-mis.org/
> dhis-web-mapping/extjs/ext-all.js:15:209766)
> at m.onStateChange (https://sandbox.psi-mis.org/
> dhis-web-mapping/extjs/ext-all.js:15:209410)
> at XMLHttpRequest. (https://sandbox.psi-mis.org/
> dhis-web-mapping/extjs/ext-all.js:15:14790)
>
> On Mon, Oct 31, 2016 at 7:42 AM, Abyot Asalefew Gizaw 
> wrote:
>
>> Hi Jose,
>>
>> The issue I think is about missing infrastructural data elements /
>> indicators in Settings page. If you could fill something there, it will
>> work. Of course, these items shouldn't be mandatory for GIS to run.
>>
>> --
>> Abyot A. Gizaw.
>> Senior Engineer, DHIS2
>> University of Oslo
>> http://www.dhis2.org
>>
>> On Mon, Oct 31, 2016 at 4:58 AM, Jose Garcia Muñoz 
>> wrote:
>>
>>>
>>> Thanks Bjorn, really appreciate that!
>>>
>>> The point is that I'm conducting a training in Vietnam this week, and we
>>> really need to show the maps by Wednesday. Do you think you can have a
>>> solution by Tuesday? (so I can ask for a DHIS2 upgrade on Tuesday night).
>>> Otherwise, please let me know, because I would need to find a workaround :)
>>>
>>> Is there anything that we can do from our end? (I can see maps are
>>> working on the Sierra Leone demos)
>>>
>>> Thanks a lot!
>>>
>>> Regards
>>> Jose
>>>
>>> On Sun, Oct 30, 2016 at 3:35 PM, Bjørn Sandvik  wrote:
>>>
 Hi Jose,

 I'll look into the issue in the next few days. It's probably related to
 these issues:
 https://github.com/dhis2/gis-app/issues/164
 https://github.com/dhis2/gis-app/issues/163

 --
 Bjørn Sandvik
 GIS developer, DHIS 2
 University of Oslo
 www.dhis2.org



 On Sun, Oct 30, 2016 at 11:44 AM, Jose Garcia Muñoz  wrote:

>
> Hi guys,
>
> I don't know the status of this? We have started to build using a new
> completely empty box in 2.25 (no dataelements, no optionsets...) just with
> some orgunits (country level). Whenever I go to the GIS, I get an error in
> the JavaScript console (attached at the end). All Network calls (traced by
> Google Crhome tools) are returning Ok. We are using 2.25, revision
> 9509136
>
> Many thanks
> Jose
>
> Uncaught SyntaxError: Unexpected end of JSON input(…)success @
> app.js:1280callback @ ext-all.js:15onComplete @ ext-all.js:15onStateChange
> @ ext-all.js:15(anonymous function) @ ext-all.js:15
> VM1735:1 Uncaught SyntaxError: Unexpected end of JSON input(…)success
> @ app.js:1303callback @ ext-all.js:15onComplete @
> ext-all.js:15onStateChange @ ext-all.js:15(anonymous function) @
> ext-all.js:15
>
> On Mon, Oct 24, 2016 at 10:10 AM, Calle Hedberg <
> calle.hedb...@gmail.com> wrote:
>
>> Morten,
>>
>> Thanks - noted,
>>
>> Regards
>> Calle
>>
>> On 24 October 2016 at 10:08, Morten Olav Hansen 
>> wrote:
>>
>>> Hi Calle
>>>
>>> No, this is just general Chrome Developer Tools stuff.. should be
>>> easy to google for a guide :)
>>>
>>> I see that there are plenty videos on youtube also (search for
>>> "chrome developer tools"), this can be very useful in figuring these 
>>> kinds
>>> of issues.
>>>
>>> --
>>> Morten Olav Hansen
>>> Senior Engineer, DHIS 2
>>> University of Oslo
>>> http://www.dhis2.org
>>>
>>> On Mon, Oct 24, 2016 at 2:49 PM, Calle Hedberg <
>>> calle.hedb...@gmail.com> wrote:
>>>
 Morten,

 i was not aware of the "log XHR requests" feature.

 Is there a DHIS2-related guide to using advanced features of the
 Chrome console somewhere?

 Regards
 Calle

 On 24 October 2016 at 04:31, Morten Olav Hansen 
 wrote:

> Hi Sam
>
> This is caused by the metadata having some 

Re: [Dhis2-users] Detailed Meta-Data Export in 2.25

2016-10-31 Thread Uwe Wahser
Dear all,

that's actually how they do it in other systems in the commercial sector, mainly
used to forward changes from development to productive systems:

1 - you first select the type of object for the export (dashboard, map, chart,
whatever ...)
2 - then you get a list of possible objects to select from
3 - the system collects the dependencies down to the lowest detail
4 - from the resulting object-tree you can de-select single branches on any
detail level (if a de-selected dependency does not exist in the target-system,
import will fail, though - however this is great if you have manually altered
content in the target system)

This would be great for packaging user defined content for sharing best practice
with others (e.g. a template for Maternity monitoring etc.)

Candy would be also to be able to export deleted object-trees for deletion of
complete trees in other systems ...

Regards, Uwe

> Hannan Khan  hat am 30. Oktober 2016 um 07:14 geschrieben:
> 
> 
> Dear Lars
> 
> We also required detailed metadata export with dependency from where can
> select a subset (not all the organisationunits, dataelements etc) as Knut
> says. Without that we will be in deep water. We already have lots of issues
> with metadata.
> 
> Regards
> 
> Hannan
> 
> 
> On Sat, Oct 29, 2016 at 11:56 PM, Knut Staring  wrote:
> 
> > A nice feature with the detailed one was that you could select a subset
> > (not all the organisationunits, dataelements etc).
> >
> > On Sat, Oct 29, 2016 at 5:07 PM, Lars Helge Øverland 
> > wrote:
> >
> >>
> >> Hi Nick,
> >>
> >> if you have specific needs let us know and we can consider including new
> >> objects here.
> >>
> >> As Morten said, the previous detailed metadata export was too error prone
> >> as one would typically forget important parts when exporting things like
> >> categories and data sets.
> >>
> >> regards,
> >>
> >> Lars
> >>
> >>
> >>
> >>
> >>
> >> On Fri, Oct 28, 2016 at 9:58 PM, Morten Olav Hansen 
> >> wrote:
> >>
> >>> Hi Nick
> >>>
> >>> Yeah, that has been removed now, it wasn't really working well, and
> >>> there would almost always be missing objects.
> >>>
> >>> What are you trying to export? if its data set or program, did you have
> >>> a look at our new "export with deps" functionality?
> >>>
> >>> https://dhis2.github.io/dhis2-docs/master/en/developer/html/
> >>> webapi_metadata_export.html#webapi_dataset_program_export_dependencies
> >>>
> >>> You can also find it in the UI, under import/export module
> >>>
> >>> --
> >>> Morten Olav Hansen
> >>> Senior Engineer, DHIS 2
> >>> University of Oslo
> >>> http://www.dhis2.org
> >>>
> >>> On Sat, Oct 29, 2016 at 12:01 AM, Shurajit Dutta <
> >>> shurajitdu...@gmail.com> wrote:
> >>>
>  Hi,
> 
>  I notice in 2.25 I no longer have the option to perform a detailed
>  meta-data export from the import-export app. Is this feature being
>  deprecated? I couldn't see anything related to it in the release notes
>  and
>  find it quite useful.
> 
>  Thanks,
>  Nick
> 
> 
> 
>  ___
>  Mailing list: https://launchpad.net/~dhis2-users
>  Post to : dhis2-users@lists.launchpad.net
>  Unsubscribe : https://launchpad.net/~dhis2-users
>  More help   : https://help.launchpad.net/ListHelp
> 
> 
> >>>
> >>> ___
> >>> Mailing list: https://launchpad.net/~dhis2-users
> >>> Post to : dhis2-users@lists.launchpad.net
> >>> Unsubscribe : https://launchpad.net/~dhis2-users
> >>> More help   : https://help.launchpad.net/ListHelp
> >>>
> >>>
> >>
> >>
> >> --
> >> Lars Helge Øverland
> >> Lead developer, DHIS 2
> >> University of Oslo
> >> Skype: larshelgeoverland
> >> l...@dhis2.org
> >> http://www.dhis2.org 
> >>
> >>
> >> ___
> >> Mailing list: https://launchpad.net/~dhis2-users
> >> Post to : dhis2-users@lists.launchpad.net
> >> Unsubscribe : https://launchpad.net/~dhis2-users
> >> More help   : https://help.launchpad.net/ListHelp
> >>
> >>
> >
> >
> > --
> > Knut Staring
> > Dept. of Informatics, University of Oslo
> > Norway: +4791880522
> > Skype: knutstar
> > http://dhis2.org
> >
> > ___
> > Mailing list: https://launchpad.net/~dhis2-users
> > Post to : dhis2-users@lists.launchpad.net
> > Unsubscribe : https://launchpad.net/~dhis2-users
> > More help   : https://help.launchpad.net/ListHelp
> >
> >
> 
> 
> -- 
> Muhammad Abdul Hannan Khan
> Secretary
> HISP Bangladesh
> 
> T +880-2- 8816459, 8816412 ext 118
> F +88 02 8813 875
> M+88 01819 239 241
> M+88 01534 312 066
> E hann...@gmail.com
> S hannan.khan.dhaka
> B hannan-tech.blogspot.com
> L https://bd.linkedin.com/in/hannankhan
> ___
> Mailing list: 

Re: [Dhis2-users] [Dhis2-devs] GIS failing to load in 2.25

2016-10-31 Thread Abyot Asalefew Gizaw
ok, may be then you have a different problem. I got same problem and
assigning infrastructural elements fixed it...

can you check into your browser console and look for any web api request
that has failed?

--
Abyot A. Gizaw.
Senior Engineer, DHIS2
University of Oslo
http://www.dhis2.org

On Mon, Oct 31, 2016 at 8:04 AM, Jose Garcia Muñoz 
wrote:

>
> Thanks Abyott, I have created an infrastructural dataelements in the
> General Settings but still not working (I have clean the cache also).
> This the error I'm getting:
>
> /dhis-web-mapping/#:1 Uncaught SyntaxError: Unexpected end of JSON input
> at JSON.parse ()
> at success (https://sandbox.psi-mis.org/dhis-web-mapping/app.js:1:
> 25516)
> at Object.callback (https://sandbox.psi-mis.org/
> dhis-web-mapping/extjs/ext-all.js:15:57696)
> at m.onComplete (https://sandbox.psi-mis.org/
> dhis-web-mapping/extjs/ext-all.js:15:209766)
> at m.onStateChange (https://sandbox.psi-mis.org/
> dhis-web-mapping/extjs/ext-all.js:15:209410)
> at XMLHttpRequest. (https://sandbox.psi-mis.org/
> dhis-web-mapping/extjs/ext-all.js:15:14790)
>
> On Mon, Oct 31, 2016 at 7:42 AM, Abyot Asalefew Gizaw 
> wrote:
>
>> Hi Jose,
>>
>> The issue I think is about missing infrastructural data elements /
>> indicators in Settings page. If you could fill something there, it will
>> work. Of course, these items shouldn't be mandatory for GIS to run.
>>
>> --
>> Abyot A. Gizaw.
>> Senior Engineer, DHIS2
>> University of Oslo
>> http://www.dhis2.org
>>
>> On Mon, Oct 31, 2016 at 4:58 AM, Jose Garcia Muñoz 
>> wrote:
>>
>>>
>>> Thanks Bjorn, really appreciate that!
>>>
>>> The point is that I'm conducting a training in Vietnam this week, and we
>>> really need to show the maps by Wednesday. Do you think you can have a
>>> solution by Tuesday? (so I can ask for a DHIS2 upgrade on Tuesday night).
>>> Otherwise, please let me know, because I would need to find a workaround :)
>>>
>>> Is there anything that we can do from our end? (I can see maps are
>>> working on the Sierra Leone demos)
>>>
>>> Thanks a lot!
>>>
>>> Regards
>>> Jose
>>>
>>> On Sun, Oct 30, 2016 at 3:35 PM, Bjørn Sandvik  wrote:
>>>
 Hi Jose,

 I'll look into the issue in the next few days. It's probably related to
 these issues:
 https://github.com/dhis2/gis-app/issues/164
 https://github.com/dhis2/gis-app/issues/163

 --
 Bjørn Sandvik
 GIS developer, DHIS 2
 University of Oslo
 www.dhis2.org



 On Sun, Oct 30, 2016 at 11:44 AM, Jose Garcia Muñoz  wrote:

>
> Hi guys,
>
> I don't know the status of this? We have started to build using a new
> completely empty box in 2.25 (no dataelements, no optionsets...) just with
> some orgunits (country level). Whenever I go to the GIS, I get an error in
> the JavaScript console (attached at the end). All Network calls (traced by
> Google Crhome tools) are returning Ok. We are using 2.25, revision
> 9509136
>
> Many thanks
> Jose
>
> Uncaught SyntaxError: Unexpected end of JSON input(…)success @
> app.js:1280callback @ ext-all.js:15onComplete @ ext-all.js:15onStateChange
> @ ext-all.js:15(anonymous function) @ ext-all.js:15
> VM1735:1 Uncaught SyntaxError: Unexpected end of JSON input(…)success
> @ app.js:1303callback @ ext-all.js:15onComplete @
> ext-all.js:15onStateChange @ ext-all.js:15(anonymous function) @
> ext-all.js:15
>
> On Mon, Oct 24, 2016 at 10:10 AM, Calle Hedberg <
> calle.hedb...@gmail.com> wrote:
>
>> Morten,
>>
>> Thanks - noted,
>>
>> Regards
>> Calle
>>
>> On 24 October 2016 at 10:08, Morten Olav Hansen 
>> wrote:
>>
>>> Hi Calle
>>>
>>> No, this is just general Chrome Developer Tools stuff.. should be
>>> easy to google for a guide :)
>>>
>>> I see that there are plenty videos on youtube also (search for
>>> "chrome developer tools"), this can be very useful in figuring these 
>>> kinds
>>> of issues.
>>>
>>> --
>>> Morten Olav Hansen
>>> Senior Engineer, DHIS 2
>>> University of Oslo
>>> http://www.dhis2.org
>>>
>>> On Mon, Oct 24, 2016 at 2:49 PM, Calle Hedberg <
>>> calle.hedb...@gmail.com> wrote:
>>>
 Morten,

 i was not aware of the "log XHR requests" feature.

 Is there a DHIS2-related guide to using advanced features of the
 Chrome console somewhere?

 Regards
 Calle

 On 24 October 2016 at 04:31, Morten Olav Hansen 
 wrote:

> Hi Sam
>
> This is caused by the metadata having some issues I'm guessing...
> I would try and have a look at the network panel (in the web 
> inspector) to

Re: [Dhis2-users] Detailed Meta-Data Export in 2.25

2016-10-31 Thread Olav Poppe
I think there are cases where you want to include data elements/indicators, and 
cases where you would not want to include it - so for me, the ideal would be 
that there was a choice. 

A challenge at least as of 2.24 (was unable to test in 2.25, import failed) is 
that if you import a favourite into a database where the data items are 
missing, you can’t manually modify/add those in DV/PT/GIS favorite because the 
favorite won’t open. So for now, you really need the data element/indicators to 
be included if importing these in a database where the data items are 
different. If it had been possible to edit imported favorites with missing data 
dimension, not including the data items would have been good solution in many 
cases. With 2.25, you could even have used the "favorite description" to guide 
people in configuring the imported favorites to their database. So an 
additional feature request would be the ability modify "ill-defined" favorites.

Olav


> 29. okt. 2016 kl. 23.40 skrev Lars Helge Øverland :
> 
> How far should the dependencies go? Stop at favorites (pivot tables, maps 
> etc), or include data elements/categories/indicators etc?

___
Mailing list: https://launchpad.net/~dhis2-users
Post to : dhis2-users@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-users
More help   : https://help.launchpad.net/ListHelp


Re: [Dhis2-users] [Dhis2-devs] GIS failing to load in 2.25

2016-10-31 Thread Abyot Asalefew Gizaw
Hi Jose,

The issue I think is about missing infrastructural data elements /
indicators in Settings page. If you could fill something there, it will
work. Of course, these items shouldn't be mandatory for GIS to run.

--
Abyot A. Gizaw.
Senior Engineer, DHIS2
University of Oslo
http://www.dhis2.org

On Mon, Oct 31, 2016 at 4:58 AM, Jose Garcia Muñoz 
wrote:

>
> Thanks Bjorn, really appreciate that!
>
> The point is that I'm conducting a training in Vietnam this week, and we
> really need to show the maps by Wednesday. Do you think you can have a
> solution by Tuesday? (so I can ask for a DHIS2 upgrade on Tuesday night).
> Otherwise, please let me know, because I would need to find a workaround :)
>
> Is there anything that we can do from our end? (I can see maps are working
> on the Sierra Leone demos)
>
> Thanks a lot!
>
> Regards
> Jose
>
> On Sun, Oct 30, 2016 at 3:35 PM, Bjørn Sandvik  wrote:
>
>> Hi Jose,
>>
>> I'll look into the issue in the next few days. It's probably related to
>> these issues:
>> https://github.com/dhis2/gis-app/issues/164
>> https://github.com/dhis2/gis-app/issues/163
>>
>> --
>> Bjørn Sandvik
>> GIS developer, DHIS 2
>> University of Oslo
>> www.dhis2.org
>>
>>
>>
>> On Sun, Oct 30, 2016 at 11:44 AM, Jose Garcia Muñoz 
>> wrote:
>>
>>>
>>> Hi guys,
>>>
>>> I don't know the status of this? We have started to build using a new
>>> completely empty box in 2.25 (no dataelements, no optionsets...) just with
>>> some orgunits (country level). Whenever I go to the GIS, I get an error in
>>> the JavaScript console (attached at the end). All Network calls (traced by
>>> Google Crhome tools) are returning Ok. We are using 2.25, revision
>>> 9509136
>>>
>>> Many thanks
>>> Jose
>>>
>>> Uncaught SyntaxError: Unexpected end of JSON input(…)success @
>>> app.js:1280callback @ ext-all.js:15onComplete @ ext-all.js:15onStateChange
>>> @ ext-all.js:15(anonymous function) @ ext-all.js:15
>>> VM1735:1 Uncaught SyntaxError: Unexpected end of JSON input(…)success @
>>> app.js:1303callback @ ext-all.js:15onComplete @ ext-all.js:15onStateChange
>>> @ ext-all.js:15(anonymous function) @ ext-all.js:15
>>>
>>> On Mon, Oct 24, 2016 at 10:10 AM, Calle Hedberg >> > wrote:
>>>
 Morten,

 Thanks - noted,

 Regards
 Calle

 On 24 October 2016 at 10:08, Morten Olav Hansen 
 wrote:

> Hi Calle
>
> No, this is just general Chrome Developer Tools stuff.. should be easy
> to google for a guide :)
>
> I see that there are plenty videos on youtube also (search for "chrome
> developer tools"), this can be very useful in figuring these kinds of
> issues.
>
> --
> Morten Olav Hansen
> Senior Engineer, DHIS 2
> University of Oslo
> http://www.dhis2.org
>
> On Mon, Oct 24, 2016 at 2:49 PM, Calle Hedberg <
> calle.hedb...@gmail.com> wrote:
>
>> Morten,
>>
>> i was not aware of the "log XHR requests" feature.
>>
>> Is there a DHIS2-related guide to using advanced features of the
>> Chrome console somewhere?
>>
>> Regards
>> Calle
>>
>> On 24 October 2016 at 04:31, Morten Olav Hansen 
>> wrote:
>>
>>> Hi Sam
>>>
>>> This is caused by the metadata having some issues I'm guessing... I
>>> would try and have a look at the network panel (in the web inspector) to
>>> see exactly which request it stops on.. since you are using Chrome, you
>>> should be able to right click on the console and select "log XHR 
>>> requests",
>>> that will hopefully give you a clue to exactly which request is failing.
>>>
>>> --
>>> Morten Olav Hansen
>>> Senior Engineer, DHIS 2
>>> University of Oslo
>>> http://www.dhis2.org
>>>
>>> On Mon, Oct 17, 2016 at 9:37 PM, Sam Kasozi 
>>> wrote:
>>>
 Hi Lars, this is the original error message from an upgraded
 instance from 2.25.

 The developer console, gives the error below:

 ext-all.js:15 Uncaught You're trying to decode an invalid JSON
 String: Also in the attached./ Screen shot attached as well.


 P.s With the new instance, I could not access the orgunits; nor
 were they displaying as part of the maintenance, GIS module wasn't 
 loading
 either - It would be good to try out from your end.

 regards,


 Sam Kasozi
 +256 788-993-565
 Skype: sam.kasoziug

 On Mon, Oct 17, 2016 at 4:44 PM, Lars Helge Øverland <
 l...@dhis2.org> wrote:

>
>
> On Mon, Oct 17, 2016 at 3:42 PM, Sam Kasozi 
> wrote:
>
>> GIS is failing to load in a new instance of 2.25; not sure if
>> this is a