From 5d257329962efe86d9a734ba8f653ad454144d49 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A9=8D=E4=B8=B9=E5=B0=BC=20Dan=20Jacobson?= Date: Fri, 26 Apr 2024 17:59:06 +0800 Subject: [PATCH] Update csv.rst geography field -> geometry field --- doc/source/drivers/vector/csv.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. ::