<!doctype html>
<html>
 <head> 
  <meta charset="UTF-8"> 
 </head>
 <body>
  <div>
   Hi Gerd,
  </div>
  <div class="default-style">
   <br>
  </div>
  <div class="default-style">
   i put this to the points file from the default style:
  </div>
  <div class="default-style">
   <br>
  </div>
  <div class="default-style">
   inscription=* {set name='TEST ${inscription|substring:0:30}'}
  </div>
  <div class="default-style">
   <br>
  </div>
  <div class="default-style">
   mkgmap doesn´t work.
  </div>
  <div class="default-style">
   <br>
  </div>
  <div class="default-style">
   Greetz
  </div>
  <div class="default-style">
   <br>
  </div>
  <div class="default-style">
   Arndt
  </div>
  <blockquote type="cite">
   <div>
    Arndt Röhrig <arndt@speichenkarte.de> hat am 27.12.2021 16:00 geschrieben:
   </div>
   <div>
    <br>
   </div>
   <div>
    <br>
   </div>
   <div>
    Hi Gerd,
   </div>
   <div class="default-style">
    <br>
   </div>
   <div class="default-style">
    i try to remove this in the points file:
   </div>
   <div class="default-style">
    inscription=* {set SpeicheName='${SpeicheName} ${inscription}' | '${inscription}'}
   </div>
   <div class="default-style">
    <br>
   </div>
   <div class="default-style">
    mkgmap works!
   </div>
   <div class="default-style">
    <br>
   </div>
   <div class="default-style">
    After that i try this: 
   </div>
   <div class="default-style">
    inscription=* {set SpeicheName='${SpeicheName} ${inscription|substring:0:30}' | '${inscription|substring:0:30}'}
   </div>
   <div class="default-style">
    <br>
   </div>
   <div class="default-style">
    The result is, that more tiles will not work.
   </div>
   <div class="default-style">
    <br>
   </div>
   <div class="default-style">
    Something in the tag "inscription" ,in hungary and romania, confuses mkgmap and the substring function.
   </div>
   <div class="default-style">
    <br>
   </div>
   <div class="default-style">
    Greetz
   </div>
   <div class="default-style">
    <br>
   </div>
   <div class="default-style">
    Arndt
   </div>
   <div class="default-style">
    <br>
   </div>
   <blockquote type="cite">
    <div>
     Arndt Röhrig <arndt@speichenkarte.de> hat am 27.12.2021 15:08 geschrieben:
    </div>
    <div>
     <br>
    </div>
    <div>
     <br>
    </div>
    <div>
     Hi Gerd,
    </div>
    <div class="default-style">
     <br>
    </div>
    <div class="default-style">
     > nul  is removed, but nothing happens.
    </div>
    <div class="default-style">
     <br>
    </div>
    <div class="default-style">
     i try this in the points file: {set mkgmap:label:1='${SpeicheName|substring:0:169}'}
    </div>
    <div class="default-style">
     The result is, that more tiles will not work. Also 4827 doesn´t work with this.
    </div>
    <div class="default-style">
     <br>
    </div>
    <div class="default-style">
     Very confusing?
    </div>
    <div class="default-style">
     <br>
    </div>
    <div class="default-style">
     Greetz
    </div>
    <div class="default-style">
     Arndt
    </div>
    <div class="default-style">
     <br>
    </div>
    <blockquote type="cite">
     <div>
      Gerd Petermann <<a href="mailto:gpetermann_muenchen@hotmail.com">gpetermann_muenchen@hotmail.com</a>> hat am 27.12.2021 14:20 geschrieben:
     </div>
     <div>
      <br>
     </div>
     <div>
      <br>
     </div>
     <div>
      Hi Arndt,
     </div>
     <div>
      <br>
     </div>
     <div>
      I see that you redirect the output to nul. Try to remove that to get more info
     </div>
     <div>
      <br>
     </div>
     <div>
      Gerd
     </div>
     <div>
      <br>
     </div>
     <div>
      ________________________________________
     </div>
     <div>
      Von: mkgmap-dev <<a href="mailto:mkgmap-dev-bounces@lists.mkgmap.org.uk">mkgmap-dev-bounces@lists.mkgmap.org.uk</a>> im Auftrag von Arndt Röhrig <<a href="mailto:arndt@speichenkarte.de">arndt@speichenkarte.de</a>>
     </div>
     <div>
      Gesendet: Montag, 27. Dezember 2021 14:11
     </div>
     <div>
      An: Development list for mkgmap
     </div>
     <div>
      Betreff: Re: [mkgmap-dev] r4836 stops Hungary & Romania
     </div>
     <div>
      <br>
     </div>
     <div>
      Hi Gerd,
     </div>
     <div>
      <br>
     </div>
     <div>
      there is a problem with the names in the points file.
     </div>
     <div>
      <br>
     </div>
     <div>
      If i set {set mkgmap:label:1='${name}'} instead of {set mkgmap:label:1='${SpeicheName}'} it works.
     </div>
     <div>
      <br>
     </div>
     <div>
      SpeicheName includes something like that:
     </div>
     <div>
      <br>
     </div>
     <div>
      parking=* {set SpeicheName='${SpeicheName} ${parking}' | '${parking}'}
     </div>
     <div>
      capacity=* {set SpeicheName='${SpeicheName} cap:${capacity}' | 'cap:${capacity}'}
     </div>
     <div>
      population=* {set SpeicheName='${SpeicheName} population:${population}' | 'population:${population}'}
     </div>
     <div>
      operator=* {set SpeicheName='${SpeicheName} ${operator}' | '${operator}'}
     </div>
     <div>
      brand=* {set SpeicheName='${SpeicheName} ${brand}' | '${brand}'}
     </div>
     <div>
      sport=* {set SpeicheName='${SpeicheName} ${sport}' | '${sport}'}
     </div>
     <div>
      <br>
     </div>
     <div>
      and many other tags.
     </div>
     <div>
      <br>
     </div>
     <div>
      In hungary & romania is that a problem. But what problem? r4827 works, 4837 not.
     </div>
     <div>
      <br>
     </div>
     <div>
      Greetzs
     </div>
     <div>
      <br>
     </div>
     <div>
      Arndt
     </div>
     <div>
      Gerd Petermann <<a href="mailto:gpetermann_muenchen@hotmail.com">gpetermann_muenchen@hotmail.com</a><mailto:<a href="mailto:gpetermann_muenchen@hotmail.com">gpetermann_muenchen@hotmail.com</a>>> hat am 27.12.2021 13:22 geschrieben:
     </div>
     <div>
      <br>
     </div>
     <div>
      <br>
     </div>
     <div>
      Hi Arndt,
     </div>
     <div>
      <br>
     </div>
     <div>
      what's the reason for the empty/missing tiles? There must be an error message (in the log?) or a traceback
     </div>
     <div>
      <br>
     </div>
     <div>
      Gerd
     </div>
     <div>
      <br>
     </div>
     <div>
      ________________________________________
     </div>
     <div>
      Von: mkgmap-dev <<a href="mailto:mkgmap-dev-bounces@lists.mkgmap.org.uk">mkgmap-dev-bounces@lists.mkgmap.org.uk</a><mailto:<a href="mailto:mkgmap-dev-bounces@lists.mkgmap.org.uk">mkgmap-dev-bounces@lists.mkgmap.org.uk</a>>> im Auftrag von Arndt Röhrig <<a href="mailto:arndt@speichenkarte.de">arndt@speichenkarte.de</a><mailto:<a href="mailto:arndt@speichenkarte.de">arndt@speichenkarte.de</a>>>
     </div>
     <div>
      Gesendet: Montag, 27. Dezember 2021 12:03
     </div>
     <div>
      An: Development list for mkgmap
     </div>
     <div>
      Betreff: Re: [mkgmap-dev] r4836 stops Hungary & Romania
     </div>
     <div>
      <br>
     </div>
     <div>
      Hi Gerd,
     </div>
     <div>
      <br>
     </div>
     <div>
      unfortunately the same result with r4837.
     </div>
     <div>
      <br>
     </div>
     <div>
      Greetz
     </div>
     <div>
      <br>
     </div>
     <div>
      Arndt
     </div>
     <div>
      <br>
     </div>
     <div>
      Gerd Petermann <<a href="mailto:gpetermann_muenchen@hotmail.com">gpetermann_muenchen@hotmail.com</a><mailto:<a href="mailto:gpetermann_muenchen@hotmail.com">gpetermann_muenchen@hotmail.com</a>><mailto:<a href="mailto:gpetermann_muenchen@hotmail.com">gpetermann_muenchen@hotmail.com</a><mailto:<a href="mailto:gpetermann_muenchen@hotmail.com">gpetermann_muenchen@hotmail.com</a>>>> hat am 27.12.2021 11:47 geschrieben:
     </div>
     <div>
      <br>
     </div>
     <div>
      <br>
     </div>
     <div>
      Hi Arndt,
     </div>
     <div>
      <br>
     </div>
     <div>
      <br>
     </div>
     <div>
      please check if the problem is fixed with r4837.
     </div>
     <div>
      If yes, your style must somehow create labels with lots of (170 or more) leading blanks.
     </div>
     <div>
      <br>
     </div>
     <div>
      Gerd
     </div>
     <div>
      <br>
     </div>
     <div>
      ________________________________________
     </div>
     <div>
      Von: mkgmap-dev <<a href="mailto:mkgmap-dev-bounces@lists.mkgmap.org.uk">mkgmap-dev-bounces@lists.mkgmap.org.uk</a><mailto:<a href="mailto:mkgmap-dev-bounces@lists.mkgmap.org.uk">mkgmap-dev-bounces@lists.mkgmap.org.uk</a>><mailto:<a href="mailto:mkgmap-dev-bounces@lists.mkgmap.org.uk">mkgmap-dev-bounces@lists.mkgmap.org.uk</a><mailto:<a href="mailto:mkgmap-dev-bounces@lists.mkgmap.org.uk">mkgmap-dev-bounces@lists.mkgmap.org.uk</a>>>> im Auftrag von Arndt Röhrig <<a href="mailto:arndt@speichenkarte.de">arndt@speichenkarte.de</a><mailto:<a href="mailto:arndt@speichenkarte.de">arndt@speichenkarte.de</a>><mailto:<a href="mailto:arndt@speichenkarte.de">arndt@speichenkarte.de</a><mailto:<a href="mailto:arndt@speichenkarte.de">arndt@speichenkarte.de</a>>>>
     </div>
     <div>
      Gesendet: Montag, 27. Dezember 2021 11:35
     </div>
     <div>
      An: Development list for mkgmap
     </div>
     <div>
      Betreff: Re: [mkgmap-dev] r4836 stops Hungary & Romania
     </div>
     <div>
      <br>
     </div>
     <div>
      Hi Gerd,
     </div>
     <div>
      <br>
     </div>
     <div>
      Oh, I'm just noticing, that tile 18/22 is missing (hungary). I test romania and see, that tile 10/50 is missing. The ovm tiles has 0 byte.
     </div>
     <div>
      <br>
     </div>
     <div>
      Mkgmap version 4836
     </div>
     <div>
      Time started: Mon Dec 27 11:28:17 CET 2021
     </div>
     <div>
      _
     </div>
     <div>
      <br>
     </div>
     <div>
      This is the last see and nothing happens.
     </div>
     <div>
      <br>
     </div>
     <div>
      Greetz
     </div>
     <div>
      <br>
     </div>
     <div>
      Arndt
     </div>
     <div>
      <br>
     </div>
     <div>
      <br>
     </div>
     <div>
      <br>
     </div>
     <div>
      Gerd Petermann <<a href="mailto:gpetermann_muenchen@hotmail.com">gpetermann_muenchen@hotmail.com</a><mailto:<a href="mailto:gpetermann_muenchen@hotmail.com">gpetermann_muenchen@hotmail.com</a>><mailto:<a href="mailto:gpetermann_muenchen@hotmail.com">gpetermann_muenchen@hotmail.com</a><mailto:<a href="mailto:gpetermann_muenchen@hotmail.com">gpetermann_muenchen@hotmail.com</a>>><mailto:<a href="mailto:gpetermann_muenchen@hotmail.com">gpetermann_muenchen@hotmail.com</a><mailto:<a href="mailto:gpetermann_muenchen@hotmail.com">gpetermann_muenchen@hotmail.com</a>><mailto:<a href="mailto:gpetermann_muenchen@hotmail.com">gpetermann_muenchen@hotmail.com</a><mailto:<a href="mailto:gpetermann_muenchen@hotmail.com">gpetermann_muenchen@hotmail.com</a>>>>> hat am 27.12.2021 10:57 geschrieben:
     </div>
     <div>
      <br>
     </div>
     <div>
      <br>
     </div>
     <div>
      Hi Arndt,
     </div>
     <div>
      <br>
     </div>
     <div>
      I don't see how the changes between r4827 and r4836 could cause a silent stop.
     </div>
     <div>
      I'd expect a crash while calculating the tiles when your style produces a label starting with 170 or more blanks
     </div>
     <div>
      or or a message "MDR sub file is too large" if the global index gets too large.
     </div>
     <div>
      What exactly happens when "mkgmap stops without any reaction"?
     </div>
     <div>
      What is it supposed to do?
     </div>
     <div>
      <br>
     </div>
     <div>
      Gerd
     </div>
     <div>
      <br>
     </div>
     <div>
      ________________________________________
     </div>
     <div>
      Von: mkgmap-dev <<a href="mailto:mkgmap-dev-bounces@lists.mkgmap.org.uk">mkgmap-dev-bounces@lists.mkgmap.org.uk</a><mailto:<a href="mailto:mkgmap-dev-bounces@lists.mkgmap.org.uk">mkgmap-dev-bounces@lists.mkgmap.org.uk</a>><mailto:<a href="mailto:mkgmap-dev-bounces@lists.mkgmap.org.uk">mkgmap-dev-bounces@lists.mkgmap.org.uk</a><mailto:<a href="mailto:mkgmap-dev-bounces@lists.mkgmap.org.uk">mkgmap-dev-bounces@lists.mkgmap.org.uk</a>>><mailto:<a href="mailto:mkgmap-dev-bounces@lists.mkgmap.org.uk">mkgmap-dev-bounces@lists.mkgmap.org.uk</a><mailto:<a href="mailto:mkgmap-dev-bounces@lists.mkgmap.org.uk">mkgmap-dev-bounces@lists.mkgmap.org.uk</a>><mailto:<a href="mailto:mkgmap-dev-bounces@lists.mkgmap.org.uk">mkgmap-dev-bounces@lists.mkgmap.org.uk</a><mailto:<a href="mailto:mkgmap-dev-bounces@lists.mkgmap.org.uk">mkgmap-dev-bounces@lists.mkgmap.org.uk</a>>>>> im Auftrag von Arndt Röhrig <<a href="mailto:arndt@speichenkarte.de">arndt@speichenkarte.de</a><mailto:<a href="mailto:arndt@speichenkarte.de">arndt@speichenkarte.de</a>><mailto:<a href="mailto:arndt@speichenkarte.de">arndt@speichenkarte.de</a><mailto:<a href="mailto:arndt@speichenkarte.de">arndt@speichenkarte.de</a>>><mailto:<a href="mailto:arndt@speichenkarte.de">arndt@speichenkarte.de</a><mailto:<a href="mailto:arndt@speichenkarte.de">arndt@speichenkarte.de</a>><mailto:<a href="mailto:arndt@speichenkarte.de">arndt@speichenkarte.de</a><mailto:<a href="mailto:arndt@speichenkarte.de">arndt@speichenkarte.de</a>>>>>
     </div>
     <div>
      Gesendet: Montag, 27. Dezember 2021 10:40
     </div>
     <div>
      An: Development list for mkgmap
     </div>
     <div>
      Betreff: [mkgmap-dev] r4836 stops Hungary & Romania
     </div>
     <div>
      <br>
     </div>
     <div>
      I wish you had a merry christmas!
     </div>
     <div>
      <br>
     </div>
     <div>
      There is a problem with my style (speichenkarte) and r4836.
     </div>
     <div>
      mkgmap stops without any reaction after building the tiles from hungary and romania. All other countrys works well.
     </div>
     <div>
      If i use r4827 mkgmap works.
     </div>
     <div>
      r4836 and the default style hungary and romania works.
     </div>
     <div>
      <br>
     </div>
     <div>
      Have you any idea, what can i change in the style?
     </div>
     <div>
      <br>
     </div>
     <div>
      Greetz
     </div>
     <div>
      <br>
     </div>
     <div>
      Arndt
     </div>
     <div>
      <br>
     </div>
     <div>
      <br>
     </div>
     <div>
      <br>
     </div>
     <div>
      _______________________________________________
     </div>
     <div>
      mkgmap-dev mailing list
     </div>
     <div>
      <a href="mailto:mkgmap-dev@lists.mkgmap.org.uk">mkgmap-dev@lists.mkgmap.org.uk</a><mailto:<a href="mailto:mkgmap-dev@lists.mkgmap.org.uk">mkgmap-dev@lists.mkgmap.org.uk</a>><mailto:<a href="mailto:mkgmap-dev@lists.mkgmap.org.uk">mkgmap-dev@lists.mkgmap.org.uk</a><mailto:<a href="mailto:mkgmap-dev@lists.mkgmap.org.uk">mkgmap-dev@lists.mkgmap.org.uk</a>>><mailto:<a href="mailto:mkgmap-dev@lists.mkgmap.org.uk">mkgmap-dev@lists.mkgmap.org.uk</a><mailto:<a href="mailto:mkgmap-dev@lists.mkgmap.org.uk">mkgmap-dev@lists.mkgmap.org.uk</a>><mailto:<a href="mailto:mkgmap-dev@lists.mkgmap.org.uk">mkgmap-dev@lists.mkgmap.org.uk</a><mailto:<a href="mailto:mkgmap-dev@lists.mkgmap.org.uk">mkgmap-dev@lists.mkgmap.org.uk</a>>>>
     </div>
     <div>
      <a href="https://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev" target="_blank" rel="noopener">https://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev</a>
     </div>
     <div>
      _______________________________________________
     </div>
     <div>
      mkgmap-dev mailing list
     </div>
     <div>
      <a href="mailto:mkgmap-dev@lists.mkgmap.org.uk">mkgmap-dev@lists.mkgmap.org.uk</a><mailto:<a href="mailto:mkgmap-dev@lists.mkgmap.org.uk">mkgmap-dev@lists.mkgmap.org.uk</a>><mailto:<a href="mailto:mkgmap-dev@lists.mkgmap.org.uk">mkgmap-dev@lists.mkgmap.org.uk</a><mailto:<a href="mailto:mkgmap-dev@lists.mkgmap.org.uk">mkgmap-dev@lists.mkgmap.org.uk</a>>>
     </div>
     <div>
      <a href="https://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev" target="_blank" rel="noopener">https://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev</a>
     </div>
     <div>
      _______________________________________________
     </div>
     <div>
      mkgmap-dev mailing list
     </div>
     <div>
      <a href="mailto:mkgmap-dev@lists.mkgmap.org.uk">mkgmap-dev@lists.mkgmap.org.uk</a><mailto:<a href="mailto:mkgmap-dev@lists.mkgmap.org.uk">mkgmap-dev@lists.mkgmap.org.uk</a>>
     </div>
     <div>
      <a href="https://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev" target="_blank" rel="noopener">https://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev</a>
     </div>
     <div>
      _______________________________________________
     </div>
     <div>
      mkgmap-dev mailing list
     </div>
     <div>
      <a href="mailto:mkgmap-dev@lists.mkgmap.org.uk">mkgmap-dev@lists.mkgmap.org.uk</a>
     </div>
     <div>
      <a href="https://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev" target="_blank" rel="noopener">https://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev</a>
     </div>
    </blockquote>_______________________________________________ mkgmap-dev mailing list mkgmap-dev@lists.mkgmap.org.uk https://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev
   </blockquote>_______________________________________________ mkgmap-dev mailing list mkgmap-dev@lists.mkgmap.org.uk https://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev
  </blockquote>
 </body>
</html>