Package: prepair / 0.7-6

0001-Also-list-the-shpOut-option-in-the-usage-information.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
From 3eca44b8e7cf4e9e654053835f44dc2b96e0461d Mon Sep 17 00:00:00 2001
From: Bas Couwenberg <sebastic@xs4all.nl>
Date: Fri, 28 Nov 2014 02:45:44 +0100
Subject: Also list the --shpOut option in the usage information.
Origin: https://github.com/tudelft3d/prepair/commit/031c45738ac7e946b6a5923d67cc298378adf580


--- a/prepair.cpp
+++ b/prepair.cpp
@@ -208,6 +208,7 @@ void usage() {
   std::cout << "--minarea AREA Only output polygons larger than AREA" << std::endl;
   std::cout << "--isr GRIDSIZE Snap round the input before repairing" << std::endl;
   std::cout << "--time         Benchmark the different stages of the process" << std::endl;
+  std::cout << "--shpOut       Output a shapefile (out.shp) instead of a WKT" << std::endl;
   
 }