Skip to content

Commit

Permalink
remove extra whitespace in the select list
Browse files Browse the repository at this point in the history
fix #291
  • Loading branch information
agila5 committed Apr 25, 2024
1 parent e8853fd commit 43f342e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/osmextract.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -599,7 +599,7 @@ First of all, we need to build a character vector with the options that will be
my_vectortranslate = c(
"-t_srs", "EPSG:27700",
# SQL-like query where we select only the following fields
"-select", "osm_id, highway",
"-select", "osm_id,highway",
# SQL-like query where we filter only the features where highway is equal to footway or cycleway
"-where", "highway IN ('footway', 'cycleway')"
)
Expand Down

0 comments on commit 43f342e

Please sign in to comment.