[mkgmap-dev] zip files

2013-02-23 Thread Roger Calvert
Mkgmap can read Bounds files and Style files from a zip file (and Splitter can read geonames from a zip file). Would this also be possible for precompiled sea, which comes from navmaps.eu as a zip file? Thanks, Roger --

Re: [mkgmap-dev] zip files

2013-02-23 Thread GerdP
Hi Roger, I am not sure, but I'll try to implement it. It will not work when the pbf reader needs random access. Gerd Roger Calvert wrote > Mkgmap can read Bounds files and Style files from a zip file (and > Splitter can read geonames from a zip file). Would this also be possible > for precom

Re: [mkgmap-dev] Problem using housenumber option

2013-02-23 Thread Minko
Hi, I've now compiled a Benelux map succesfully with the housenumber search. In the errorlog (mkgmap-r2494) it reported housenumbers with fixme and streetnames (dont know if this is fixed already) but in general it can find most addresses. I even merged the whole database of ALL streets+housenumb

Re: [mkgmap-dev] zip files

2013-02-23 Thread UliBaer
GerdP wrote > Hi Roger, > > I am not sure, but I'll try to implement it. It will not work when the pbf > reader needs random access. > > Gerd Hi Roger and Gerd, i'm also very unhappy to unzip this large bunch of little files in the sea.zip. This also clutters the file system alot. If pbf-format

Re: [mkgmap-dev] leisure=marina line (Flooding in Biograd)

2013-02-23 Thread Marko Mäkelä
On Fri, Feb 22, 2013 at 03:26:36PM +0100, RheinSkipper wrote: >According to > >http://lists.openstreetmap.org/pipermail/talk/2010-April/049629.html > >leisure=marina should not be rendered as a blue area anymore. It should >be rendered as a line instead. Which line type would you suggest?

[mkgmap-dev] Commit: r2499: House numbers, edge cases

2013-02-23 Thread svn commit
Version 2499 was committed by steve on Sat, 23 Feb 2013 House numbers, edge cases Including zero. However a zero does not show up on the map. But it otherwise works - number 2 is a little further down the road as you would expect - it just doesn't display the number zero. In all or most parts of

Re: [mkgmap-dev] ["PATCH" v1] Housenumber search for OSM data

2013-02-23 Thread Steve Ratcliffe
Hi > Gerd posted an assertion. It's thrown if a housenumber is 0. Is that > allowed in the garmin format or do I have to filter it out? I guess I > have to filter out that. I've now fixed the crash when there is a number zero. Nothing bad happens in the map. It doesn't display the number zero,

Re: [mkgmap-dev] Problem using housenumber option

2013-02-23 Thread chris66
Hi, I tested the new housenumber option and found following issues: - Some Housenumbers are shown as tooltip on the map, but are not findable via search-address. - Route Calculation (even to short distance destinations) often stops at 68% or 81% with error message "not enough memory". Release :

Re: [mkgmap-dev] leisure=marina line (Flooding in Biograd)

2013-02-23 Thread RheinSkipper
> On Fri, Feb 22, 2013 at 03:26:36PM +0100, RheinSkipper wrote: > >According to > > > >http://lists.openstreetmap.org/pipermail/talk/2010-April/049629.html > > > >leisure=marina should not be rendered as a blue area anymore. It should > >be rendered as a line instead. > > Which line type would you

Re: [mkgmap-dev] Problem using housenumber option

2013-02-23 Thread chris66
I wrote: > - Route Calculation (even to short distance destinations) often stops at > 68% or 81% with error message "not enough memory". This is not related to the --x-housenumbers option (also occurs without using this option). Maybe some glitch in my style Chris _

Re: [mkgmap-dev] Problem using housenumber option

2013-02-23 Thread Minko
Chris, are they findable if you ignore the place name? I often see that those addresses contain a letter (for instance 4A). Is it possible to filter non numeric signs out with the style rules by using regular expression? > - Some Housenumbers are shown as tooltip on the map, but are not > findab

[mkgmap-dev] Commit: r2500: House numbers, edge cases

2013-02-23 Thread svn commit
Version 2500 was committed by steve on Sat, 23 Feb 2013 House numbers, edge cases Prevent initial values that are too large from causing an exception. The largest value is 2^20 ie 1,048,576. ___ mkgmap-dev mailing list mkgmap-dev@lists.mkgmap.org.uk ht

[mkgmap-dev] Commit: r2501: House numbers, edge cases

2013-02-23 Thread svn commit
Version 2501 was committed by steve on Sat, 23 Feb 2013 House numbers, edge cases Abandon ranges that are greater than the max which is 2^17. ___ mkgmap-dev mailing list mkgmap-dev@lists.mkgmap.org.uk http://lists.mkgmap.org.uk/mailman/listinfo/mkgmap-

Re: [mkgmap-dev] Problem using housenumber option

2013-02-23 Thread Steve Ratcliffe
Hi I've now fixed all the known cases where large house numbers cause an exception. For reference the lowest limit is the difference between the start and end number of a stretch of road which must be less that around 100,000. This is the limit of the format (as known) there may well be a lower

Re: [mkgmap-dev] Problem using housenumber option

2013-02-23 Thread Minko
For those who are interested in testing the Dutch address BAG data and merge it with OSM, you can download it here: https://docs.google.com/file/d/0B3EBJnB3prcXczBTNHNVTkRJNlE/edit?pli=1 For combining you need to unzip it and use osmconvert: osmconvert netherlands.osm.pbf adressen.osm -o=nl_addr

Re: [mkgmap-dev] character repertoires

2013-02-23 Thread Robert Joop
On 13-02-19 22:04:14 CET, Steve Ratcliffe wrote: > > Hi > > On 13/02/13 20:04, Robert Joop wrote: > >There is support for a number of character sets in mkgmap, but do we have > >any collected wisdom about what character repertoires are supported on > >our devices? > >While at the hack weekend, I

Re: [mkgmap-dev] Problem using housenumber option

2013-02-23 Thread chris66
Am 23.02.2013 19:19, schrieb Minko: >> - Some Housenumbers are shown as tooltip on the map, but are not >> findable via search-address. > are they findable if you ignore the place name? > I often see that those addresses contain a letter (for instance 4A). Yes, they are findable if place is igno