Skip to content

Commit

Permalink
Add gfs for OS Open Roads, closes AstunTechnology#35
Browse files Browse the repository at this point in the history
  • Loading branch information
archaeogeek authored and walkermatt committed Apr 18, 2015
1 parent 5c38584 commit 1ba591d
Show file tree
Hide file tree
Showing 2 changed files with 112 additions and 0 deletions.
1 change: 1 addition & 0 deletions AUTHORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ Contributions:
* Alessandro De Noia (@sdonk)
* Andy Berry (@andynberry)
* Ross McDonald (@mixedbredie)
* Aileen Heal (@aileenheal)
111 changes: 111 additions & 0 deletions gfs/osopenroads.gfs
Original file line number Diff line number Diff line change
@@ -0,0 +1,111 @@
<GMLFeatureClassList>
<SequentialLayers>true</SequentialLayers>
<GMLFeatureClass>
<Name>RoadLink</Name>
<ElementPath>RoadLink</ElementPath>
<GeometryType>2</GeometryType>
<SRSName>urn:ogc:def:crs:EPSG::27700</SRSName>
<PropertyDefn>
<Name>fictitious</Name>
<ElementPath>fictitious</ElementPath>
<Type>String</Type>
</PropertyDefn>
<PropertyDefn>
<Name>startNode</Name>
<ElementPath>startNode@href</ElementPath>
<Type>String</Type>
</PropertyDefn>
<PropertyDefn>
<Name>endNode</Name>
<ElementPath>endNode@href</ElementPath>
<Type>String</Type>
</PropertyDefn>
<PropertyDefn>
<Name>roadClassification</Name>
<ElementPath>roadClassification</ElementPath>
<Type>String</Type>
</PropertyDefn>
<PropertyDefn>
<Name>formOfWay</Name>
<ElementPath>formOfWay</ElementPath>
<Type>String</Type>
</PropertyDefn>
<PropertyDefn>
<Name>length</Name>
<ElementPath>length</ElementPath>
<Type>Real</Type>
</PropertyDefn>
<PropertyDefn>
<Name>length_uom</Name>
<ElementPath>length_uom</ElementPath>
<Type>String</Type>
</PropertyDefn>
<PropertyDefn>
<Name>loop</Name>
<ElementPath>loop</ElementPath>
<Type>String</Type>
</PropertyDefn>
<PropertyDefn>
<Name>name1</Name>
<ElementPath>name1</ElementPath>
<Type>String</Type>
</PropertyDefn>
<PropertyDefn>
<Name>roadClassificationNumber</Name>
<ElementPath>roadClassificationNumber</ElementPath>
<Type>String</Type>
</PropertyDefn>
<PropertyDefn>
<Name>strategicRoad</Name>
<ElementPath>strategicRoad</ElementPath>
<Type>String</Type>
</PropertyDefn>
<PropertyDefn>
<Name>name2</Name>
<ElementPath>name2</ElementPath>
<Type>String</Type>
</PropertyDefn>
<PropertyDefn>
<Name>name1_lang</Name>
<ElementPath>name1@lang</ElementPath>
<Type>String</Type>
</PropertyDefn>
<PropertyDefn>
<Name>structure</Name>
<ElementPath>structure</ElementPath>
<Type>String</Type>
</PropertyDefn>
<PropertyDefn>
<Name>name2_lang</Name>
<ElementPath>name2@lang</ElementPath>
<Type>String</Type>
</PropertyDefn>
<PropertyDefn>
<Name>formsPartOf</Name>
<ElementPath>formsPartOf@href</ElementPath>
<Type>String</Type>
</PropertyDefn>
</GMLFeatureClass>
<GMLFeatureClass>
<Name>RoadNode</Name>
<ElementPath>RoadNode</ElementPath>
<GeometryType>1</GeometryType>
<SRSName>urn:ogc:def:crs:EPSG::27700</SRSName>
<PropertyDefn>
<Name>formOfRoadNode</Name>
<ElementPath>formOfRoadNode</ElementPath>
<Type>String</Type>
</PropertyDefn>
</GMLFeatureClass>
<GMLFeatureClass>
<Name>MotorwayJunction</Name>
<ElementPath>MotorwayJunction</ElementPath>
<GeometryType>1</GeometryType>
<SRSName>urn:ogc:def:crs:EPSG::27700</SRSName>
<PropertyDefn>
<Name>junctionNumber</Name>
<ElementPath>junctionNumber</ElementPath>
<Type>String</Type>
</PropertyDefn>
</GMLFeatureClass>
</GMLFeatureClassList>

0 comments on commit 1ba591d

Please sign in to comment.