The title pretty much sums up my question. If I want to plot latitude/longitude, I would like to have the Earth's 2D map under the plot as a background image. Is this possible?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
The title pretty much sums up my question. If I want to plot latitude/longitude, I would like to have the Earth's 2D map under the plot as a background image. Is this possible?
Hi, you should use an mpBitmapLayer for that. Just put it at the bottom of the layer stack (so add it as first layer).
Thank you, that worked. :)