/VS-MapLines

C# application to handle adding lines to calibrated images. Intended for images representing maps.

Primary LanguageC#

Map Lines

Map Lines is a C# application that primarily allows you to digitalize points on images by drawing lines between them. It saves the pixel coordinates of points on the line in a file. It was originally designed to trace old railroad beds in Northern Wisconsin that had been drawn by hand on USGS geologic maps by James P. Kaysen with the purpose in mind to display these digitally in an application such as Google Maps. It can more generally be used to draw GPS tracks or other data on an image of a map, such as one with hiking trails.

See https://kenevans.net/opensource/MapLines/Help/Overview.html

Installation

If you are installing Map Lines from a download, just unzip the files into a directory somewhere convenient. Then run it from there. If you are installing from a build, copy all the files and directories from the bin/Release directory to a convenient directory.

To uninstall, just delete these files.

Development

Map Lines uses the NuGet package Math.NET as well as the class library Utils.dll from https://github.com/KennethEvans/VS-Utils.

It is hosted at https://github.com/KennethEvans/VS-MapLines.

More Information

More information and FAQ are at https://kennethevans.github.io as well as more projects from the same author.

Licensed under the MIT license. (See: https://en.wikipedia.org/wiki/MIT_License)