...
definition mvl_geopolyline(lat: list, lon: list, incr: number)
Plots a closed polygon polyline sampled on the cylindrical projection onto any map projections. Internally, each line section is split into a number of segments and the returned result is an Input Visualiser object which can be passed to the plot()
command along with an optional Graph Plotting object.
...