← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-documenters/dhis2/dhis2-docbook-docs] Rev 934: Event layer docs

 

------------------------------------------------------------
revno: 934
committer: Lars Helge Øverland <larshelge@xxxxxxxxx>
branch nick: dhis2-docbook-docs
timestamp: Thu 2014-01-02 21:26:47 +0100
message:
  Event layer docs
modified:
  src/docbkx/en/dhis2_user_man_using_gis.xml
  src/docbkx/en/resources/css/docbook_bsd.css


--
lp:~dhis2-documenters/dhis2/dhis2-docbook-docs
https://code.launchpad.net/~dhis2-documenters/dhis2/dhis2-docbook-docs

Your team DHIS 2 developers is subscribed to branch lp:~dhis2-documenters/dhis2/dhis2-docbook-docs.
To unsubscribe from this branch go to https://code.launchpad.net/~dhis2-documenters/dhis2/dhis2-docbook-docs/+edit-subscription
=== modified file 'src/docbkx/en/dhis2_user_man_using_gis.xml'
--- src/docbkx/en/dhis2_user_man_using_gis.xml	2013-12-27 13:24:59 +0000
+++ src/docbkx/en/dhis2_user_man_using_gis.xml	2014-01-02 20:26:47 +0000
@@ -100,15 +100,29 @@
           </imageobject>
         </mediaobject>
       </screenshot>
-      <para>The purpose of the event layer is to display the geographical location of events registered in the DHIS 2 tracker.
-        To work with this layer, click the event layer icon on the map toolbar and select "Edit layer".
-        Select a program and then select a program stage. If there is only one stage available for the selected program, the stage will be automatically selected.
-        A list of data elements will appear in the "Available data elements" panel.
-        You are free to select any data element from this list as filter in your query.
-        To select you can either double-click a data element or (multi) select and use the single-arrow downward button.
-        The double-arrow button will select all data elements in the list.
-        All selected data elements will get their own row in the "Selected data elements".
-        You can also get multiple rows with the same data element by clicking the + button.</para>
+      <para>The purpose of the event layer is to display the geographical location of events
+        registered in the DHIS 2 tracker. This layer enables you to drill down from the aggregated
+        data displayed in the thematic layers to the underlying individual events or cases. </para>
+      <para>To work with this layer, click the event layer icon on the map toolbar and select "Edit
+        layer". Select a program and then select a program stage. If there is only one stage
+        available for the selected program, the stage will be automatically selected. A list of data
+        elements and attributes will appear in the "Available data elements" panel. You are free to
+        select and use any data element or attribute from this list as part of your query. To select
+        you can either double-click a data element or (multi) select and use the single-arrow
+        downward button. The double-arrow button will select all data elements in the list. All
+        selected data elements will get their own row in the "Selected data elements". You can also
+        use an element multiple times in your query by clicking the + button. For data elements of
+        type text you will get two choices: "Contains" implies that the query will match all values
+        which contains your search value, and "Is exact" implies that only values which is
+        completely identical to your search query will be returned. For data elements of type option
+        set, you can select any of the options from the drop down box by using the down-wards arrow
+        or by start typing directly in the box to filter for options.</para>
+      <para>The event layer also requires you to select the time span for when the events took place
+        using the "start date" and "end date" date pickers under the "Periods" section, as well as
+        the organisation units to include in the query under the "Organisation units"
+        section.</para>
+      <para>To get information for an event you can simply click on it. This will open a dialog
+        which displays all available information for that event.</para>
       
       <para>The layer menu also offers to put labels on the map and to close the layer, which completely resets the layer content.</para>
     </section>

=== modified file 'src/docbkx/en/resources/css/docbook_bsd.css'
--- src/docbkx/en/resources/css/docbook_bsd.css	2013-12-30 18:15:48 +0000
+++ src/docbkx/en/resources/css/docbook_bsd.css	2014-01-02 20:26:47 +0000
@@ -174,7 +174,7 @@
 	color: #2B8328;
 	border: 1px solid #DDD;
 	border-radius: 3px;
-	margin: 2ex 0;
+	margin: 2.5ex 0;
 }
 
 .CODE {