diff --git a/src/NMFkPlotMap.jl b/src/NMFkPlotMap.jl index 915f643..fecca59 100644 --- a/src/NMFkPlotMap.jl +++ b/src/NMFkPlotMap.jl @@ -245,7 +245,8 @@ function mapbox(df::DataFrames.DataFrame; column::Union{Symbol,AbstractString}=" if !(occursin(regex_lon, a) || occursin(regex_lat, a)) println("Ploting $a ...") if filename != "" - f = fileroot * "_" * string(a) * fileext + aa = replace(string(a), '/' => Char(0x2215)) + f = fileroot * "_" * aa * fileext else f = "" end