|
| 1 | +<?xml version="1.0" encoding="utf-8" ?> |
| 2 | +<ogr:FeatureCollection |
| 3 | + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 4 | + xsi:schemaLocation="" |
| 5 | + xmlns:ogr="http://ogr.maptools.org/" |
| 6 | + xmlns:gml="http://www.opengis.net/gml"> |
| 7 | + <gml:boundedBy> |
| 8 | + <gml:Box> |
| 9 | + <gml:coord><gml:X>-1</gml:X><gml:Y>-3</gml:Y></gml:coord> |
| 10 | + <gml:coord><gml:X>10</gml:X><gml:Y>6</gml:Y></gml:coord> |
| 11 | + </gml:Box> |
| 12 | + </gml:boundedBy> |
| 13 | + |
| 14 | + <gml:featureMember> |
| 15 | + <ogr:remove_null_polys fid="polys.0"> |
| 16 | + <ogr:geometryProperty><gml:Polygon srsName="EPSG:4326"><gml:outerBoundaryIs><gml:LinearRing><gml:coordinates>-1,-1 -1,3 3,3 3,2 2,2 2,-1 -1,-1</gml:coordinates></gml:LinearRing></gml:outerBoundaryIs></gml:Polygon></ogr:geometryProperty> |
| 17 | + <ogr:name>aaaaa</ogr:name> |
| 18 | + <ogr:intval>33</ogr:intval> |
| 19 | + <ogr:floatval>44.123456</ogr:floatval> |
| 20 | + </ogr:remove_null_polys> |
| 21 | + </gml:featureMember> |
| 22 | + <gml:featureMember> |
| 23 | + <ogr:remove_null_polys fid="polys.1"> |
| 24 | + <ogr:geometryProperty><gml:Polygon srsName="EPSG:4326"><gml:outerBoundaryIs><gml:LinearRing><gml:coordinates>5,5 6,4 4,4 5,5</gml:coordinates></gml:LinearRing></gml:outerBoundaryIs></gml:Polygon></ogr:geometryProperty> |
| 25 | + <ogr:name>Aaaaa</ogr:name> |
| 26 | + <ogr:intval>-33</ogr:intval> |
| 27 | + <ogr:floatval>0</ogr:floatval> |
| 28 | + </ogr:remove_null_polys> |
| 29 | + </gml:featureMember> |
| 30 | + <gml:featureMember> |
| 31 | + <ogr:remove_null_polys fid="polys.2"> |
| 32 | + <ogr:geometryProperty><gml:Polygon srsName="EPSG:4326"><gml:outerBoundaryIs><gml:LinearRing><gml:coordinates>2,5 2,6 3,6 3,5 2,5</gml:coordinates></gml:LinearRing></gml:outerBoundaryIs></gml:Polygon></ogr:geometryProperty> |
| 33 | + <ogr:name>bbaaa</ogr:name> |
| 34 | + <ogr:floatval>0.123</ogr:floatval> |
| 35 | + </ogr:remove_null_polys> |
| 36 | + </gml:featureMember> |
| 37 | + <gml:featureMember> |
| 38 | + <ogr:remove_null_polys fid="polys.3"> |
| 39 | + <ogr:geometryProperty><gml:Polygon srsName="EPSG:4326"><gml:outerBoundaryIs><gml:LinearRing><gml:coordinates>6,1 10,1 10,-3 6,-3 6,1</gml:coordinates></gml:LinearRing></gml:outerBoundaryIs><gml:innerBoundaryIs><gml:LinearRing><gml:coordinates>7,0 7,-2 9,-2 9,0 7,0</gml:coordinates></gml:LinearRing></gml:innerBoundaryIs></gml:Polygon></ogr:geometryProperty> |
| 40 | + <ogr:name>ASDF</ogr:name> |
| 41 | + <ogr:intval>0</ogr:intval> |
| 42 | + </ogr:remove_null_polys> |
| 43 | + </gml:featureMember> |
| 44 | + <gml:featureMember> |
| 45 | + <ogr:remove_null_polys fid="polys.5"> |
| 46 | + <ogr:geometryProperty><gml:Polygon srsName="EPSG:4326"><gml:outerBoundaryIs><gml:LinearRing><gml:coordinates>3,2 6,1 6,-3 2,-1 2,2 3,2</gml:coordinates></gml:LinearRing></gml:outerBoundaryIs></gml:Polygon></ogr:geometryProperty> |
| 47 | + <ogr:name>elim</ogr:name> |
| 48 | + <ogr:intval>2</ogr:intval> |
| 49 | + <ogr:floatval>3.33</ogr:floatval> |
| 50 | + </ogr:remove_null_polys> |
| 51 | + </gml:featureMember> |
| 52 | +</ogr:FeatureCollection> |
0 commit comments