From 91d64a0a607392af2f0573fcd61c178d9c779ac1 Mon Sep 17 00:00:00 2001 From: Francesco Nattino Date: Mon, 13 Jan 2025 16:57:07 +0100 Subject: [PATCH] update man page --- man/get_osmdata.Rd | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/man/get_osmdata.Rd b/man/get_osmdata.Rd index ca828ad..82fac66 100644 --- a/man/get_osmdata.Rd +++ b/man/get_osmdata.Rd @@ -26,5 +26,7 @@ the city boundary, the river centreline and surface, the streets, and the railways. } \examples{ -get_osmdata("Bucharest", "Dambovita", buffer = 2000) +bb <- get_osm_bb("Bucharest") +crs <- get_utm_zone(bb) +get_osmdata(bb, "Bucharest", "Dambovita", crs) }