<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 Felix,<br><br>yes, I can reproduce the problem. The program fails to read the index in the file<br>in the zip. The file works okay when you unzip the content. I'm trying to find out what<br>goes wrong.<br><br>Gerd<br><br><div><hr id="stopSpelling">Date: Thu, 6 Mar 2014 13:46:05 +0100<br>From: extremecarver@gmail.com<br>To: gpetermann_muenchen@hotmail.com; mkgmap-dev@lists.mkgmap.org.uk<br>Subject: Re: [mkgmap-dev] Commit: r3081: merge from the high-prec-coord branch.<br><br>
  
    
  
  
    well, I'm (the server) is definitely not running out of memory. <br>
    New bounds are fine, it's only bout sea.<br>
    <br>
    here's the options I use (no style-file given - seems not to depend
    on the style):<br>
    c:\OpenMTBMap\maps&gt;start /low /b /wait java -jar -Xms6000M
    -Xmx10300M c:\openmtbmap\mkgmap.jar --max-jobs=8 --generate-sea
    --latin1 --precomp-sea=c:\openmtbmap\maps\sea.zip --nsis --index
    --levels="0:24,<br>
    1:23, 2:22, 3:21, 4:20, 5:19, 6:18" --overview-levels="7:17, 8:16,
    9:15, 10:14, 11:13, 12:12" --adjust-turn-headings
    --add-pois-to-areas --reduce-point-density=3.4
    --reduce-point-density-polygon=6 --housenumbers --link-pois-to-ways
    --ignore-turn-rest<br>
    rictions --polygon-size-limits="24:16, 23:14, 22:12, 21:11, 20:10,
    19:9, 18:8, 17:7, 16:6, 15:5, 14:4, 13:3, 12:2, 11:0, 10:0"
    --description=openmtbmap_at --show-profiles=1&nbsp;
    --location-autofill=bounds,is_in,nearest&nbsp;
    --bounds=c:\openmtbmap\maps\bounds<br>
    .zip --route --country-abbr=at --country-name=austria
    --mapname=63650000 --family-id=6365 --product-id=1
    --series-name=openmtbmap_austria_06.03.2014
    --family-name=mtbmap_at_06.03.2014 --tdbfile
    --overview-mapname=mapsetc --keep-going --area-name="aus<br>
    tria_06.03.2014_openmtbmap.org" -c
    c:\openmtbmap\maps\template.austria 7*.img&nbsp; 1&gt;NUL<br>
    <br>
    <br>
    <br>
    <br>
    My austria.osm.pbf is a bit older...<br>
    <br>
    <div class="ecxmoz-cite-prefix">On 06.03.2014 13:38, Gerd Petermann
      wrote:<br>
    </div>
    <blockquote cite="mid:DUB112-W108642F7BA5165F8A9BD4889E880@phx.gbl">
      <style><!--
.ExternalClass .ecxhmmessage P {
padding:0px;
}

.ExternalClass body.ecxhmmessage {
font-size:12pt;
font-family:Calibri;
}

--></style>
      <div dir="ltr">Hi Felix,<br>
        <br>
        I try to reproduce the problem. It might be related to higher <br>
        memory consumption.<br>
        <br>
        Gerd<br>
        <br>
        <div>
          <hr id="ecxstopSpelling">Date: Thu, 6 Mar 2014 13:36:06 +0100<br>
          From: <a class="ecxmoz-txt-link-abbreviated" href="mailto:extremecarver@gmail.com">extremecarver@gmail.com</a><br>
          To: <a class="ecxmoz-txt-link-abbreviated" href="mailto:mkgmap-dev@lists.mkgmap.org.uk">mkgmap-dev@lists.mkgmap.org.uk</a><br>
          Subject: Re: [mkgmap-dev] Commit: r3081: merge from the
          high-prec-coord branch.<br>
          <br>
          Well there is Lake Neusiedl - which is entered as sea,
          Bodensee and some others maybe too? OSM gotten so complex that
          even some lakes need to be entered as sea (and it makes sense
          because otherwise lakes on country boundary would be empty or
          overflowing...).<br>
          <div class="ecxmoz-cite-prefix">On 06.03.2014 13:33, Enrico
            Liboni wrote:<br>
          </div>
          <blockquote cite="mid:CAJ2VMa=0-HJLbY910-HYNA3gQpfNV00btyNnkzrBR-62uXU0pA@mail.gmail.com">
            <div dir="ltr">interesting... sea in Austria, that's maybe
              the issue</div>
            <div class="ecxgmail_extra"><br>
              <br>
              <div class="ecxgmail_quote">On Thu, Mar 6, 2014 at 1:26
                PM, Felix Hartmann <span dir="ltr">&lt;<a href="mailto:extremecarver@gmail.com" target="_blank">extremecarver@gmail.com</a>&gt;</span>
                wrote:<br>
                <blockquote class="ecxgmail_quote" style="border-left:1px #ccc solid;padding-left:1ex;">Oh
                  well - there seems to be some problem with the new sea
                  file:<br>
                  <br>
                  java.lang.NullPointerException<br>
                  &nbsp; &nbsp; &nbsp; &nbsp; at
uk.me.parabola.mkgmap.reader.osm.SeaGenerator$PrecompData.access$100(SeaGenerator.java:1486)<br>
                  &nbsp; &nbsp; &nbsp; &nbsp; at
uk.me.parabola.mkgmap.reader.osm.SeaGenerator.addPrecompSea(SeaGenerator.java:616)<br>
                  &nbsp; &nbsp; &nbsp; &nbsp; at
                  uk.me.parabola.mkgmap.reader.osm.SeaGenerator.end(SeaGenerator.java:847)<br>
                  &nbsp; &nbsp; &nbsp; &nbsp; at
