~mortenoh/+junk/dhis2-detailed-import-export

« back to all changes in this revision

Viewing changes to dhis-2/dhis-web/dhis-web-gis/src/main/webapp/dhis-web-gis/responseFillMap.vm

  • Committer: larshelge at gmail
  • Date: 2009-03-03 16:46:36 UTC
  • Revision ID: larshelge@gmail.com-20090303164636-2sjlrquo7ib1gf7r
Initial check-in

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<features>
 
2
        #foreach( $feature in $features )               
 
3
                <feature>
 
4
                        <orgCode>$feature.feature.featureCode</orgCode>
 
5
                        <color>$feature.color</color>
 
6
                        <value>$feature.aggregatedDataValue</value>
 
7
                </feature>
 
8
        #end
 
9
        <legends>
 
10
        #foreach( $legend in $legendSet.legends )
 
11
                <legend>
 
12
                        <min>$legend.min</min>
 
13
                        <max>$legend.max</max>
 
14
                        <color>$legend.color</color>
 
15
                </legend>
 
16
        #end
 
17
        </legends>
 
18
        
 
19
</features>
 
 
b'\\ No newline at end of file'