Skip to content
Snippets Groups Projects
Commit 6f6c0d76 authored by Jens Steidl's avatar Jens Steidl :baby_chick:
Browse files

- more examples for testing (verified valid)

parent 567ec322
No related branches found
No related tags found
No related merge requests found
Pipeline #4231 failed
Showing
with 6932 additions and 0 deletions
Source diff could not be displayed: it is too large. Options to address this: view the blob.
<?xml version="1.0"?>
<book xmlns="http://docbook.org/ns/docbook" version="5.1">
<info>
<title>An Example Book in DocBook v5.1</title>
<author>
<personname>
<firstname>Doe</firstname>
<surname>John</surname>
</personname>
<affiliation>
<address><email>jdoe@example.com</email></address>
</affiliation>
</author>
<copyright>
<year>2000</year>
<holder>Copyright (c) Gandalf Incorporated</holder>
</copyright>
<abstract>
<para>If your book has an abstract then it should go here.</para>
</abstract>
</info>
<preface>
<title>Preface</title>
<para>Your book may have a preface, in which case it should be placed
here.</para>
</preface>
<chapter>
<title>My first chapter</title>
<para>This is the first chapter in my book.</para>
<sect1>
<title>My first section</title>
<para>This is the first section in my book.</para>
</sect1>
</chapter>
</book>
<?xml version="1.0" encoding="UTF-8"?>
<gml:CompositeCurve gml:id="CompositeCurve-1"
xmlns:gml="http://www.opengis.net/gml/3.2">
<gml:curveMember>
<gml:Curve gml:id="Curve-1" srsName="urn:ogc:def:crs:EPSG::4326">
<gml:segments>
<gml:Arc interpolation="circularArc3Points">
<gml:pos>49.194442 -122.929795</gml:pos>
<gml:pos>49.040829 -123.086952</gml:pos>
<gml:pos>49.361246 -123.183889</gml:pos>
</gml:Arc>
</gml:segments>
</gml:Curve>
</gml:curveMember>
<gml:curveMember>
<gml:OrientableCurve gml:id="Curve-2" orientation="-">
<gml:baseCurve>
<gml:Curve gml:id="Curve-3" srsName="urn:ogc:def:crs:EPSG::4326">
<gml:segments>
<gml:LineStringSegment interpolation="linear">
<gml:posList>49.702558 -123.000000 49.649961 -123.000000
49.540074 -123.183889</gml:posList>
</gml:LineStringSegment>
<gml:LineStringSegment>
<gml:posList>49.540074 -123.183889 49.361246 -123.183889</gml:posList>
</gml:LineStringSegment>
</gml:segments>
</gml:Curve>
</gml:baseCurve>
</gml:OrientableCurve>
</gml:curveMember>
</gml:CompositeCurve>
<?xml version="1.0" encoding="UTF-8"?>
<!-- Circular arc centered at YVR with radius 10 NM, starting east through north -->
<gml:Curve gml:id="Curve-ArcByCenterPoint" srsName="urn:ogc:def:crs:EPSG::4326"
xmlns:gml="http://www.opengis.net/gml/3.2">
<gml:segments>
<gml:ArcByCenterPoint numArc="1">
<gml:pos>49.194722 -123.183889</gml:pos>
<gml:radius uom="NM">10</gml:radius>
<gml:startAngle uom="deg">90</gml:startAngle>
<gml:endAngle uom="deg">0</gml:endAngle>
</gml:ArcByCenterPoint>
</gml:segments>
</gml:Curve>
<?xml version="1.0" encoding="UTF-8"?>
<gml:Curve srsName="urn:ogc:def:crs:EPSG::4326" gml:id="CAlertACR001"
xmlns:gml="http://www.opengis.net/gml/3.2">
<gml:segments>
<gml:GeodesicString>
<gml:posList>42.502 -37.002 42.675 -36.173</gml:posList>
</gml:GeodesicString>
</gml:segments>
<gml:segments>
<gml:GeodesicString>
<gml:posList>42.675 -36.173 42.807 -36.007</gml:posList>
</gml:GeodesicString>
</gml:segments>
</gml:Curve>
<?xml version="1.0" encoding="UTF-8"?>
<gml:Curve xmlns:gml="http://www.opengis.net/gml/3.2" gml:id="ID_250"
srsName="urn:ogc:def:crs:EPSG::4326">
<gml:segments>
<gml:GeodesicString>
<gml:posList>55.233333333333334 -36.166666666666664 55.23116372807667
-36.89437337916484</gml:posList>
</gml:GeodesicString>
<gml:ArcByCenterPoint numArc="1">
<gml:posList>55.233333333333334 -36.166666666666664</gml:posList>
<gml:radius uom="NM">25.0</gml:radius>
<gml:startAngle uom="deg">270.0</gml:startAngle>
<gml:endAngle uom="deg">497.0</gml:endAngle>
</gml:ArcByCenterPoint>
<gml:GeodesicString>
<gml:posList>54.92816350530716 -35.674116070018954 55.233333333333334
-36.166666666666664</gml:posList>
</gml:GeodesicString>
</gml:segments>
</gml:Curve>
<?xml version="1.0" encoding="UTF-8"?>
<!-- axis order switched in first coordinate -->
<gml:Curve gml:id="Curve-2" srsName="urn:ogc:def:crs:EPSG::32610"
xmlns:gml="http://www.opengis.net/gml/3.2">
<gml:segments>
<gml:LineStringSegment interpolation="linear">
<gml:posList>5447478 289119 472944 5363287 492722 5455253</gml:posList>
</gml:LineStringSegment>
</gml:segments>
</gml:Curve>
<?xml version="1.0" encoding="UTF-8"?>
<gml:Curve gml:id="Curve-1" srsName="urn:ogc:def:crs:EPSG::4326"
xmlns:gml="http://www.opengis.net/gml/3.2">
<gml:segments>
<gml:LineStringSegment interpolation="linear">
<gml:posList>49.274247 -123.140714 49.276956 -123.132265 49.281191 -123.125993</gml:posList>
</gml:LineStringSegment>
<gml:LineStringSegment>
<gml:posList>49.281191 -123.125993 49.274977 -123.116355</gml:posList>
</gml:LineStringSegment>
</gml:segments>
</gml:Curve>
<?xml version="1.0" encoding="UTF-8"?>
<gml:Curve gml:id="Curve-disconnected" srsName="urn:ogc:def:crs:EPSG::4326"
xmlns:gml="http://www.opengis.net/gml/3.2">
<gml:segments>
<gml:LineStringSegment interpolation="linear">
<gml:posList>49.274247 -123.140714 49.276956 -123.132265 49.281191 -123.125993</gml:posList>
</gml:LineStringSegment>
<gml:LineStringSegment>
<gml:posList>49.280072 -123.120561 49.274977 -123.116355</gml:posList>
</gml:LineStringSegment>
</gml:segments>
</gml:Curve>
<?xml version="1.0" encoding="UTF-8"?>
<gml:Curve gml:id="Curve-1" srsName="urn:ogc:def:crs:EPSG::32610"
xmlns:gml="http://www.opengis.net/gml/3.2">
<gml:segments />
</gml:Curve>
<?xml version="1.0" encoding="UTF-8"?>
<gml:Curve gml:id="ID_250" xmlns:gml="http://www.opengis.net/gml/3.2"
srsName="urn:ogc:def:crs:EPSG::4326">
<gml:segments>
<gml:GeodesicString>
<gml:posList>55.233333 -36.166667 55.231164 -36.894373</gml:posList>
</gml:GeodesicString>
<gml:ArcByCenterPoint numArc="1">
<gml:posList>55.233333 -36.166667</gml:posList>
<gml:radius uom="NM">25.0</gml:radius>
<gml:startAngle uom="deg">270.0</gml:startAngle>
<gml:endAngle uom="deg">497.0</gml:endAngle>
</gml:ArcByCenterPoint>
<gml:GeodesicString>
<gml:posList>54.928164 -35.674116 55.233333 -36.166667</gml:posList>
</gml:GeodesicString>
</gml:segments>
</gml:Curve>
<?xml version="1.0" encoding="UTF-8"?>
<!-- coords not within valid area of CRS (OSGB 1936 / British National Grid) -->
<gml:LineString xmlns:gml="http://www.opengis.net/gml/3.2"
srsName="urn:ogc:def:crs:EPSG::27700" gml:id="LINE-2">
<gml:posList srsDimension="2" count="2">51.507 -0.128 53.467, -2.233</gml:posList>
</gml:LineString>
<?xml version="1.0" encoding="UTF-8"?>
<!-- CRS: ETRS89 / ETRS-TM32 (srsName reference per OGC 09-048r3) -->
<!-- NOTE Defined axis order is N,E -->
<gml:LineString xmlns:gml="http://www.opengis.net/gml/3.2"
gml:id="LineString-srsName-http" srsName="http://www.opengis.net/def/crs/EPSG/0/3044">
<gml:posList>4889943.440 557434.439
4889939.736 557416.844
4889951.774 557404.806
4889961.034 557402.028
4889969.369 557400.176
4889977.330 557400.176
4889943.526 557434.869
</gml:posList>
</gml:LineString>
<?xml version="1.0" encoding="UTF-8"?>
<!-- CRS: OSGB 1936 / British National Grid -->
<gml:LineString xmlns:gml="http://www.opengis.net/gml/3.2"
srsName="urn:ogc:def:crs:EPSG::27700" gml:id="LINE-1">
<gml:posList srsDimension="2" count="2">359758.7 490667.6 359858.7 490767.6</gml:posList>
</gml:LineString>
<?xml version="1.0" encoding="UTF-8"?>
<gml:MultiCurve gml:id="MultiCurve-1" srsName="urn:ogc:def:crs:EPSG::32610"
xmlns:gml="http://www.opengis.net/gml/3.2">
<gml:curveMembers>
<gml:Curve gml:id="Curve-1" srsName="urn:ogc:def:crs:EPSG::4326">
<gml:segments>
<gml:LineStringSegment>
<gml:posList>49.274247 -123.140714 49.276956 -123.132265 49.281191 -123.125993</gml:posList>
</gml:LineStringSegment>
<gml:LineStringSegment>
<gml:posList>49.281191 -123.125993 49.274977 -123.116355</gml:posList>
</gml:LineStringSegment>
</gml:segments>
</gml:Curve>
<!-- following Curve is equivalent to LineString -->
<gml:Curve gml:id="Curve-2">
<gml:segments>
<gml:LineStringSegment>
<gml:posList>489259 5458174 489007 5458177 488905 5457986</gml:posList>
</gml:LineStringSegment>
</gml:segments>
</gml:Curve>
</gml:curveMembers>
</gml:MultiCurve>
<?xml version="1.0" encoding="UTF-8"?>
<gml:MultiCurve gml:id="MultiCurve-2" srsName="urn:ogc:def:crs:EPSG::32610"
xmlns:gml="http://www.opengis.net/gml/3.2">
<gml:curveMembers>
<gml:LineString gml:id="Line-1" srsName="urn:ogc:def:crs:EPSG::4326">
<gml:posList>49.274247 -123.140714 49.276956 -123.132265 49.281191
-123.125993 49.274977 -123.116355</gml:posList>
</gml:LineString>
<gml:LineString gml:id="Line-2">
<gml:posList>489259 5458174 489007 5458177 488905 5457986</gml:posList>
</gml:LineString>
</gml:curveMembers>
</gml:MultiCurve>
<?xml version="1.0" encoding="UTF-8"?>
<gml:MultiPoint gml:id="MultiPoint-1" srsName="urn:ogc:def:crs:EPSG::32610"
xmlns:gml="http://www.opengis.net/gml/3.2">
<gml:pointMember>
<gml:Point gml:id="MultiPoint-1.1" srsName="urn:ogc:def:crs:EPSG::4326">
<gml:pos>50.55 -122.22</gml:pos>
</gml:Point>
</gml:pointMember>
<gml:pointMember>
<gml:Point gml:id="MultiPoint-1.2">
<gml:pos>492722 5455253</gml:pos>
</gml:Point>
</gml:pointMember>
</gml:MultiPoint>
\ No newline at end of file
This diff is collapsed.
<?xml version="1.0" encoding="UTF-8"?>
<gml:MultiSurface gml:id="MSurface_5856d7ad-5e34-498a-817b-9544bfbb1475"
srsName="urn:ogc:def:crs:EPSG::5555" xmlns:gml="http://www.opengis.net/gml/3.2">
<gml:surfaceMember>
<gml:Polygon gml:id="PolyID7350_878_759628_120742">
<gml:exterior>
<gml:LinearRing>
<gml:pos>458877 5438358 6.318</gml:pos>
<gml:pos>458877 5438363 3.431</gml:pos>
<gml:pos>458877 5438363 -0.200</gml:pos>
<gml:pos>458877 5438353 -0.200</gml:pos>
<gml:pos>458877 5438353 3.431</gml:pos>
<gml:pos>458877 5438358 6.318</gml:pos>
</gml:LinearRing>
</gml:exterior>
</gml:Polygon>
</gml:surfaceMember>
</gml:MultiSurface>
<?xml version="1.0" encoding="UTF-8"?>
<gml:Point
xmlns:gml="http://www.opengis.net/gml/3.2"
gml:id="P1"
srsName="http://www.opengis.net/def/crs/EPSG/0/7416"
srsDimension="3">
<gml:pos>554494.40 6524919.14 2.00</gml:pos>
</gml:Point>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment