2017-08-03 01:26:42 +10:00
|
|
|
<?xml version="1.0" encoding="utf-8" ?>
|
|
|
|
<ogr:FeatureCollection
|
|
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
2017-10-27 15:13:50 +10:00
|
|
|
xsi:schemaLocation="http://ogr.maptools.org/ gridify_lines.xsd"
|
2017-08-03 01:26:42 +10:00
|
|
|
xmlns:ogr="http://ogr.maptools.org/"
|
|
|
|
xmlns:gml="http://www.opengis.net/gml">
|
|
|
|
<gml:boundedBy>
|
|
|
|
<gml:Box>
|
2017-10-27 15:13:50 +10:00
|
|
|
<gml:coord><gml:X>-2</gml:X><gml:Y>-4</gml:Y></gml:coord>
|
|
|
|
<gml:coord><gml:X>12</gml:X><gml:Y>6</gml:Y></gml:coord>
|
2017-08-03 01:26:42 +10:00
|
|
|
</gml:Box>
|
|
|
|
</gml:boundedBy>
|
2017-10-27 15:13:50 +10:00
|
|
|
|
2017-08-03 01:26:42 +10:00
|
|
|
<gml:featureMember>
|
|
|
|
<ogr:gridify_lines fid="lines.0">
|
2017-10-27 15:13:50 +10:00
|
|
|
<ogr:geometryProperty><gml:LineString srsName="EPSG:4326"><gml:coordinates>6,2 10,2 10,4 12,6</gml:coordinates></gml:LineString></ogr:geometryProperty>
|
2017-08-03 01:26:42 +10:00
|
|
|
</ogr:gridify_lines>
|
|
|
|
</gml:featureMember>
|
|
|
|
<gml:featureMember>
|
|
|
|
<ogr:gridify_lines fid="lines.1">
|
2017-10-27 15:13:50 +10:00
|
|
|
<ogr:geometryProperty><gml:LineString srsName="EPSG:4326"><gml:coordinates>-2,-2 2,-2</gml:coordinates></gml:LineString></ogr:geometryProperty>
|
2017-08-03 01:26:42 +10:00
|
|
|
</ogr:gridify_lines>
|
|
|
|
</gml:featureMember>
|
|
|
|
<gml:featureMember>
|
|
|
|
<ogr:gridify_lines fid="lines.2">
|
|
|
|
<ogr:geometryProperty><gml:LineString srsName="EPSG:4326"><gml:coordinates>2,0 2,2 4,2 4,4</gml:coordinates></gml:LineString></ogr:geometryProperty>
|
|
|
|
</ogr:gridify_lines>
|
|
|
|
</gml:featureMember>
|
|
|
|
<gml:featureMember>
|
|
|
|
<ogr:gridify_lines fid="lines.3">
|
2017-10-27 15:13:50 +10:00
|
|
|
<ogr:geometryProperty><gml:LineString srsName="EPSG:4326"><gml:coordinates>4,2 6,2</gml:coordinates></gml:LineString></ogr:geometryProperty>
|
2017-08-03 01:26:42 +10:00
|
|
|
</ogr:gridify_lines>
|
|
|
|
</gml:featureMember>
|
|
|
|
<gml:featureMember>
|
|
|
|
<ogr:gridify_lines fid="lines.4">
|
|
|
|
<ogr:geometryProperty><gml:LineString srsName="EPSG:4326"><gml:coordinates>8,-4 10,-4</gml:coordinates></gml:LineString></ogr:geometryProperty>
|
|
|
|
</ogr:gridify_lines>
|
|
|
|
</gml:featureMember>
|
|
|
|
<gml:featureMember>
|
|
|
|
<ogr:gridify_lines fid="lines.5">
|
2017-10-27 15:13:50 +10:00
|
|
|
<ogr:geometryProperty><gml:LineString srsName="EPSG:4326"><gml:coordinates>6,-4 10,2</gml:coordinates></gml:LineString></ogr:geometryProperty>
|
2017-08-03 01:26:42 +10:00
|
|
|
</ogr:gridify_lines>
|
|
|
|
</gml:featureMember>
|
|
|
|
<gml:featureMember>
|
|
|
|
<ogr:gridify_lines fid="lines.6">
|
|
|
|
</ogr:gridify_lines>
|
|
|
|
</gml:featureMember>
|
|
|
|
</ogr:FeatureCollection>
|