Grouped events in Maps do not show correctly

Terence,

Apologies, I was leading you off into the wilderness above with that STSrid partial statement.

Ask your db admin to run the following small script on your database, to ensure that the SRID of the programstageinstance table is 4326 (the default geographic WGS-84 graticule, the only one supported by DHIS2):

SELECT UpdateGeometrySRID(‘programstageinstance’,‘geometry’,4326);

You can use the same for any other DHIS2 table with a “geometry” column, just change the table name.

NOTE: I’m not guaranteeing that the above will fix your problem, but at least it will ensure that the SRID is correct. If that does NOT fix the problem, then it looks like a server-side bug to me - so write a JIRA issue for it.
@Bjorn_Sandvik is only working on the Maps app etc (UI side), but he would know to whom such a JIRA bug should be assigned.

Regards
Calle

2 Likes