GeoMapCli 0.0.8-beta

This is a prerelease version of GeoMapCli.
dotnet tool install --global GeoMapCli --version 0.0.8-beta
                    
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
                    
if you are setting up this repo
dotnet tool install --local GeoMapCli --version 0.0.8-beta
                    
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=GeoMapCli&version=0.0.8-beta&prerelease
                    
nuke :add-package GeoMapCli --version 0.0.8-beta
                    

.NET NuGet

GeoMapCli

A net global tool to display geographic positions in the map

Description

GeoMapCli is a command-line utility that allows you to visualize geographic positions on an interactive map. You can specify multiple positions, customize line styles between them, and calculate distances interactively.

Features

  • Display multiple geographic positions on a map
  • Customize line styles (none, solid, dotted, dashed)
  • Distance calculation between positions

Installation

For stable version

dotnet tool install -g GeoMapCli --ignore-failed-sources

For prerelease version

dotnet tool install -g GeoMapCli --prerelease --ignore-failed-sources

Usage

Display a single geographic position

GeoMapCli view -p "48.8566,2.3522"

Display a single geographic position with a custom name

GeoMapCli view -p "48.8566,2.3522,Paris"

Display multiple geographic positions

GeoMapCli view -p "48.8566,2.3522" -p "51.5074,-0.1278" -p "52.5200,13.4050"

Display connected geographic positions with a colored line

GeoMapCli view -p "48.8566,2.3522" -p "51.5074,-0.1278" -p "52.5200,13.4050" -l "solid,blue"

Display geographic bounds with filled polygon

GeoMapCli view -p "48.8566,2.3522" -p "51.5074,-0.1278" -b "48.5,2.0,52.0,14.0" -l "solid,blue"

Options

  • -p, --position <POSITION> - The positions to view in the map. Format: "latitude, longitude".
  • -b, --bounds <BOUNDS> - The bounds to display on the map. Format: "minLatitude,maxLatitude,minLongitude,maxLongitude".
  • -l, --line <LINE> - The line style to use between positions. Format: "style, color".
    • style : solid, dotted, dashed
    • color : any valid CSS color

When line option is specified, the positions are connected with a line of the specified style and color. The line is clickable to display the distance between consecutive positions.

When bounds option is specified, they are displayed as a colored polygon with a semi-transparent fill on the map.

License

This software is provided under a freemium license. See LICENSE file for details.

Notes

🚧 This tool is still under development. 🚧

⚠️ This tool is not open source, it could be in the future, but it's free to use. ⚠️

📢 This tool is provided as is, without any warranty or support. Use it at your own risk. 📢

Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

Version Downloads Last Updated
0.0.8-beta 119 3/28/2026
0.0.7-beta 76 3/28/2026
0.0.6-beta 87 3/26/2026
0.0.5-beta 97 2/27/2026
0.0.4-beta 80 2/22/2026
0.0.3-beta 86 2/22/2026
0.0.2-beta 79 2/22/2026
0.0.1-beta 88 2/22/2026