=== modified file 'src/docbkx/en/dhis2_user_man_gis.xml' --- src/docbkx/en/dhis2_user_man_gis.xml 2010-03-11 11:45:09 +0000 +++ src/docbkx/en/dhis2_user_man_gis.xml 2010-03-11 16:14:25 +0000 @@ -1,49 +1,23 @@ -<<<<<<< TREE - - -
- - DHIS 2 GIS User Manual - - DHIS - GIS - Mapping - - - Øverland - Jan Henrik - - - Pickering - Jason Paul - - - - 1 - 12/09/2009 - JPP - - Initial conversion of document to DocBook format - - - - - + + + + GIS +
Conversion of geographical data to GeoJSON format The DHIS2 mapping client relies on GeoJSON files in order to display a map in the browser window. Often times, geographical data is received in many different formats, but the ESRI shape file format is one of the most common. Several procedures will be described below. It is important, but not required, that the names in your geographical data match those in the - DHIS2 organizational hierarchy. If they do not, you will need to manually + DHIS2 organisational hierarchy. If they do not, you will need to manually match them in a later step - +
Production of GeoJSON files with Geoserver Geoserver is capable of outputting GeoJSON formats. If you have geoserver running someplace, you can execute the following query. http://localhost:8080/geoserver/ows?service=WFS&version=1.0.0&request=GetFeature&typename=topp:states&outputformat=json&srs_name=EPSG:4326 - Take note that you need to specify the spatial coordinate system. By defualt, Geoserver will return GeoJSON files with the format "long/lat" while -the DHIS mapping client expects the ordering of the coordinates in "lat/long" format. The expllicit declartaion of the spatial reference system will ensure that coordinates are returned in the proper order. At the time of writing, the DHIS mapping client does not support spatial reference systems other than EPSG 4326. If you are using Geoserver, the application will handle the reprojection from the native format of the geographical data to EPSG 4326. If you are using other methods as described below to generate the GeoJSON file, you will need to ensure that the GeoJSON output is set to EPSG 4326 (Geographical Lat/long). + Take note that you need to specify the spatial coordinate system. By default, Geoserver will return GeoJSON files with the format "long/lat" while +the DHIS mapping client expects the ordering of the coordinates in "lat/long" format. The explicit declaration of the spatial reference system will ensure that coordinates are returned in the proper order. At the time of writing, the DHIS mapping client does not support spatial reference systems other than EPSG 4326. If you are using Geoserver, the application will handle the reprojection from the native format of the geographical data to EPSG 4326. If you are using other methods as described below to generate the GeoJSON file, you will need to ensure that the GeoJSON output is set to EPSG 4326 (Geographical Lat/long). You will need to adjust the host destination if the machine is not your local machine as well as defining the actual layer in Geoserver which should be output to GeoJSON (in this case @@ -55,31 +29,31 @@ type (e.g. “admin” for administrative layers, “health” for health administrative boundaries). For instance, the first administrative layer for Zambia would be named as "zm_admin1". - - +
+
Production of GeoJSON files with GDAL GDAL is a multi-platform toolkit for the manipulation of geographical data. It is freely available for a wide-range of platforms at http://gdal.org Production of GeoJSON files are straightforward with GDAL. Just execute (on Windows) - ogr2ogr.exe -f "GeoJSON" dst_datasource_name src_datasource_name - or on Linuxogr2ogr -f "GeoJSON"dst_datasource_name src_datasource_name + ogr2ogr.exe -f "GeoJSON" dst_datasource_name src_datasource_name + or on Linuxogr2ogr -f "GeoJSON"dst_datasource_name src_datasource_name Replace dst_datasource_name with the path to the destination geographical data file (following the naming convention described above) and src_datasource_name with the source geographical data file. Take note that you may need to specify input and output coordinate systems as described above. - - +
+
Copying files to the DHIS application Currently, your GeoJSON files should be placed in the DHIS_HOME/geoson of your DHIS application to be accessible to the GIS module. If the GeoJSON directory does not exist, you will need to create it manually and copy your GeoJSON files there. - - - +
+
+
Administrator panel @@ -114,12 +88,12 @@ - - +
+
Registering geographical information In order to view data in the GIS module, you must import your geographical data into your DHIS installation. Once you have produced - GeoJSON files according to the procedure in the first section of the documentation, and imported them into the + GeoJSON files according to the procedure above, and imported them into the system, you will need to establish a correspondence between the information in the DHIS database, and the GeoJSON file. @@ -130,29 +104,59 @@ - - - Display name: This name represents your map in the Map combo box in the Thematic map - panel. - - - Organisation unit level: The level of the organization units displayed in the GeoJSON + + + Organisation unit level + + The level of the organization units displayed in the GeoJSON file. - - - Map source file: The GeoJSON file name. The files that are placed in the - mapping/geojson folder will appear in the combo box. Use e.g. Geoserver to + + + + Map source file + + The GeoJSON file name. These files must be placed in the + mapping/geojson folder. Use e.g. Geoserver 2.0 (currently RC1) to easily produce GeoJSON from your shapefiles. - - - Name column: The shapefile data column (case sensitive!) that will be + + + + Display name + + Represents your map in the Map combo box in the Thematic map + panel. + + + + Name column + + The shapefile data column (case sensitive!) that will be matched against DHIS organisation unit names. If you have an instance of Geoserver installed, you can view the layer through the built-in OpenLayers client. Click on a particular area, and the possible fields will be displayed. - - - Longitude / latitude: The longitude and latitude refer to the approximate point + + Identification of the name column with Geoserver's OpenLayers client + + + + + + + + Identification of the name column directly in the GeoJSON file + + + + + + + + + + Longitude / latitude + + The longitude and latitude refer to the approximate point where the map will be centered after rendering. If you have Geoserver running, you can view the layer through the integrated OpenLayers client and determine a good center point for your map. @@ -160,16 +164,36 @@ determine an approximate location. You may need to experiment a bit with the center point and zoom level in order to get it correct. - - - Zoom: The zoom level controls the extent of the map. Some + + Using Geoserver OpenLayers client to get the map center point + + + + + + + + Using DHIS GIS Module to get the map center point + + + + + + + + + + Zoom + + The zoom level controls the extent of the map. Some experimentation will be required to get the correct zoom level. Start with a value of "7" and increase or decrease the zoom level depending on the extent of the map that should be displayed. - - - - + + + +
+
Assign organization units to map Select a registered map and wait for it to load. The organisation units (OU) in your database on this level will appear in the list and @@ -177,10 +201,10 @@ relations between OUs in the database and the corresponding OUs in the shapefile. This is often necessary because of inconsistencies in the naming in the geographical data, and what is present in the DHIS database. - First, try "Assign all" at the bottom toolbar to let the application link + First, try auto-assign at the bottom toolbar to let the application link the OUs with a matching OU name in the shapefile. The polygons that remain - white, you will have to link manually. First select a white OU in the map - and a window appears in the top right corner. The link operation is now active and you may terminate it by closing the window. To map the selected OU simply click a white OU in the left side grid list. + white, you will have to link manually by first selecting a white OU in the + list and then click the corresponding OU in the map. Assigning Organizational Units to the map @@ -189,10 +213,11 @@ - The remove button at the left side bottom button tool bar removes the link of the OU that is selected in the list. The remove all button removes all OU links for the selected + The remove button at the button tool bar removes the selected OU’s + link. The remove all button removes all OU links for the selected map. - - +
+
Register overlays Overlays are geographical layers that do not have any direct linkage to data in the database. Example include roads, rivers, airports, ports, @@ -227,8 +252,8 @@ 0 and 4. - - +
+
Thematic map This panel lets you use your registered maps for thematic mapping. All you need to do is selecting your desired indicator-period-map combination in the left side menu. Calculation method @@ -237,298 +262,21 @@ you may define your own class break values, e.g. “20,40,60” using a comma to seperate each of them. The map view combo box lists all map views (favorites) saved by the user. The settings that are stored in the map view will be automatically applied to the thematic map panel. - - - Register views - This panel will save the current thematic map view, including zoom level and center position, in order to +
+
+ Register favorite map views + This panel will save the current thematic map view in order to restore it whenever you want via the Map view combo box in the Thematic map panel. By adding your views to DHIS 2 Dashboard you may access them there by inserting Map views into one of link areas. - - +
+
Register legend sets A legend set may be connected to many indicators, but an indicator may only have one legend set. Thus, you may select many indicators when you create a legend set. When an indicator that has a legend set is selected in the Thematic map panel, the number of classes, low color and high color is automatically set. - -
-======= - - - - GIS -
- Conversion of geographical data to GeoJSON format - The DHIS2 mapping client relies on GeoJSON files in order to display - a map in the browser window. Often times, geographical data is received in - many different formats, but the ESRI shape file format is one of the most - common. Several procedures will be described below. It is important, but - not required, that the names in your geographical data match those in the - DHIS2 organisational hierarchy. If they do not, you will need to manually - match them in a later step -
- Production of GeoJSON files with Geoserver - Geoserver is capable of outputting GeoJSON formats. If you have - geoserver running someplace, you can execute the following query. - http://localhost:8080/geoserver/ows?service=WFS&version=1.0.0&request=GetFeature&typename=topp:states&outputformat=json&srs_name=EPSG:4326 - Take note that you need to specify the spatial coordinate system. By default, Geoserver will return GeoJSON files with the format "long/lat" while -the DHIS mapping client expects the ordering of the coordinates in "lat/long" format. The explicit declaration of the spatial reference system will ensure that coordinates are returned in the proper order. At the time of writing, the DHIS mapping client does not support spatial reference systems other than EPSG 4326. If you are using Geoserver, the application will handle the reprojection from the native format of the geographical data to EPSG 4326. If you are using other methods as described below to generate the GeoJSON file, you will need to ensure that the GeoJSON output is set to EPSG 4326 (Geographical Lat/long). - You will need to adjust the host destination if the machine is not - your local machine as well as defining the actual layer in Geoserver - which should be output to GeoJSON (in this case - topp:states). - Upon execution of the URL, Geoserver will produce a GeoJSON file, - and you will be asked to save it. Once it has finished downloading, - rename the file following the suggested naming convention: - ISO2CountryCode followed by an underscore, followed by the layer - type (e.g. “admin” for administrative layers, “health” for health - administrative boundaries). For instance, the first administrative layer - for Zambia would be named as "zm_admin1". -
-
- Production of GeoJSON files with GDAL - GDAL is a multi-platform toolkit for the manipulation of - geographical data. It is freely available for a wide-range of platforms - at http://gdal.org - Production of GeoJSON files are straightforward with GDAL. Just - execute (on Windows) - ogr2ogr.exe -f "GeoJSON" dst_datasource_name src_datasource_name - or on Linuxogr2ogr -f "GeoJSON"dst_datasource_name src_datasource_name - Replace dst_datasource_name with the path - to the destination geographical data file (following the naming - convention described above) and - src_datasource_name with the source geographical - data file. Take note that you may need to specify input and output coordinate systems as described above. -
-
- Copying files to the DHIS application - Currently, your GeoJSON files should be placed in the - DHIS_HOME/geoson of your DHIS application to be accessible to the GIS - module. If the GeoJSON directory does not exist, you will need to create - it manually and copy your GeoJSON files there. -
-
-
- Administrator panel - - - - - - Map source - - GeoJSON: you will find your own - registered maps in the Map combo box in the Thematic map panel. - The Admin panels check box will become visible. - DHIS Database: the Map combo box will - simply be populated by the existing organisation unit levels and - GeoJSON files will be created by the application automatically - Organisation units must have coordinates stored in the database in - order to be displayed in the map. This function is mainly intended - for the facility level as it is easy to maintain and thus will - offer up-to-date shapefiles. - - - - - Admin panel - - - Show/hide the shapefile management panels. - - - -
-
- Registering geographical information - In order to view data in the GIS module, you must import your - geographical data into your DHIS installation. Once you have produced - GeoJSON files according to the procedure above, and imported them into the - system, you will need to establish a correspondence between the - information in the DHIS database, and the GeoJSON file. - - Register Geodata Panel - - - - - - - - - Organisation unit level - - The level of the organization units displayed in the GeoJSON - file. - - - - Map source file - - The GeoJSON file name. These files must be placed in the - mapping/geojson folder. Use e.g. Geoserver 2.0 (currently RC1) to - easily produce GeoJSON from your shapefiles. - - - - Display name - - Represents your map in the Map combo box in the Thematic map - panel. - - - - Name column - - The shapefile data column (case sensitive!) that will be - matched against DHIS organisation unit names. If you have an - instance of Geoserver installed, you can view the layer through the - built-in OpenLayers client. Click on a particular area, and the - possible fields will be displayed. - - Identification of the name column with Geoserver's OpenLayers client - - - - - - - - Identification of the name column directly in the GeoJSON file - - - - - - - - - - Longitude / latitude - - The longitude and latitude refer to the approximate point - where the map will be centered after rendering. If you have - Geoserver running, you can view the layer through the integrated - OpenLayers client and determine a good center point for your map. - You can also use the background map of the DHIS GIS module, and - determine an approximate location. You may need to experiment a bit - with the center point and zoom level in order to get it - correct. - - Using Geoserver OpenLayers client to get the map center point - - - - - - - - Using DHIS GIS Module to get the map center point - - - - - - - - - - Zoom - - The zoom level controls the extent of the map. Some - experimentation will be required to get the correct zoom level. - Start with a value of "7" and increase or decrease the zoom level - depending on the extent of the map that should be displayed. - - - -
-
- Assign organization units to map - Select a registered map and wait for it to load. The organisation - units (OU) in your database on this level will appear in the list and - colors will appear in the map. What we want to do here is creating - relations between OUs in the database and the corresponding OUs in the - shapefile. This is often necessary because of inconsistencies in the - naming in the geographical data, and what is present in the DHIS database. - First, try auto-assign at the bottom toolbar to let the application link - the OUs with a matching OU name in the shapefile. The polygons that remain - white, you will have to link manually by first selecting a white OU in the - list and then click the corresponding OU in the map. - - Assigning Organizational Units to the map - - - - - - - The remove button at the button tool bar removes the selected OU’s - link. The remove all button removes all OU links for the selected - map. -
-
- Register overlays - Overlays are geographical layers that do not have any direct linkage - to data in the database. Example include roads, rivers, airports, ports, - and other geographical information that you may want to display on your - map, but that is not neccsarily linked ot data contained in the DHIS - database. The Register Overlay panel will allow you to - add new layers and determine how they will be represented visually on the - map. - - - Display name: Represents your overlay in - the layer tree in the upper right corner. - - - Map source file: The GeoJSON file - name. - - - Fill color: Decides the fill color if the - layer is a polygon layer. - - - Fill opacity: Select an opacity level - between 0 (invisible) and 1 (solid). - - - Stroke color: The stroke color over lines - and polygon borders. - - - Stroke width: Select a stroke width between - 0 and 4. - - -
-
- Thematic map - This panel should be rather self-explanatory . Calculation method - alludes to the legend interval size and set to Equal intervals they will be “highest map value – lowest map value - / number of classes”. Choose Fixed bounds and - you may set your own legend limits, e.g. “20,40,60” using a comma to - seperate each of the class break values. -
-
- Register favorite map views - This panel will save the current thematic map view in order to - restore it whenever you want via the Map view combo box in the Thematic map panel. By - adding your views to DHIS 2 Dashboard you may access them there by - inserting Map views into one of link - areas. -
-
- Register legend sets - A legend set may be connected to many indicators, but an indicator - may only have one legend set. Thus, you may select many indicators when - you create a legend set. When an indicator that has a legend set is - selected in the Thematic map panel, the number of - classes, low color and high color is automatically set. -
-
->>>>>>> MERGE-SOURCE + +