← Back to team overview

dhis2-devs team mailing list archive

Re: [Branch ~dhis2-devs-core/dhis2/trunk] Rev 13347: (GIS) Event layer implementation. Work in progress.

 

To test locally on the demo db, run

update programstageinstance set longitude = (-13 + (random() * 2)),
latitude = (7 + (random() * 3))

update programstage set capturecoordinates = true

and then update analytics.

References