uk.me.parabola.mkgmap.reader.osm.OsmReadingHooksChain.end(OsmReadingHooksChain.java:79)<br>
                  &nbsp; &nbsp; &nbsp; &nbsp; at
uk.me.parabola.mkgmap.reader.osm.bin.OsmBinMapDataSource.load(OsmBinMapDataSource.java:63)<br>
                  &nbsp; &nbsp; &nbsp; &nbsp; at
uk.me.parabola.mkgmap.reader.osm.OsmMapDataSource.load(OsmMapDataSource.java:127)<br>
                  &nbsp; &nbsp; &nbsp; &nbsp; at
                  uk.me.parabola.mkgmap.main.MapMaker.loadFromFile(MapMaker.java:167)<br>
                  &nbsp; &nbsp; &nbsp; &nbsp; at
                  uk.me.parabola.mkgmap.main.MapMaker.makeMap(MapMaker.java:63)<br>
                  &nbsp; &nbsp; &nbsp; &nbsp; at
                  uk.me.parabola.mkgmap.main.Main$1.call(Main.java:220)<br>
                  &nbsp; &nbsp; &nbsp; &nbsp; at
                  uk.me.parabola.mkgmap.main.Main$1.call(Main.java:216)<br>
                  &nbsp; &nbsp; &nbsp; &nbsp; at
                  java.util.concurrent.FutureTask$Sync.innerRun(Unknown
                  Source)<br>
                  &nbsp; &nbsp; &nbsp; &nbsp; at java.util.concurrent.FutureTask.run(Unknown
                  Source)<br>
                  &nbsp; &nbsp; &nbsp; &nbsp; at
                  java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown
                  Source)<br>
                  &nbsp; &nbsp; &nbsp; &nbsp; at
                  java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown
                  Source)<br>
                  &nbsp; &nbsp; &nbsp; &nbsp; at java.lang.Thread.run(Unknown Source)<br>
                  <br>
                  <br>
                  <br>
                  nothing else changed besides using new instead of old
                  sea file. splitter/mkgmap both trunk and latest svn
                  version.<br>
                  (on compiling austria).
                  <div class="ecxim ecxHOEnZb"><br>
                    <br>
                    On 06.03.2014 13:02, Thorsten Kukuk wrote:<br>
                  </div>
                  <div class="ecxim ecxHOEnZb">
                    <blockquote class="ecxgmail_quote" style="border-left:1px #ccc solid;padding-left:1ex;"> On Thu, Mar 06, Felix
                      Hartmann wrote:<br>
                      <br>
                      <blockquote class="ecxgmail_quote" style="border-left:1px #ccc solid;padding-left:1ex;"> Are there precompiled
                        bounds and sea to download already somewhere?<br>
                        (the ones on <a href="http://mkgmap.org.uk" target="_blank">mkgmap.org.uk</a>
                        are rather old, and the ones on pleiades are<br>
                        about the same size - hence same old format I
                        assume).<br>
                      </blockquote>
                      <a href="http://osm.thkukuk.de/data/" target="_blank">http://osm.thkukuk.de/data/</a><br>
                      <br>
                      The size did grow up from 418MB to 624MB for the
                      bounds.<br>
                      <br>
                      <br>
                      &nbsp; &nbsp;Thorsten<br>
                      <br>
                    </blockquote>
                    <br>
                    -- <br>
                  </div>
                  <div class="ecxim ecxHOEnZb"> keep on biking and
                    discovering new trails<br>
                    <br>
                    Felix<br>
                    <a href="http://openmtbmap.org" target="_blank">openmtbmap.org</a>
                    &amp; <a href="http://www.velomap.org" target="_blank">www.velomap.org</a><br>
                    <br>
                  </div>
                  <div class="ecxHOEnZb">
                    <div class="h5">
                      _______________________________________________<br>
                      mkgmap-dev mailing list<br>
                      <a href="mailto:mkgmap-dev@lists.mkgmap.org.uk" target="_blank">mkgmap-dev@lists.mkgmap.org.uk</a><br>
                      <a href="http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev" target="_blank">http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev</a><br>
                    </div>
                  </div>
                </blockquote>
              </div>
              <br>
            </div>
            <br>
            <fieldset class="ecxmimeAttachmentHeader"></fieldset>
            <br>
            <pre>_______________________________________________
mkgmap-dev mailing list
<a class="ecxmoz-txt-link-abbreviated" href="mailto:mkgmap-dev@lists.mkgmap.org.uk">mkgmap-dev@lists.mkgmap.org.uk</a>
<a class="ecxmoz-txt-link-freetext" href="http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev" target="_blank">http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev</a></pre>
          </blockquote>
          <br>
          <pre class="ecxmoz-signature">-- 
keep on biking and discovering new trails

Felix
openmtbmap.org &amp; <a class="ecxmoz-txt-link-abbreviated" href="http://www.velomap.org" target="_blank">www.velomap.org</a></pre>
          <br>
          _______________________________________________
          mkgmap-dev mailing list
          <a class="ecxmoz-txt-link-abbreviated" href="mailto:mkgmap-dev@lists.mkgmap.org.uk">mkgmap-dev@lists.mkgmap.org.uk</a>
          <a class="ecxmoz-txt-link-freetext" href="http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev" target="_blank">http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev</a></div>
      </div>
    </blockquote>
    <br>
    <pre class="ecxmoz-signature">-- 
keep on biking and discovering new trails

Felix
openmtbmap.org &amp; <a class="ecxmoz-txt-link-abbreviated" href="http://www.velomap.org" target="_blank">www.velomap.org</a></pre></div>                                               </div></body>
</html>