distanceline ============ **Name**: geom distanceline **Description**: geom Generate a LineString representing the shortest distance between two geometries. **Arguments**: * -o --otherGeometry: The other geometry * -g --geometry: The input geometry * --help: Print help message * --web-help: Open help in a web browser **Example**:: geom distanceline -g "POINT (5 5)" -o "POINT (20 21)"