diff --git a/doc/source/drivers/vector/csv.rst b/doc/source/drivers/vector/csv.rst index ec4ae49abd36..919069147dfa 100644 --- a/doc/source/drivers/vector/csv.rst +++ b/doc/source/drivers/vector/csv.rst @@ -517,7 +517,7 @@ Examples ogr2ogr -f CSV output.csv input.shp -lco GEOMETRY=AS_XYZ - This example shows using ogr2ogr to transform a shapefile into a .csv - file with geography field formatted using GeoJSON format. + file with geometry field formatted using GeoJSON format. ::