On 11/16/2016 12:31 PM, Gerd Petermann wrote: > I've fixed a major bug in splitter which results in wrong output files when > you pass a --split-file which contains > overlapping areas. See also > http://www.mkgmap.org.uk/websvn/revision.php?repname=splitter&rev=440
The lintian QA tool reported a spelling error in the manpage. The attached patch fixes the issue. Kind Regards, Bas -- GPG Key ID: 4096R/6750F10AE88D4AF1 Fingerprint: 8182 DE41 7056 408D 6146 50D1 6750 F10A E88D 4AF1
Description: Fix spelling errors. * parrallel -> parallel Author: Bas Couwenberg <[email protected]> --- a/doc/splitter.1 +++ b/doc/splitter.1 @@ -445,7 +445,7 @@ still use \fBmkgmap-splitter\fR, but you patient if you use the parameter \*(T<\fB\-\-keep\-complete\fR\*(T> and want to split a file like \*(T<\fIgermany.osm.pbf\fR\*(T> or a larger one. -If needed, reduce the number of parrallel processed areas to 50 with the +If needed, reduce the number of parallel processed areas to 50 with the \*(T<\fB\-\-max\-areas\fR\*(T> parameter. You have to use \*(T<\fB\-\-keep\-complete=false\fR\*(T> when splitting an area like Europe. --- a/doc/splitter.1.xml +++ b/doc/splitter.1.xml @@ -678,7 +678,7 @@ Processing 1502 areas in a single pass patient if you use the parameter <option>--keep-complete</option> and want to split a file like <filename>germany.osm.pbf</filename> or a larger one. - If needed, reduce the number of parrallel processed areas to 50 with the + If needed, reduce the number of parallel processed areas to 50 with the <option>--max-areas</option> parameter. You have to use <option>--keep-complete=false</option> when splitting an area like Europe. --- a/doc/splitter.txt +++ b/doc/splitter.txt @@ -282,7 +282,7 @@ use --output=o5m to speed up processing. If your machine has less than 1GB free memory (eg. a netbook), you can still use splitter, but you might have to be patient if you use the parameter --keep-complete and want to split a file like germany.osm.pbf or a -larger one. If needed, reduce the number of parrallel processed areas to 50 +larger one. If needed, reduce the number of parallel processed areas to 50 with the max-areas parameter. You have to use --keep-complete=false when splitting an area like Europe.
_______________________________________________ mkgmap-dev mailing list [email protected] http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev
