From b472a905f742fd66484248d32ecc7ba2aae77471 Mon Sep 17 00:00:00 2001 From: Krzysztof Dyba <35004826+kadyb@users.noreply.github.com> Date: Sun, 26 Jul 2026 11:54:38 +0200 Subject: [PATCH] correct logical value in `vect.Rd` --- man/vect.Rd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/vect.Rd b/man/vect.Rd index d1d6b8d6e..04dace15a 100644 --- a/man/vect.Rd +++ b/man/vect.Rd @@ -68,7 +68,7 @@ SpatVectors can also be created from "Well Known Text", and from spatial vector \item{kml.extended}{logical or \code{NULL}. For \code{.kml} and \code{.kmz} files: GDAL's \code{KML} driver (common on Windows) often reads only \code{Name} and \code{Description}, while the \code{LIBKML} driver (common on Linux) may add many KML structure fields as columns (often empty). With \code{NULL} (default) or \code{TRUE}, if the suggested \code{XML} package is available, \code{terra} parses \verb{ExtendedData} and replaces the attribute table when the placemark count matches the vector's feature count (same order as \verb{} elements with geometry). For \code{.kmz}, the archive is unpacked to a temporary directory, preferring \code{doc.kml} if present. With \code{FALSE}, GDAL fields are kept. Ignored when \code{proxy=TRUE} or \code{what != ""}.} \item{geom}{character. The field name(s) with the geometry data. Either two names for x and y coordinates of points, or a single name for a single column with WKT geometries. If \code{NULL} the function will use or c("x", "y"), c("lon", "lat"), c("longitude", "latitude") and a few variations thereof, if one of these pairs is in the data} \item{keepgeom}{logical. If \code{TRUE} the geom variable(s), e.g. spatial coordinates, is (are) also included in the attributes table} -\item{quiet}{logical. If \code{TRUE} a warning is given when \code{x} is a data.frame and the values for geom and/or the crs are guessed from the data} +\item{quiet}{logical. If \code{FALSE} a warning is given when \code{x} is a data.frame and the values for geom and/or the crs are guessed from the data} } \seealso{\code{\link{geom}}, \code{\link{vector_layers}}}