|
1 | 1 | <?xml version="1.0" encoding="utf-8" ?>
|
2 | 2 | <ogr:FeatureCollection
|
3 | 3 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
4 |
| - xsi:schemaLocation="" |
| 4 | + xsi:schemaLocation="http://ogr.maptools.org/ points_along_lines.xsd" |
5 | 5 | xmlns:ogr="http://ogr.maptools.org/"
|
6 | 6 | xmlns:gml="http://www.opengis.net/gml">
|
7 | 7 | <gml:boundedBy>
|
|
12 | 12 | </gml:boundedBy>
|
13 | 13 |
|
14 | 14 | <gml:featureMember>
|
15 |
| - <ogr:points_along_lines fid="lines.0"> |
| 15 | + <ogr:SELECT fid="lines.0"> |
16 | 16 | <ogr:geometryProperty><gml:Point srsName="EPSG:4326"><gml:coordinates>7.70710678118655,2.0</gml:coordinates></gml:Point></ogr:geometryProperty>
|
17 |
| - </ogr:points_along_lines> |
| 17 | + </ogr:SELECT> |
18 | 18 | </gml:featureMember>
|
19 | 19 | <gml:featureMember>
|
20 |
| - <ogr:points_along_lines fid="lines.1"> |
| 20 | + <ogr:SELECT fid="lines.1"> |
21 | 21 | <ogr:geometryProperty><gml:Point srsName="EPSG:4326"><gml:coordinates>-0.5,-1.0</gml:coordinates></gml:Point></ogr:geometryProperty>
|
22 |
| - </ogr:points_along_lines> |
| 22 | + </ogr:SELECT> |
23 | 23 | </gml:featureMember>
|
24 | 24 | <gml:featureMember>
|
25 |
| - <ogr:points_along_lines fid="lines.2"> |
| 25 | + <ogr:SELECT fid="lines.2"> |
26 | 26 | <ogr:geometryProperty><gml:Point srsName="EPSG:4326"><gml:coordinates>2,1</gml:coordinates></gml:Point></ogr:geometryProperty>
|
27 |
| - </ogr:points_along_lines> |
| 27 | + </ogr:SELECT> |
28 | 28 | </gml:featureMember>
|
29 | 29 | <gml:featureMember>
|
30 |
| - <ogr:points_along_lines fid="lines.3"> |
| 30 | + <ogr:SELECT fid="lines.3"> |
31 | 31 | <ogr:geometryProperty><gml:Point srsName="EPSG:4326"><gml:coordinates>3.5,1.0</gml:coordinates></gml:Point></ogr:geometryProperty>
|
32 |
| - </ogr:points_along_lines> |
| 32 | + </ogr:SELECT> |
33 | 33 | </gml:featureMember>
|
34 | 34 | <gml:featureMember>
|
35 |
| - <ogr:points_along_lines fid="lines.4"> |
| 35 | + <ogr:SELECT fid="lines.4"> |
36 | 36 | <ogr:geometryProperty><gml:Point srsName="EPSG:4326"><gml:coordinates>7.75,-3.0</gml:coordinates></gml:Point></ogr:geometryProperty>
|
37 |
| - </ogr:points_along_lines> |
| 37 | + </ogr:SELECT> |
38 | 38 | </gml:featureMember>
|
39 | 39 | <gml:featureMember>
|
40 |
| - <ogr:points_along_lines fid="lines.5"> |
| 40 | + <ogr:SELECT fid="lines.5"> |
41 | 41 | <ogr:geometryProperty><gml:Point srsName="EPSG:4326"><gml:coordinates>7,-2</gml:coordinates></gml:Point></ogr:geometryProperty>
|
42 |
| - </ogr:points_along_lines> |
43 |
| - </gml:featureMember> |
44 |
| - <gml:featureMember> |
45 |
| - <ogr:points_along_lines fid="lines.6"> |
46 |
| - </ogr:points_along_lines> |
| 42 | + </ogr:SELECT> |
47 | 43 | </gml:featureMember>
|
48 | 44 | </ogr:FeatureCollection>
|
0 commit comments