diff --git a/doc/source/drivers/vector/csv.rst b/doc/source/drivers/vector/csv.rst index 38f621693ada..0d5a97b55d28 100644 --- a/doc/source/drivers/vector/csv.rst +++ b/doc/source/drivers/vector/csv.rst @@ -177,7 +177,7 @@ encoded as WKT, WKB (encoded in hexadecimal) or GeoJSON (in which case the GeoJSON content must be formatted to follow CSV rules, that is to say it must be surrounded by double-quotes, and double-quotes inside the string must be repeated for proper escaping), the name of such column(s) -the :oo:`GEOM_POSSIBLE_NAMES` open option. +can be derived from the :oo:`GEOM_POSSIBLE_NAMES` open option. For older versions, it is possible to extract spatial information (points) from a CSV file which has columns for the X and Y coordinates,