User Portlet User Portlet

Discussions
Try: pplot = ParametricPlot[{165 + 10*Sin[3 u], -45 + 10*Sin[2 u]}, {u, 0, 2 Pi}]; pp = pplot[[1]] /. Line[a_] :> Line[GeoPosition[Reverse /@ a]]; GeoGraphics[pp, GeoRange -> {{-55, -35}, {155, 175}}, GeoProjection ->...