Re: [mkgmap-dev] amenity=embassy not handled by mkgmap ?

2010-01-03 Thread Marko Mäkelä
Hi Clinton, The entry indicates that many embassies are now tagged with ISO country codes (for example Germany embassies would be tagged with country=de). This may, or may not, be an interesting addition to the style file. How would you do it? Prefix or postfix the POI name with

Re: [mkgmap-dev] Mapsource installer

2010-01-03 Thread Mark Burton
Hi Steve, New patch attached. Thanks, giving it a go... looks good. Ah, just noticed that it doesn't put a line in the script to delete the TYP file on uninstall - otherwise, looking good. Cheers, Mark ___ mkgmap-dev mailing list

[mkgmap-dev] [PATCH] apply_once

2010-01-03 Thread Marko Mäkelä
Steve, all, Some relations legitimately contain elements in multiple roles. An example is bus routes that partially coincide with oneway streets or roundabouts. These are best drawn as closed loops that do cover the twoway streets twice (once in role=forward and once in role=backward). The

Re: [mkgmap-dev] [PATCH] apply_once

2010-01-03 Thread Felix Hartmann
On 03.01.2010 10:33, Marko Mäkelä wrote: Steve, all, Some relations legitimately contain elements in multiple roles. An example is bus routes that partially coincide with oneway streets or roundabouts. These are best drawn as closed loops that do cover the twoway streets twice (once in

Re: [mkgmap-dev] Translating route=bus relations

2010-01-03 Thread Marko Mäkelä
On Sat, Jan 02, 2010 at 11:36:28PM +0200, Marko Mäkelä wrote: TO DO 1: filter duplicates. Done, with the apply_once keyword (see my previous message). TO DO 2: add a 'points' file that appends the route names to the names of bus/train/tram/subway stops, to translate role=*stop members. Done,

Re: [mkgmap-dev] [PATCH] apply_once

2010-01-03 Thread Marko Mäkelä
Hi Felix, On Sun, Jan 03, 2010 at 10:37:05AM +0100, Felix Hartmann wrote: The attached patch implements an apply_once keyword that will apply the commands only once per matching relation member. OK to commit? So this patch will only allow the same (same ID) relation to be applied

Re: [mkgmap-dev] Commit: r1443: Combine any gmapsupp files given as input into the output gmapsupp file correctly preserving family id's etc.

2010-01-03 Thread Charlie Ferrero
Felix Hartmann wrote: On 02.01.2010 19:17, Charlie Ferrero wrote: svn commit wrote: Version 1443 was commited by steve on 2009-12-27 21:12:59 + (Sun, 27 Dec 2009) Combine any gmapsupp files given as input into the output gmapsupp file correctly preserving family id's etc.

[mkgmap-dev] Baltic map installer test

2010-01-03 Thread Mark Burton
Hi, If anyone cares to test the installer for the demo Baltic map, I have uploaded it to a temporary location: http://www.smartavionics.com/download/OSM-Baltic.exe It's not huge, about 30MB. The family ID is 909. I haven't made any attempt to distinguish the country names in the map so as it

Re: [mkgmap-dev] Help from the style file gurus

2010-01-03 Thread Felix Hartmann
On 03.01.2010 11:20, Charlie Ferrero wrote: Felix Hartmann wrote: On 02.01.2010 15:44, Charlie Ferrero wrote: Bump...has no-one else managed to solve how to represent one-way bridges? Charlie Ferrero wrote: Hello list, Question #1 === I am using the overlays style file in

Re: [mkgmap-dev] Help from the style file gurus

2010-01-03 Thread Charlie Ferrero
Felix Hartmann wrote: On 03.01.2010 11:20, Charlie Ferrero wrote: Felix Hartmann wrote: On 02.01.2010 15:44, Charlie Ferrero wrote: Bump...has no-one else managed to solve how to represent one-way bridges? Charlie Ferrero wrote: Hello list, Question #1 === I am using the

Re: [mkgmap-dev] Baltic map installer test

2010-01-03 Thread Christian Gawron
Am 03.01.2010 11:05, schrieb Mark Burton: Hi, If anyone cares to test the installer for the demo Baltic map, I have uploaded it to a temporary location: http://www.smartavionics.com/download/OSM-Baltic.exe It's not huge, about 30MB. The family ID is 909. I haven't made any attempt to

Re: [mkgmap-dev] Baltic map installer test

2010-01-03 Thread Mark Burton
Hi Christian, the installer works fine for me (Mapsource running on Windows XP Tablet Edition). Thanks for testing it. Just one remark: The map shows as OSM Map - it would be easier to find it if it would set a less generic name. Good idea, I will change that. Cheers, Mark

Re: [mkgmap-dev] Baltic map installer test

2010-01-03 Thread Steve Ratcliffe
On 03/01/2010 10:05, Mark Burton wrote If anyone cares to test the installer for the demo Baltic map, I have uploaded it to a temporary location: It installed all right on a Vista laptop. Looks great, took me a long time to find any marine features though... The global index crashes on most

[mkgmap-dev] mkgmap:carpool=1

2010-01-03 Thread Felix Hartmann
This setting was once really useful. Now it is hardcoded into mkgmap to set all transport types except bus and emergency to no. Could this please be reversed If people want to use it for not allowing those types of transport, it would be much better to be able to set them individually!

Re: [mkgmap-dev] Baltic map installer test

2010-01-03 Thread Mark Burton
Hi Steve, Thanks for the report. It installed all right on a Vista laptop. Good. Looks great, took me a long time to find any marine features though... Yeah, the marine mappers (Open Sea Dogs?) have quite a lot of work to do. Still, now they know that they can actually make usable maps it

Re: [mkgmap-dev] mkgmap:carpool=1

2010-01-03 Thread Mark Burton
Hello Felix, This setting was once really useful. Now it is hardcoded into mkgmap to set all transport types except bus and emergency to no. Could this please be reversed Actually, no. That's because the carpoolness of a way is specified by having all of the access bits except for

[mkgmap-dev] [PATCH v2] Black/Whitelist

2010-01-03 Thread WanMil
I have added some javadoc. Could someone please commit or deny the patch. It is open for a long time, no one has complained about it and I think it's a useful enhancement. WanMil Index: src/uk/me/parabola/mkgmap/reader/osm/xml/Osm5XmlHandler.java

Re: [mkgmap-dev] mkgmap:carpool=1

2010-01-03 Thread Felix Hartmann
On 03.01.2010 19:34, Mark Burton wrote: Hello Felix, This setting was once really useful. Now it is hardcoded into mkgmap to set all transport types except bus and emergency to no. Could this please be reversed Actually, no. That's because the carpoolness of a way is

Re: [mkgmap-dev] [PATCH] apply_once

2010-01-03 Thread Marko Mäkelä
On Sun, Jan 03, 2010 at 11:33:36AM +0200, Marko Mäkelä wrote: Steve, all, Some relations legitimately contain elements in multiple roles. An example is bus routes that partially coincide with oneway streets or roundabouts. These are best drawn as closed loops that do cover the twoway

[mkgmap-dev] overlays file

2010-01-03 Thread Gianmario Mengozzi
Hi list, looking for rendering some route relations (bycicle, hiking, ecc...) - to be displayed together with the underlying ways - i read somewhere in the list about the _*overlays file*_ within the style files, but unfortunately i cant find anything about it in the wiki , in the help file and

Re: [mkgmap-dev] Baltic map installer test

2010-01-03 Thread Steve Ratcliffe
On 03/01/10 18:22, Mark Burton wrote: I haven't played with that much apart from locating the odd city and looking for marine objects. It reminds me of the old days, searching for a city beginning 'gr' gives me a bunch of things some beginning 'gr' and some not. Of those that do not begin 'gr'

Re: [mkgmap-dev] [PATCH] apply_once

2010-01-03 Thread Marko Mäkelä
On Sun, Jan 03, 2010 at 11:10:02PM +0200, Marko Mäkelä wrote: On Sun, Jan 03, 2010 at 11:33:36AM +0200, Marko Mäkelä wrote: Steve, all, Some relations legitimately contain elements in multiple roles. An example is bus routes that partially coincide with oneway streets or roundabouts.

[mkgmap-dev] NullPointerException in TDB code in mkgmap r1457

2010-01-03 Thread Marko Mäkelä
I just got this with mkgmap r1457 and Geofabrik's finland.osm.bz2 from today: Exception in thread main java.lang.NullPointerException at uk.me.parabola.tdbfmt.OverviewMapBlock.setArea(OverviewMapBlock.java:100) at