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