Skip to content

Commit

Permalink
fix broken link in README
Browse files Browse the repository at this point in the history
  • Loading branch information
walkerke committed May 10, 2024
1 parent 1d751ca commit 16583c0
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ server <- function(input, output) {
shinyApp(ui = ui, server = server)
```

<img src=tools/readme/shiny_example.png style="width: 800px">
<img src=tools/readme/shiny-example.png style="width: 800px">

#### Example 2: render large datasets as scalable vector tiles with tippecanoe

Expand Down Expand Up @@ -136,8 +136,6 @@ mapdeck(token = Sys.getenv("MAPBOX_PUBLIC_TOKEN"),
location = c(-98.7382803, 31.7678448))
```

<img src=tools/readme/tippecanoe-example.gif style="width: 800px">


### Example 3: a research workflow to determine how median gross rent varies by distance from downtown

Expand Down
Binary file modified tools/.DS_Store
Binary file not shown.
Binary file removed tools/readme/Screenshot 2024-05-10 at 9.07.25 AM.png
Binary file not shown.
Binary file removed tools/readme/tippecanoe-example.gif
Binary file not shown.

0 comments on commit 16583c0

Please sign in to comment.