<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" dir="ltr" style="font-size:12pt; color:#000000; font-family:Calibri,Arial,Helvetica,sans-serif">
<p>Hi all,</p>
<p><br>
</p>
<p>years ago we added a check in splitter r251 to make sure that it doesn't write extremely large tiles.</p>
<p>See <br>
</p>
<a href="http://www.mkgmap.org.uk/pipermail/mkgmap-dev/2012q1/013611.html" class="OWAAutoLink" id="LPlnk646092" previewremoved="true">http://www.mkgmap.org.uk/pipermail/mkgmap-dev/2012q1/013611.html</a>
<p>and</p>
<p><a href="http://www.mkgmap.org.uk/pipermail/mkgmap-dev/2012q4/015707.html" class="OWAAutoLink" id="LPlnk956950" previewremoved="true">http://www.mkgmap.org.uk/pipermail/mkgmap-dev/2012q4/015707.html</a></p>
<p><br>
</p>
<p>In short: The problem is that the precomp-sea option will add a huge amout of sea polygons to such a tile,</p>
<p>another problem is that the bounds option loads a huge amount of data.<br>
</p>
<p><br>
</p>
<p>I've now noticed that this check might not be useful if you use splitter to split a large file into a few smaller tiles,</p>
<p>esp. the whole planet with num-tiles=2. <br>
</p>
<p>I'd like to skip this check when <br>
</p>
<p>a) --num-tiles is used</p>
<p>b) --max-nodes value is large, e.g. higher than 10.000.000<br>
</p>
<p><br>
</p>
<p>Another option would be to add a new option like --skip-size-check.</p>
<p><br>
</p>
<p>What do you think?</p>
<p>Gerd<br>
</p>
<p><br>
</p>
<p><br>
</p>
</div>
</body>
</html>