=== modified file 'dhis-2/dhis-web/dhis-web-api-fred/src/main/java/org/hisp/dhis/web/webapi/v1/utils/GeoUtils.java' --- dhis-2/dhis-web/dhis-web-api-fred/src/main/java/org/hisp/dhis/web/webapi/v1/utils/GeoUtils.java 2012-12-06 20:06:23 +0000 +++ dhis-2/dhis-web/dhis-web-api-fred/src/main/java/org/hisp/dhis/web/webapi/v1/utils/GeoUtils.java 2012-12-08 11:49:49 +0000 @@ -51,8 +51,8 @@ { List list = new ObjectMapper().readValue( coordinatesString, List.class ); - coordinates.lat = convertToDouble( list.get( 0 ) ); - coordinates.lng = convertToDouble( list.get( 1 ) ); + coordinates.lat = convertToDouble( list.get( 1 ) ); + coordinates.lng = convertToDouble( list.get( 0 ) ); } catch ( Exception ignored ) { === modified file 'dhis-2/dhis-web/dhis-web-api-fred/src/main/webapp/WEB-INF/api-fred-velocity/v1/facility.vm' --- dhis-2/dhis-web/dhis-web-api-fred/src/main/webapp/WEB-INF/api-fred-velocity/v1/facility.vm 2012-12-06 20:06:23 +0000 +++ dhis-2/dhis-web/dhis-web-api-fred/src/main/webapp/WEB-INF/api-fred-velocity/v1/facility.vm 2012-12-08 11:49:49 +0000 @@ -1,1 +1,66 @@ -FACILITY \ No newline at end of file + + + + +
+
+
+
+ +
+
+ #set( $inputSize = "span12") + +
+ Facility + + + + + + + + + + + + + + + + +
+ + +
+
+
+