root/trunk/autotest/ogr/data/bom.gml

Revision 11192, 3.7 kB (checked in by mloskot, 2 years ago)

Added ogr_gml_4 testing GML with UTF-8 BOM indicator.

Line 
1 <?xml version="1.0" encoding="utf-8"?>
2 <osgb:FeatureCollection xmlns:osgb="http://www.ordnancesurvey.co.uk/xml/namespaces/osgb" xmlns:gml="http://www.opengis.net/gml" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.ordnancesurvey.co.uk/xml/namespaces/osgb http://www.ordnancesurvey.co.uk/xml/schema/v2/OSDNFFeatures.xsd" fid="xxxx">
3   <gml:description>Ordnance Survey, (c) Crown Copyright. All rights reserved, 2003-03-29</gml:description>
4   <gml:boundedBy>
5     <gml:null>Unknown</gml:null>
6   </gml:boundedBy>
7   <osgb:queryTime>28/03/2007T09:18:12</osgb:queryTime>
8   <osgb:queryExtent>
9     <osgb:Rectangle srsName="osgb:BNG">
10       <gml:coordinates>347231,461214 348231,462214</gml:coordinates>
11     </osgb:Rectangle>
12   </osgb:queryExtent>
13   <osgb:cartographicMember>
14     <osgb:CartographicText fid="osgb1000001113606751">
15       <osgb:featureCode>10198</osgb:featureCode>
16       <osgb:version>1</osgb:version>
17       <osgb:versionDate>09/11/2001 00:00:00</osgb:versionDate>
18       <osgb:Theme>Terrain And Height</osgb:Theme>
19       <osgb:anchorPoint>
20         <gml:Point srsName="osgb:BNG">
21           <gml:coordinates>347243.85,461299.5</gml:coordinates>
22         </gml:Point>
23       </osgb:anchorPoint>
24       <osgb:descriptiveGroup>Terrain And Height</osgb:descriptiveGroup>
25       <osgb:physicalLevel>50</osgb:physicalLevel>
26       <osgb:textRendering>
27         <osgb:anchorPosition>8</osgb:anchorPosition>
28         <osgb:font>1</osgb:font>
29         <osgb:height>1.500</osgb:height>
30         <osgb:orientation>0</osgb:orientation>
31       </osgb:textRendering>
32       <osgb:textString>17.1m</osgb:textString>
33     </osgb:CartographicText>
34   </osgb:cartographicMember>
35   <osgb:cartographicMember>
36     <osgb:CartographicText fid="osgb1000001113606603">
37       <osgb:featureCode>10069</osgb:featureCode>
38       <osgb:version>1</osgb:version>
39       <osgb:versionDate>09/11/2001 00:00:00</osgb:versionDate>
40       <osgb:Theme>Terrain And Height</osgb:Theme>
41       <osgb:anchorPoint>
42         <gml:Point srsName="osgb:BNG">
43           <gml:coordinates>347251.45,461250.85</gml:coordinates>
44         </gml:Point>
45       </osgb:anchorPoint>
46       <osgb:descriptiveGroup>Height Control</osgb:descriptiveGroup>
47       <osgb:descriptiveTerm>Bench Mark</osgb:descriptiveTerm>
48       <osgb:physicalLevel>50</osgb:physicalLevel>
49       <osgb:textRendering>
50         <osgb:anchorPosition>8</osgb:anchorPosition>
51         <osgb:font>1</osgb:font>
52         <osgb:height>1.500</osgb:height>
53         <osgb:orientation>0</osgb:orientation>
54       </osgb:textRendering>
55       <osgb:textString>BM 16.33m</osgb:textString>
56     </osgb:CartographicText>
57   </osgb:cartographicMember>
58   <osgb:cartographicMember>
59     <osgb:CartographicText fid="osgb1000001113606509">
60       <osgb:featureCode>10059</osgb:featureCode>
61       <osgb:version>2</osgb:version>
62       <osgb:versionDate>19/03/2002 00:00:00</osgb:versionDate>
63       <osgb:Theme>Land</osgb:Theme>
64       <osgb:anchorPoint>
65         <gml:Point srsName="osgb:BNG">
66           <gml:coordinates>347308.25,461429.1</gml:coordinates>
67         </gml:Point>
68       </osgb:anchorPoint>
69       <osgb:descriptiveGroup>General Surface</osgb:descriptiveGroup>
70       <osgb:physicalLevel>50</osgb:physicalLevel>
71       <osgb:make>Manmade</osgb:make>
72       <osgb:textRendering>
73         <osgb:anchorPosition>5</osgb:anchorPosition>
74         <osgb:font>1</osgb:font>
75         <osgb:height>1.500</osgb:height>
76         <osgb:orientation>0</osgb:orientation>
77       </osgb:textRendering>
78       <osgb:textString>Car</osgb:textString>
79     </osgb:CartographicText>
80   </osgb:cartographicMember>
81 </osgb:FeatureCollection>
Note: See TracBrowser for help on using the browser.