# Globe in Makie

**URL:** https://discourse.julialang.org/t/globe-in-makie/57627
**Category:** General Usage
**Tags:** glvisualize
**Created:** [March 20, 2021, 9:41pm UTC](https://discourse.julialang.org/t/globe-in-makie/57627 "2021-03-20T21:41:50Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![gdkrmr](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/gdkrmr/32/2791_2.png) [@gdkrmr](https://discourse.julialang.org/u/gdkrmr)
#### Post date: [March 20, 2021, 9:41pm UTC](https://discourse.julialang.org/t/globe-in-makie/57627/1 "2021-03-20T21:41:50Z")

</div>

I am trying to reproduce the example from [here](https://github.com/JuliaPlots/MakieGallery.jl/blob/master/examples/bigdata.jl) but it doesn’t work with the current version of the packages.

I am currently hanging at the following line:

```julia
m = uv_normal_mesh(Tesselation(Sphere(Point3f0(0), 1f0), 200))

```

I cannot find either of `uv_normal_mesh` and `Tesselation`. Maybe someone can help me!

---

<div class="post-metadata">

### Author: ![stillyslalom](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/stillyslalom/32/45687_2.png) [@stillyslalom](https://discourse.julialang.org/u/stillyslalom)
#### Post date: [March 20, 2021, 9:52pm UTC](https://discourse.julialang.org/t/globe-in-makie/57627/2 "2021-03-20T21:52:50Z")

</div>

They’re from [GeometryBasics.jl](https://juliageometry.github.io/GeometryBasics.jl/dev/api/).
