mirror of
https://github.com/django/django.git
synced 2025-01-16 13:22:19 +00:00
69c89aeccf
Backport of ad0be620aece4dde2f94383426c284f4afef9fbc from master
7 lines
263 B
Plaintext
7 lines
263 B
Plaintext
<OGRVRTDataSource>
|
|
<OGRVRTLayer name="test_vrt">
|
|
<SrcDataSource relativeToVRT="1">test_vrt.csv</SrcDataSource>
|
|
<GeometryType>wkbPoint25D</GeometryType>
|
|
<GeometryField encoding="PointFromColumns" x="POINT_X" y="POINT_Y" z="NUM"/>
|
|
</OGRVRTLayer>
|
|
</OGRVRTDataSource> |