-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Review / accept scallop restricted areas addition
- Loading branch information
Showing
24 changed files
with
23 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
+379 Bytes
(110%)
pkgdown/leaflet_maps/GillnetClosureAreas_20211021_leaflet.rds
Binary file not shown.
Binary file modified
BIN
+383 Bytes
(110%)
pkgdown/leaflet_maps/Great_South_Channel_Restricted_Trap_Pot_Area_leaflet.rds
Binary file not shown.
Binary file modified
BIN
+410 Bytes
(100%)
pkgdown/leaflet_maps/Herring_Management_Areas_leaflet.rds
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
+383 Bytes
(100%)
pkgdown/leaflet_maps/NAFO_Divisions_2021_line_enclosed_leaflet.rds
Binary file not shown.
Binary file modified
BIN
+423 Bytes
(100%)
pkgdown/leaflet_maps/NAFO_Divisions_2021_line_not_enclosed_leaflet.rds
Binary file not shown.
Binary file modified
BIN
+395 Bytes
(100%)
pkgdown/leaflet_maps/NAFO_Divisions_2021_poly_clipped_leaflet.rds
Binary file not shown.
Binary file modified
BIN
+380 Bytes
(100%)
pkgdown/leaflet_maps/NAFO_Divisions_2021_poly_not_clipped_leaflet.rds
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
+470 Bytes
(100%)
pkgdown/leaflet_maps/Statistical_Areas_2010_withNames_leaflet.rds
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,4 +10,4 @@ m <- readRDS(here::here('pkgdown/leaflet_maps/NAFO_Divisions_2021_poly_clipped_l | |
|
||
```{r, echo = FALSE} | ||
m | ||
``` | ||
``` |
13 changes: 13 additions & 0 deletions
13
vignettes/articles/Scallop_Rotational_Areas_20230411_leaflet.Rmd
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
--- | ||
title: 'Scallop_Rotational_Areas_20230411' | ||
output: html_document | ||
--- | ||
|
||
```{r, echo = FALSE, warning = FALSE} | ||
library(leaflet) | ||
m <- readRDS(here::here('pkgdown/leaflet_maps/Scallop_Rotational_Areas_20230411_leaflet.rds')) | ||
``` | ||
|
||
```{r, echo = FALSE} | ||
m | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,4 +10,4 @@ m <- readRDS(here::here('pkgdown/leaflet_maps/Statistical_Areas_2010_leaflet.rds | |
|
||
```{r, echo = FALSE} | ||
m | ||
``` | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,4 +10,4 @@ m <- readRDS(here::here('pkgdown/leaflet_maps/Statistical_Areas_2010_withNames_l | |
|
||
```{r, echo = FALSE} | ||
m | ||
``` | ||
``` |