Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
mtennekes committed Aug 13, 2024
1 parent f916c7e commit b4c414c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/tm_layers_text.R
Original file line number Diff line number Diff line change
Expand Up @@ -691,7 +691,7 @@ tm_markers = function(text = tm_const(),

tm_t = do.call(tm_text, args_text)
tm_t[[1]]$layer = c("labels", "text")
tm_d = do.call(tm_dots, a_dots)
tm_d = do.call(tm_dots, args_dots)
tm_d[[1]]$layer = c("markers", "symbols")

if (options$markers$markers.on.top.of.text) tm_t + tm_d else tm_d + tm_t
Expand Down

0 comments on commit b4c414c

Please sign in to comment.