Re: [mkgmap-dev] mkgmap crashing with non-OSM data

2018-12-28 Thread Gerd Petermann
Hi Patrick, the message would be "addr:interpolation=even is used with odd housenumber(s)" "addr:interpolation=odd is used with even housenumber(s)" Other problems are caused by overlapping intervals, those typically appear with words like "cannot", "can't" or "conflict". Gerd

Re: [mkgmap-dev] mkgmap crashing with non-OSM data

2018-12-28 Thread Patrick Simmons
Gerd, Thanks for the info! I did enable debugging and was able to find a lot (like, a LOT a lot) of warning-type messages, though it was just stuff like not being able to find the road for a way, and nothing really scary (to me) like odd interpolation over an even interval. If you can

Re: [mkgmap-dev] mkgmap crashing with non-OSM data

2018-12-28 Thread Gerd Petermann
Hi Patrick, the TIGER data is full of wrong intervals. Sometimes even numbers are combined with addr:interpolation=odd, sometimes they produce duplicate numbers, e.g. when one goes from 1500..1599 and another one from 1500..1740. Those wrong intervals caused a lot of loops and also the error.

Re: [mkgmap-dev] mkgmap crashing with non-OSM data

2018-12-28 Thread Patrick Simmons
Gerd, Thanks for getting back to me. And, btw, I'm very sorry about the quadruple-post. I wrote and use my own email client and it crashed upon sending my message to the list, and for some reason I'm not getting copies of my own posts, so I thought it hadn't gone through. Then I checked

Re: [mkgmap-dev] mkgmap crashing with non-OSM data

2018-12-28 Thread Patrick Simmons
Gerd, Thanks! It does indeed appear that tile works now, and I've successfully updated my map for the Western region of the US. \o/ I would rather strongly disagree that the TIGER data is crap. The entire reason I bothered to do any of this is because I found the street address

Re: [mkgmap-dev] name-tag-list breaks address search?

2018-12-28 Thread Ralf Kleineisel
On 12/27/18 10:13 PM, Ticker Berkin wrote: > Try removing the quotes from the option when it is the template file, Yes, that does the trick. Thank you! ___ mkgmap-dev mailing list mkgmap-dev@lists.mkgmap.org.uk

Re: [mkgmap-dev] amenity=shelter & shelter_type=public_transport

2018-12-28 Thread Ticker Berkin
I agree with Gerd, the examples I've found of shelter_type=public_transport are next to highway=bus_stop or similar and are best ignored. It would be better if the stop was tagged with shelter=yes or covered=yes, then the default style appends * or + to the ref. I have no problem with most

Re: [mkgmap-dev] mkgmap crashing with non-OSM data

2018-12-28 Thread Gerd Petermann
Hi Patrick, with r4260 you should no longer see this error message. Still, the TIGER data in your file is really crap. If you are allowed to use it I would remove the addr:interpolation ways and use only the nodes. Gerd Von: mkgmap-dev im Auftrag von

[mkgmap-dev] Commit r4260: prevent IndexOutOfBoundsException for special case where wrong house number intervals cause a road to be split into > 0x3ff segements.

2018-12-28 Thread svn commit
Version mkgmap-r4260 was committed by gerd on Fri, 28 Dec 2018 prevent IndexOutOfBoundsException for special case where wrong house number intervals cause a road to be split into > 0x3ff segements. There is a limit in the NET file, a road must not have more than 0x3ff + 2 so called number