Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
agricolamz committed Oct 7, 2023
1 parent 553c244 commit bd2a2a5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: lingtypology
Type: Package
Title: Linguistic Typology and Mapping
Version: 1.1.15
Version: 1.1.16
Depends: R (>= 3.5.0)
Imports:
leaflet,
Expand Down
3 changes: 3 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
lingtypology 1.1.16
- fix not empty popup display whith minicharts

lingtypology 1.1.14
- update glottolog to v. 4.8

Expand Down
4 changes: 3 additions & 1 deletion R/map.feature.R
Original file line number Diff line number Diff line change
Expand Up @@ -823,7 +823,9 @@ map.feature <- function(languages,
tables <- do.call(paste, df_args)
}

mapfeat.df$link <- paste0(mapfeat.df$link, tables)
if(popup == ""){
mapfeat.df$link <- paste0(mapfeat.df$link, tables)
}

m <- m |> leaflet::addCircleMarkers(
lng = mapfeat.df$long,
Expand Down

0 comments on commit bd2a2a5

Please sign in to comment.