Skip to content

Commit f3c2132

Browse files
author
eb-bruns
committed
change map labels to reflect current terminology
1 parent 14f3a5a commit f3c2132

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

spatial-analysis-workflow/8-calc_map_exsitu_coverage.R

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -265,14 +265,14 @@ map.exsitu <- function(taxon,eco_now,states,in_buff,ex_buff,ex1,ex2,ex3,in_pts){
265265
addControl(
266266
html = "<img src='https://i.ibb.co/1dW95pC/Insitu-buffer.png'
267267
style='width:40px;height:40px;'> Taxon's estimated native distribution<br/>
268-
(50 km buffer around in situ occurrence points)<br/>
268+
(50km buffer around wild occurrence points)<br/>
269269
<img src='https://i.ibb.co/SR71N6k/Exsitu-buffer.png'
270-
style='width:40px;height:40px;'> Estimated capture of ex situ collections<br/>
271-
(50 km buffer around wild provenance localities)",
270+
style='width:40px;height:40px;'> Estimated coverage of ex situ collections<br/>
271+
(50km buffer around wild source localities)",
272272
position = "bottomleft") %>%
273273
# ex situ triangles
274274
addControl(
275-
html = "Source locality and number of wild provenance<br/>individuals in ex situ collections<br/>
275+
html = "Source locality and number of wild origin<br/>individuals in ex situ collections<br/>
276276
<img src='https://www.freeiconspng.com/uploads/triangle-png-28.png'
277277
style='width:8px;height:8px;'> 1-9
278278
<img src='https://www.freeiconspng.com/uploads/triangle-png-28.png'
@@ -283,7 +283,7 @@ map.exsitu <- function(taxon,eco_now,states,in_buff,ex_buff,ex1,ex2,ex3,in_pts){
283283
# in situ occurrence points
284284
addControl(
285285
html = "<img src='https://www.freeiconspng.com/uploads/grey-circle-icon-8.png'
286-
style='width:9px;height:9px;'> In situ occurrence points",
286+
style='width:9px;height:9px;'> Wild occurrence points",
287287
position = "bottomleft") %>%
288288
## set view (long and lat) and zoom level, for when map initially opens
289289
setView(-96, 40, zoom = 5)
@@ -333,12 +333,12 @@ map.no.exsitu <- function(taxon,eco_now,states,in_buff,in_pts){
333333
addControl(
334334
html = "<img src='https://i.ibb.co/1dW95pC/Insitu-buffer.png'
335335
style='width:40px;height:40px;'> Taxon's estimated native distribution<br/>
336-
(50 km buffer around in situ occurrence points)",
336+
(50km buffer around wild occurrence points)",
337337
position = "bottomleft") %>%
338338
# in situ occurrence points
339339
addControl(
340340
html = "<img src='https://www.freeiconspng.com/uploads/grey-circle-icon-8.png'
341-
style='width:9px;height:9px;'> In situ occurrence points",
341+
style='width:9px;height:9px;'> Wild occurrence points",
342342
position = "bottomleft") %>%
343343
## set view (long and lat) and zoom level, for when map initially opens
344344
setView(-96, 40, zoom = 4)

0 commit comments

Comments
 (0)