Skip to content

Commit 36bbd5a

Browse files
authored
Add files via upload
1 parent 19d114c commit 36bbd5a

91 files changed

Lines changed: 182 additions & 170 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

assets/tutorials/mosaics/mosaics/code/example_figure.jl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ begin # hide
33
using GMT # hide
44
GMT.isFranklin[1] = true # hide
55
getpath4docs(file::String) = joinpath("..", "..", "..", "..", "..", file) # hide
6-
using GMT
7-
8-
I = mosaic(13.71862, 44.939234, zoom=18, provider=:Google, neighbors=[7,5]);
6+
using GMT
7+
8+
I = mosaic(13.71862, 44.939234, zoom=18, provider=:Google, neighbors=[7,5]);
99
viz(I, proj=:guess)
1010
end # hide
11-
mv(joinpath(tempdir(), "GMTjl_" * GMT.TMPDIR_USR[2] * "." * "png"), joinpath(@OUTPUT, "example_13448775722079320192.png"), force=true); # hide
11+
mv(joinpath(tempdir(), "GMTjl_" * GMT.TMPDIR_USR[2] * "." * "png"), joinpath(@OUTPUT, "example_10487261044540396572.png"), force=true); # hide
1212
GMT.isFranklin[1] = false # hide
1313
GMT.IamModern[1] = false # hide
1414

2.11 MB
136 KB
81.1 KB
24.1 KB
1.6 MB
275 KB
1.38 MB
173 KB
2.13 MB

0 commit comments

Comments
 (0)