dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #35037
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 17992: PNG maps, relative date fix
------------------------------------------------------------
revno: 17992
committer: Lars Helge Overland <larshelge@xxxxxxxxx>
branch nick: dhis2
timestamp: Wed 2015-01-14 16:48:32 +0100
message:
PNG maps, relative date fix
modified:
dhis-2/dhis-services/dhis-service-reporting/src/main/java/org/hisp/dhis/mapgeneration/GeoToolsMapGenerationService.java
--
lp:dhis2
https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk
Your team DHIS 2 developers is subscribed to branch lp:dhis2.
To unsubscribe from this branch go to https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk/+edit-subscription
=== modified file 'dhis-2/dhis-services/dhis-service-reporting/src/main/java/org/hisp/dhis/mapgeneration/GeoToolsMapGenerationService.java'
--- dhis-2/dhis-services/dhis-service-reporting/src/main/java/org/hisp/dhis/mapgeneration/GeoToolsMapGenerationService.java 2014-10-16 06:17:19 +0000
+++ dhis-2/dhis-services/dhis-service-reporting/src/main/java/org/hisp/dhis/mapgeneration/GeoToolsMapGenerationService.java 2015-01-14 15:48:32 +0000
@@ -202,8 +202,6 @@
inGroups.addAll( organisationUnitService.getOrganisationUnits( mapView.getItemOrganisationUnitGroups(), mapView.getOrganisationUnits() ) );
}
- date = date != null ? date : new Date();
-
mapView.init( user, date, null, atLevels, inGroups, null );
List<OrganisationUnit> organisationUnits = mapView.getAllOrganisationUnits();