<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;font-family:Calibri,Helvetica,sans-serif;" dir="ltr">
<p>Thanks Gerd, I'll try that.<br>
</p>
</div>
<hr style="display:inline-block;width:98%" tabindex="-1">
<div id="divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" style="font-size:11pt" color="#000000"><b>Van:</b> mkgmap-dev <mkgmap-dev-bounces@lists.mkgmap.org.uk> namens Gerd Petermann <gpetermann_muenchen@hotmail.com><br>
<b>Verzonden:</b> donderdag 4 januari 2018 01:24:51<br>
<b>Aan:</b> Development list for mkgmap<br>
<b>Onderwerp:</b> Re: [mkgmap-dev] mkgmap r4025 implements --x-dem-poly option</font>
<div> </div>
</div>
<div class="BodyFragment"><font size="2"><span style="font-size:11pt;">
<div class="PlainText">Hi Minko,<br>
<br>
one way is to place the dem options in an extra file, e.g. dem-args, and use<br>
mkgmap.args -c contours\contours.args -c dem-args -c %date%\splitter\template.args<br>
so that the dem options are not active when the contour files are processed.<br>
<br>
Gerd<br>
<br>
________________________________________<br>
Von: mkgmap-dev <mkgmap-dev-bounces@lists.mkgmap.org.uk> im Auftrag von lig fietser <ligfietser@hotmail.com><br>
Gesendet: Donnerstag, 4. Januar 2018 09:36:09<br>
An: mkgmap-dev@lists.mkgmap.org.uk<br>
Betreff: Re: [mkgmap-dev] mkgmap r4025 implements --x-dem-poly option<br>
<br>
Hi Gerd,<br>
Is it possible to skip dem processing for some specific tiles, for instance I have to add some contour tiles that needs to be processed each time with the same mkgmap version (cannot add it as already processed img).<br>
I add them as overlay map on my Benelux map with this statement in my rendering process:<br>
mkgmap.args -c %date%\splitter\template.args -c contours\contours.args<br>
<br>
If I process it, those contours cause a map failure exception :<br>
<br>
SEVERE (MapFailedException): contours\10010201.mp.gz: (thrown in BlockManager.allocate()) Too many blocks. Use a larger block size with an option such as --block-size=1024 or --block-size=2048<br>
SEVERE (BlockManager): contours\10010202.mp.gz: overflowed directory with max block 65534, current=65535<br>
SEVERE (MapFailedException): contours\10010202.mp.gz: (thrown in BlockManager.allocate()) Too many blocks. Use a larger block size with an option such as --block-size=1024 or --block-size=2048<br>
SEVERE (BlockManager): contours\10010204.mp.gz: overflowed directory with max block 65534, current=65535<br>
SEVERE (MapFailedException): contours\10010204.mp.gz: (thrown in BlockManager.allocate()) Too many blocks. Use a larger block size with an option such as --block-size=1024 or --block-size=2048<br>
<br>
In my contour.args file I have these lines:<br>
<br>
mapname: 10010201<br>
input-file: 10010201.mp.gz<br>
mapname: 10010202<br>
input-file: 10010202.mp.gz<br>
mapname: 10010203<br>
input-file: 10010203.mp.gz<br>
mapname: 10010204<br>
input-file: 10010204.mp.gz<br>
<br>
How can I skip these files from DEM processing?<br>
<br>
_______________________________________________<br>
mkgmap-dev mailing list<br>
mkgmap-dev@lists.mkgmap.org.uk<br>
<a href="http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev">http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev</a><br>
</div>
</span></font></div>
</body>
</html>