mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-01 00:46:20 -05:00
Improvements: - Maintain Z/M values - Keep original data type for group/order fields - Group field is optional - Added unit tests - Don't export text files for features by default
27 lines
757 B
Plaintext
27 lines
757 B
Plaintext
<GMLFeatureClassList>
|
|
<GMLFeatureClass>
|
|
<Name>points_to_path</Name>
|
|
<ElementPath>points_to_path</ElementPath>
|
|
<!--LINESTRING-->
|
|
<GeometryType>2</GeometryType>
|
|
<SRSName>EPSG:4326</SRSName>
|
|
<DatasetSpecificInfo>
|
|
<FeatureCount>1</FeatureCount>
|
|
<ExtentXMin>0.00000</ExtentXMin>
|
|
<ExtentXMax>8.00000</ExtentXMax>
|
|
<ExtentYMin>-5.00000</ExtentYMin>
|
|
<ExtentYMax>3.00000</ExtentYMax>
|
|
</DatasetSpecificInfo>
|
|
<PropertyDefn>
|
|
<Name>begin</Name>
|
|
<ElementPath>begin</ElementPath>
|
|
<Type>Integer</Type>
|
|
</PropertyDefn>
|
|
<PropertyDefn>
|
|
<Name>end</Name>
|
|
<ElementPath>end</ElementPath>
|
|
<Type>Integer</Type>
|
|
</PropertyDefn>
|
|
</GMLFeatureClass>
|
|
</GMLFeatureClassList>
|