- Linesman uses a geodesic as reference line by default now. Previous versions have used a loxodrome.
- Change
--line
argument to use formatlat,lon
instead oflon,lat
- Use
linesman
instead ofgpx_linesman
as python package name (this does not change the name used forpip install
, which remainsgpx-linesman
. - Add
--version
/-V
flag printing linesman's version. - Add documentation (served on readthedocs)
- Replace
linestart
andlineend
arguments defining the straight line with a--line
/-l
argument. If omitted, the first and last point in the gpx file are used to define the reference line. - Replace
--using
argument with a positionalmeasure
argument - Change identifiers for measures
Initial version.