=== modified file 'src/docbkx/en/dhis2_user_man_gis.xml' --- src/docbkx/en/dhis2_user_man_gis.xml 2010-03-11 18:46:46 +0000 +++ src/docbkx/en/dhis2_user_man_gis.xml 2010-03-24 10:45:02 +0000 @@ -2,6 +2,34 @@ GIS +
+ OpenHealthMapper + The DHIS 2 GIS module is inspired by the WHO HealthMapper application. + +
+
+ Identifying map data + Geographical data can be divided in two basic groups - raster and vector. + +
Raster imagesRaster can be thought of as pictures such as + sattelite images. Images can be used as background for maps, and the OHM can pull them in from any standard compliant + Web Map Service (WMS). It is also of great interest to + combine the DHIS2 installation with a GeoServer instance, + which can be downloaded as a .war-file and run in the same servlet container (e.g. Tomcat, Jetty, Resin). Geoserver can provide + both background layers such as roads, lakes etc. or also display thematic data as an alternative to the browser-rendered + main mode which uses GeoJSON. +
+
Vector data + In order to create thematic maps (also known as choropleth maps) + we need to have vector polygons (e.g. for facility catchment areas or administrative regions). Also, vector files are required for + points (e.g. health facility locations or even different wards within a hospital). Such vector files consist of a collection of (x,y) + coordinates with a number of associated attributes (at least a name). Vector data can come in a lot of formats, such as GPS + coordinates for facilities. The most common is the ESRI shapefile format. + In order to make web maps interactive, DHIS 2 uses the javascript GeoJSON format.. +
+ +
+
Conversion of geographical data to GeoJSON format The DHIS2 mapping client relies on GeoJSON files in order to display