Skip to content

Commit

Permalink
fixed new bug
Browse files Browse the repository at this point in the history
  • Loading branch information
mtennekes committed Sep 24, 2023
1 parent 57cf3ae commit b9c43e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/step1_rearrange.R
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ step1_rearrange = function(tmel) {
}

# crs in options refers to which crs is used in the plot, not necessarily in the transformation (step 3)
crs_option = sf::st_crs(o$crs)
crs_option = o$crs

# get main crs (used in step 3, not necessarily in the plot (e.g. view mode will use 4326/3857))
crs_main = if (any_data_layer) get_crs(tms) else NA
Expand Down

0 comments on commit b9c43e0

Please sign in to comment.