<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>Hi Henning,<br><br>If you don't mind to have a map of e.g. Germany which also contains<br>small parts of other areas, I think the fastest way is this:<br><br>combine your *.poly files so that you have one henning.poly<br>that contains the areas for which you want to create maps.<br>Execute splitter with --polygon-file=henning.poly --max-nodes=...<br>--stop-after=split --write-kml=splitter.kml planet.o5m<br><br>If you have an actual densitites_out.txt for planet,<br>you can also copy it to the working directory and rename it to<br>densities.txt. Splitter will use this file instead of reading<br>the planet.o5m, and the program finishes within seconds.<br><br>As a result you have a kml file and an areas.list.<br>The next step would be to re-combine the areas<br>so that they build the maps that you want to create.<br><br>If you need the same tile for two maps, but with different mapids,<br>I suggest to copy the output file of splitter. Maybe a small script<br>is needed to perform this step.<br><br>Gerd<br><br><br><br><br><div>> Date: Sat, 10 May 2014 20:31:51 +0200<br>> From: osm@aighes.de<br>> To: mkgmap-dev@lists.mkgmap.org.uk<br>> Subject: Re: [mkgmap-dev] splitter removes multipolygon-tags<br>> <br>> Hi Gerd,<br>> ok, so my next step will be to optimize my tiles.<br>> <br>> Henning<br>> <br>> Am 10.05.2014 17:27, schrieb GerdP:<br>> > Hi Henning,<br>> ><br>> > I did not try what happens when 5 tiles overlap the same point,<br>> > but it should work.<br>> > As I said, you should try to avoid that, as each tile will<br>> > require the complete reading of the input file.<br>> ><br>> > Gerd<br>> <br>> _______________________________________________<br>> mkgmap-dev mailing list<br>> mkgmap-dev@lists.mkgmap.org.uk<br>> http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev<br></div>                                            </div></body>
</html>