Plots an Earth map
CL_plot_earthMap([win_id,color_id,tick_steps,data_bounds,thickness,res,coord])
Plots an Earth map in the selected figure (win_id).
The x-axis and y-axis are respectively the longitude and latitude in degrees.
Depending on type of coordinates ("coord" option), the longitude is considered to be the spherical or elliptical (geodetic) longitude.
There are 2 available resolutions:
- "low": outlines of Earth continents and major islands (low resolution)
- "high": outlines of Earth continents, islands and lakes
(optional) Figure Id - Id of the current window if omitted.
(optional) Color index - Default is 2.
(optional) Steps of the grid in longitude and latitude in degrees. Default is [60 ,30].
(optional) Definition of the view area: [longmin, latmin; longmax, latmax] in degrees. Default is [-180, -90; 180, 90].
(optional) Line thickness. Default is 1.
(optional) (string) Resolution: "low" or "high". Default is "low" (1x1)
(optional) (string) Type of coordinates: "sph"=spherical, "ell"=elliptical. Default is "sph" (1x1)
CNES - DCT/SB