1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48
|
<?xml version="1.0" encoding="utf-8" ?>
<ogr:FeatureCollection
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=""
xmlns:ogr="http://ogr.maptools.org/"
xmlns:gml="http://www.opengis.net/gml">
<gml:boundedBy><gml:null>missing</gml:null></gml:boundedBy>
<gml:featureMember>
<ogr:stats_by_cat_no_value fid="stats_by_cat_no_value.0">
<ogr:intval>1</ogr:intval>
<ogr:name>aa</ogr:name>
<ogr:count>2</ogr:count>
</ogr:stats_by_cat_no_value>
</gml:featureMember>
<gml:featureMember>
<ogr:stats_by_cat_no_value fid="stats_by_cat_no_value.1">
<ogr:name>dd</ogr:name>
<ogr:count>2</ogr:count>
</ogr:stats_by_cat_no_value>
</gml:featureMember>
<gml:featureMember>
<ogr:stats_by_cat_no_value fid="stats_by_cat_no_value.2">
<ogr:intval>1</ogr:intval>
<ogr:name>bb</ogr:name>
<ogr:count>3</ogr:count>
</ogr:stats_by_cat_no_value>
</gml:featureMember>
<gml:featureMember>
<ogr:stats_by_cat_no_value fid="stats_by_cat_no_value.3">
<ogr:intval>120</ogr:intval>
<ogr:count>1</ogr:count>
</ogr:stats_by_cat_no_value>
</gml:featureMember>
<gml:featureMember>
<ogr:stats_by_cat_no_value fid="stats_by_cat_no_value.4">
<ogr:name>cc</ogr:name>
<ogr:count>1</ogr:count>
</ogr:stats_by_cat_no_value>
</gml:featureMember>
<gml:featureMember>
<ogr:stats_by_cat_no_value fid="stats_by_cat_no_value.5">
<ogr:intval>2</ogr:intval>
<ogr:name>bb</ogr:name>
<ogr:count>1</ogr:count>
</ogr:stats_by_cat_no_value>
</gml:featureMember>
</ogr:FeatureCollection>
|