Skip to content

Commit

Permalink
fix s2 problem
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurgailes committed Aug 29, 2024
1 parent 8ff66cf commit 95836da
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions vignettes/articles/getting_started.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ library(overtureR)
library(ggplot2)
library(dplyr)
library(sf)
sf_use_s2(FALSE)
```

This vignette demonstrates how to use overtureR to access and visualize Overture Maps data, focusing on a practical example in Washington, DC: finding the theater.
Expand Down Expand Up @@ -114,7 +113,7 @@ In the code above, we've created a bounding box that encompasses both the airpor
For the grand finale, we'll create a map that displays all the elements we've gathered:

```{r metro}
# filter town to areas that are within 1 mile of our two points
# filter town to areas that are within ~1 mile of our two points
kennedy_reagan_bbox <- bind_rows(kennedy_center, reagan_airport) |>
st_bbox() |>
st_as_sfc() |>
Expand Down

0 comments on commit 95836da

Please sign in to comment.