Skip to content

Commit

Permalink
Running the build
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonGoring committed Sep 3, 2024
1 parent d928dc4 commit ab22fac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion StateoftheDB.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ newSites <- dbGetQuery(con, "SELECT ST_AsGeoJSON(geog)::varchar AS loc FROM ndb.
shape <- newSites %>% stringr::str_detect('Polygon')
sf <- geojson_sf(newSites) %>% st_cast("POINT")
sf <- geojson_sf(newSites) %>% sf::st_cast("POINT")
map <- leaflet::leaflet(sf) %>%
addProviderTiles(providers$CartoDB.Positron) %>%
Expand Down

0 comments on commit ab22fac

Please sign in to comment.