Plots vectors or points (specified as longitude/latitude data) on the current map projection.
y
outy
Distance
Km
Miles
NoCircle
Color Linestyle | Nodata Psym | Symsize Thick |
The coordinates for MAP_PLOTS must be given in longitude and latitude form.
The MAP_PLOTS routine can plot lines as straight lines or as great circle lines, which appear on most projections as curved lines and represent the minimum distance between two points on the globe.
CAUTION: The great circle lines depend on the accuracy of trigonometric functions, which for some very small longitude and latitude values or values close to 90 degrees can result in errors that can cause the great circle lines to be incorrectly drawn.
MAP, Range = [-150, 30, 30, 70] MAP_PLOTS, [-105.3, -0.1], [40.0, 51.5],$ Distance = d, /Miles, Color = 5, $ Psym = -2, Thick = 2