Re: [mkgmap-dev] Commit: r1254: Set the city on all POIs that have a city set in the input file.

2009-10-03 Thread maning sambale
using the latest mdr branch time java -Xmx1512m -jar /home/maning/osm/routable_garmin/mkgmap/mdr/dist/mkgmap.jar --code-page=1252 --ea --tdbfile --latin1 --country-abbr=PHI --country-name=PHILIPPINES --remove-short-arcs=5 --route --road-name-pois --add-pois-to-areas --family-id=639

Re: [mkgmap-dev] Commit: r1254: Set the city on all POIs that have a city set in the input file.

2009-10-03 Thread Felix Hartmann
maning sambale wrote: using the latest mdr branch time java -Xmx1512m -jar /home/maning/osm/routable_garmin/mkgmap/mdr/dist/mkgmap.jar --code-page=1252 --ea --tdbfile --latin1 --country-abbr=PHI --country-name=PHILIPPINES --remove-short-arcs=5 --route --road-name-pois --add-pois-to-areas

Re: [mkgmap-dev] [PATCH v5] - drive on left + roundabout direction checking

2009-10-03 Thread Charlie Ferrero
If there's a way you can share a pre-built jar file then I'd be happy to check it out as I spent ages fixing roundabouts in the Languedoc earlier this year. (Another common issue I've noticed is ways that don't meet: presumably these were made in Potlatch and the resolution isn't high enough

Re: [mkgmap-dev] [PATCH v5] - drive on left + roundabout direction checking

2009-10-03 Thread Mark Burton
Hi Charlie, If there's a way you can share a pre-built jar file then I'd be happy to check it out as I spent ages fixing roundabouts in the Languedoc earlier this year. I've mailed one directly to you. (Another common issue I've noticed is ways that don't meet: presumably these were

[mkgmap-dev] Commit: r1255: Can't ignore a city that has just a label,

2009-10-03 Thread svn commit
Version 1255 was commited by steve on 2009-10-03 09:36:45 +0100 (Sat, 03 Oct 2009) BRANCH: mdr Can't ignore a city that has just a label, even though we will not be using it. Fixes an out of bounds exception ___ mkgmap-dev mailing list

Re: [mkgmap-dev] [PATCH v5] - drive on left + roundabout direction checking

2009-10-03 Thread Paul
Mark Burton wrote: v5 - added --check-roundabouts option to explicitly enabled roundabout checking/reversing. Not had much feedback on this yet, anyone (apart from Dermot) tried it? Even if you don't drive on the left (almost the whole world?) you may care to try out the roundabout

[mkgmap-dev] Commit: r1256: Fixed another out of bounds problem.

2009-10-03 Thread svn commit
Version 1256 was commited by steve on 2009-10-03 13:06:00 +0100 (Sat, 03 Oct 2009) BRANCH: mdr Fixed another out of bounds problem. Removed debugging messages and tidied up code somewhat. ___ mkgmap-dev mailing list mkgmap-dev@lists.mkgmap.org.uk

Re: [mkgmap-dev] [PATCH v5] - drive on left + roundabout direction checking

2009-10-03 Thread Mark Burton
Hi Paul, Either you've fixed all the GB roundabouts or I've done something wrong as I get no additional output when compiling a map of GB with this patch applied. If you have fixed them all then I see no negative side effects either I very much doubt that I've fixed every one so I think

Re: [mkgmap-dev] Creating DEM-like maps using TYP customisation

2009-10-03 Thread maning sambale
nice! How were you able to close contours along tile borders? Is it possible to pre-process the contour tiles before mkgmap? On 9/26/09, Martin Simon grenzde...@gmail.com wrote: 2009/9/26 maning sambale emmanuel.samb...@gmail.com: Very nice. Has anyone tried this with mkgmap?

Re: [mkgmap-dev] [PATCH v5] - drive on left + roundabout direction checking

2009-10-03 Thread Paul
Mark Burton wrote: Hi Paul, Either you've fixed all the GB roundabouts or I've done something wrong as I get no additional output when compiling a map of GB with this patch applied. If you have fixed them all then I see no negative side effects either I very much doubt that I've fixed

Re: [mkgmap-dev] [PATCH v5] - drive on left + roundabout direction checking

2009-10-03 Thread Mark Burton
Paul, I don't know about putting logging.properties into resources. I specify the file to use by giving this option to java: -Dlog.config=logging.properties However, the logging.properties file I quoted did have different levels of logging to the console and the log files, the console was less

[mkgmap-dev] Commit: r1257: Add MDR 7 for street names.

2009-10-03 Thread svn commit
Version 1257 was commited by steve on 2009-10-03 15:04:42 +0100 (Sat, 03 Oct 2009) BRANCH: mdr Add MDR 7 for street names. Does not yet work with routable maps. With non routable, you can see the street names, but cannot find them. Next step will be to make it work when there is a NET

[mkgmap-dev] [PATCH v1] - name motorway exit roads from the exits' names

2009-10-03 Thread Mark Burton
Annoyingly, motorway exit POIs don't show up on my Nuvi so I thought that the next best thing would be to label the exit roads with the exit name (number). This patch does that in a generic way. It introduces a new facility: If a way (of highway type X) has a POI for its first point and that

Re: [mkgmap-dev] [PATCH v5] - drive on left + roundabout direction checking

2009-10-03 Thread Paul
Mark Burton wrote: Paul, I don't know about putting logging.properties into resources. I specify the file to use by giving this option to java: -Dlog.config=logging.properties Yup. That did it. As the logging.properties in resources was the only file of that name I just presumed it was

Re: [mkgmap-dev] [PATCH v5] - drive on left + roundabout direction checking

2009-10-03 Thread Dermot McNally
2009/10/3 Paul n...@pointdee.co.uk: Yup. That did it. As the logging.properties in resources was the only file of that name I just presumed it was the one to use That finally worked for me too. That revealed to me that there were in fact about 15 wrong-way roundabouts in Ireland. I'm happy to

Re: [mkgmap-dev] [PATCH v5] - drive on left + roundabout direction checking

2009-10-03 Thread Mark Burton
Hi Dermot, That finally worked for me too. That revealed to me that there were in fact about 15 wrong-way roundabouts in Ireland. I'm happy to say that there are now none at all :D Very good. One question, though - I'm also getting a few warnings like the following: 2009/10/03 15:06:21

[mkgmap-dev] Routing through bollard

2009-10-03 Thread Ralf Reimann
Hi all, I have build a map with version 1247 and the following options: --latin1 --route --tdbfile --remove-short-arcs --add-pois-to-areas --link-pois-to-ways Mapsource and my Etrex routes me through the bollards on Marktstraße (setting was for motorcar).

Re: [mkgmap-dev] Routing through bollard

2009-10-03 Thread Mark Burton
Hi Ralf, Hi all, I have build a map with version 1247 and the following options: --latin1 --route --tdbfile --remove-short-arcs --add-pois-to-areas --link-pois-to-ways Mapsource and my Etrex routes me through the bollards on Marktstraße (setting was for motorcar).

Re: [mkgmap-dev] Creating DEM-like maps using TYP customisation

2009-10-03 Thread Marko Mäkelä
On Sat, Oct 03, 2009 at 09:01:33PM +0800, maning sambale wrote: nice! How were you able to close contours along tile borders? Is it possible to pre-process the contour tiles before mkgmap? Another idea: would it be possible to create a global contour line map from the ASTER data and distribute