<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 Steph,<br><br>&gt; See you later about the bounds ;-)<br>&gt; Will need a lot of memory ?<br>Yes, if you want to process the whole planet at once.<br>It is possible to split planet and merge the bounds, see <br><br><a href="http://gis.19327.n5.nabble.com/memory-requirements-for-generating-planet-bounds-tp5749408p5749456.html" target="_blank">http://gis.19327.n5.nabble.com/memory-requirements-for-generating-planet-bounds-tp5749408p5749456.html</a><br><br><br>Gerd<br><br><div>&gt; Date: Wed, 4 Mar 2015 21:32:49 -0300<br>&gt; From: st3ph.martin@laposte.net<br>&gt; To: mkgmap-dev@lists.mkgmap.org.uk<br>&gt; Subject: Re: [mkgmap-dev] Generate coastlines<br>&gt; <br>&gt; Hi Gerd,<br>&gt; <br>&gt; Thank you very much !<br>&gt; <br>&gt; Here is what is working for me (GNU/Linux) :<br>&gt; <br>&gt; java -Xmx5G -cp "./dist/mkgmap.jar:./lib/optional/*"<br>&gt; uk.me.parabola.mkgmap.sea.optional.PrecompSeaGenerator<br>&gt; /home/steph/Data2/osm/planet/land_polygons.shp WGS84<br>&gt; /home/steph/Data2/osm/planet/sea<br>&gt; <br>&gt; See you later about the bounds ;-)<br>&gt; Will need a lot of memory ?<br>&gt; <br>&gt; Steph<br>&gt; <br>&gt; Le 04/03/2015 02:11, Gerd Petermann a écrit :<br>&gt; &gt; Hi Steph,<br>&gt; &gt; <br>&gt; &gt; these steps work fine for me:<br>&gt; &gt; 1) follow  the general instructions to create a buid environment:<br>&gt; &gt; http://www.mkgmap.org.uk/dev/index.html<br>&gt; &gt; <br>&gt; &gt; 2) modify build.xml, change the line<br>&gt; &gt; &lt;exclude name="**/optional/*.java"/&gt;<br>&gt; &gt; to<br>&gt; &gt; &lt;exclude name="**/dem/optional/*.java"/&gt;<br>&gt; &gt; 3) change into the directory containing build.xml<br>&gt; &gt; 3) run the commands<br>&gt; &gt; ant  resolve-optional<br>&gt; &gt; ant dist<br>&gt; &gt; to build mkgmap.jar with PrecompSeaGenerator<br>&gt; &gt; 4) run a command similar to this<br>&gt; &gt; java -Xmx6800m -cp .\dist\mkgmap.jar;.\lib\optional\*<br>&gt; &gt; uk.me.parabola.mkgmap.sea.optional.PrecompSeaGenerator<br>&gt; &gt; f:\osm\land-polygons-split-4326\land_polygons.shp WGS84 e:\work\sea<br>&gt; &gt; <br>&gt; &gt; Gerd<br>&gt; <br>&gt; _______________________________________________<br>&gt; mkgmap-dev mailing list<br>&gt; mkgmap-dev@lists.mkgmap.org.uk<br>&gt; http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev<br></div>                                               </div></body>
</html>