Solved - (cairomakie) Saving 2 figures - but one figure is saved twice

I think it would be helpful for you to create an MWE as explained here Please read: make it easier to help you

i.e. something like:

using GeoMakie
p1 = plot(something) # I don't actually know how GeoMakie works
savefig("file1")
p2 = plot(something_else)
savefig("file2")

which reproduces your problem with some dummy data so that people can see for themselves what’s going on.