Skip to content

Commit

Permalink
Merge pull request #52 from NEFSC/andy_leaflet1
Browse files Browse the repository at this point in the history
Added 4 additional leaflet maps
  • Loading branch information
jmhatch authored Aug 11, 2023
2 parents a50ab71 + 395161b commit 650b08c
Show file tree
Hide file tree
Showing 9 changed files with 60 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pkgdown/_pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ navbar:
href: articles/GillnetClosureAreas_20211021_leaflet.html
- text: Great_South_Channel_Restricted_Trap_Pot_Area
href: articles/Great_South_Channel_Restricted_Trap_Pot_Area_leaflet.html
- text: Herring_Management_Areas
href: articles/Herring_Management_Areas_leaflet.html
- text: LMA1_Restricted_Area_FR
href: articles/LMA1_Restricted_Area_FR_leaflet.html
- text: NAFO_Divisions_2021_line_enclosed
Expand All @@ -59,10 +61,16 @@ navbar:
href: articles/NAFO_Divisions_2021_line_not_enclosed_leaflet.html
- text: NAFO_Divisions_2021_poly_not_clipped
href: articles/NAFO_Divisions_2021_poly_not_clipped_leaflet.html
- text: NAFO_Divisions_2021_poly_clipped
href: articles/NAFO_Divisions_2021_poly_clipped_leaflet.html
- text: Neus_atlantis
href: articles/Neus_atlantis_leaflet.html
- text: Shellfish_Strata
href: articles/Shellfish_Strata_leaflet.html
- text: Statistical_Areas_2010
href: articles/Statistical_Areas_2010_leaflet.html
- text: Statistical_Areas_2010_withNames
href: articles/Statistical_Areas_2010_withNames_leaflet.html
- text: Shrimp_Strata
href: articles/Shrimp_Strata_leaflet.html
reference:
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
13 changes: 13 additions & 0 deletions vignettes/articles/Herring_Management_Areas_leaflet.Rmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
title: 'Herring_Management_Areas'
output: html_document
---

```{r, echo = FALSE, warning = FALSE}
library(leaflet)
m <- readRDS(here::here('pkgdown/leaflet_maps/Herring_Management_Areas_leaflet.rds'))
```

```{r, echo = FALSE}
m
```
13 changes: 13 additions & 0 deletions vignettes/articles/NAFO_Divisions_2021_poly_clipped_leaflet.Rmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
title: 'NAFO_Divisions_2021_poly_clipped'
output: html_document
---

```{r, echo = FALSE, warning = FALSE}
library(leaflet)
m <- readRDS(here::here('pkgdown/leaflet_maps/NAFO_Divisions_2021_poly_clipped_leaflet.rds'))
```

```{r, echo = FALSE}
m
```
13 changes: 13 additions & 0 deletions vignettes/articles/Statistical_Areas_2010_leaflet.Rmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
title: 'Statistical_Areas_2010'
output: html_document
---

```{r, echo = FALSE, warning = FALSE}
library(leaflet)
m <- readRDS(here::here('pkgdown/leaflet_maps/Statistical_Areas_2010_leaflet.rds'))
```

```{r, echo = FALSE}
m
```
13 changes: 13 additions & 0 deletions vignettes/articles/Statistical_Areas_2010_withNames_leaflet.Rmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
title: 'Statistical_Areas_2010_withNames'
output: html_document
---

```{r, echo = FALSE, warning = FALSE}
library(leaflet)
m <- readRDS(here::here('pkgdown/leaflet_maps/Statistical_Areas_2010_withNames_leaflet.rds'))
```

```{r, echo = FALSE}
m
```

0 comments on commit 650b08c

Please sign in to comment.