Changes between Version 205 and Version 206 of Grass7/NewFeatures
- Timestamp:
- 02/06/14 03:48:58 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Grass7/NewFeatures
v205 v206 119 119 * G7:v.net.salesman: optional tour optimization added. The standard algorithm to find the shortest tour is heuristic and often does not find the optimal tour for more than 10 nodes to visit. The optimization methods available are bootstrapping and a genetic algorithm. 120 120 * G7:v.net.spanningtree: improved - Computes minimum spanning tree for the network. 121 * G7:v.net.timetable: improved - Finds shortest path using timetables. 122 * G7:v.out.ogr: reversed functionality of -c flag to preserve island by default. 121 * G7:v.net.timetable: improved - Finds shortest path using timetables. 122 * G7:v.out.ascii: added output with column name header; all columns are selectable with "*" 123 * G7:v.out.ogr: multi-feature output (i.e., features with identical category are exported as multi-feature element); reversed functionality of -c flag to preserve island by default. 123 124 * G7:v.out.postgis: new - Exports a vector map layer to PostGIS feature table. 124 125 * G7:v.overlay: up to 40x faster for large vectors (40,000+ lines in ainput)