mirror of
https://github.com/mapnik/mapnik.git
synced 2025-12-08 20:13:09 +00:00
8 lines
310 B
Plaintext
8 lines
310 B
Plaintext
<OGRVRTDataSource>
|
|
<OGRVRTLayer name="points">
|
|
<SrcDataSource relativeToVRT="1">../csv/points.csv</SrcDataSource>
|
|
<GeometryType>wkbPoint</GeometryType>
|
|
<LayerSRS>WGS84</LayerSRS>
|
|
<GeometryField encoding="PointFromColumns" x="x" y="y"/>
|
|
</OGRVRTLayer>
|
|
</OGRVRTDataSource> |