echomap

Preview map files in the console

asciicast

Usage

``` USAGE: echomap [FLAGS] [OPTIONS]

FLAGS: -a, --area Print polygon area instead of boundaries -h, --help Prints help information -V, --version Prints version information

OPTIONS: -c, --columns Sets the number of columns (in characters) of the printed output. Defaults to terminal height minus 1. -f, --format Input file format [default: geojson] [possible values: geojson, csv] --lat
--lon
-r, --rows Sets the number of rows (in characters) of the printed output. Defaults to terminal width.

ARGS: File to parse or '-' to read stdin ```