Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
mtennekes committed Aug 20, 2024
1 parent 10c796b commit ce30024
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/tmapScale_defaults.R
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ tmapValuesVV_fill = function(x, value.na, isdiv, n, dvalues, are_breaks, midpoin
x = getAesOption("values.var", o, aes = aes, layer = NA, cls = x[1])
}

m = getPalMeta(x[1])
m = if (length(x) > 1) NULL else getPalMeta(x[1])


scale_ids = function(ids, n) {
Expand Down

0 comments on commit ce30024

Please sign in to comment.