Skip to content

Commit

Permalink
Merge pull request #265 from royfrancis/specky
Browse files Browse the repository at this point in the history
Added child info file
  • Loading branch information
fasterius authored Oct 16, 2024
2 parents 7d0b27c + d416528 commit 2dcfba5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions assets/_child-info.qmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
```{r}
#| echo: false
htmltools::tagList(leaflet(height = 450, width = "auto", elementId=paste0("leaflet-",p)) %>%
addTiles(urlTemplate = "http://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png") %>%
addAwesomeMarkers(lat = dfr1$lat, lng = dfr1$lon, label = dfr1$label, popup = dfr1$address, icon = icons) %>%
setView(lat = dfr1$lat[1], lng = dfr1$lon[1], zoom = 13))
```

0 comments on commit 2dcfba5

Please sign in to comment.