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