Re: [mkgmap-dev] [PATCH v2] Reimplementation of add-pois-to-areas option

2011-10-10 Thread Henning Scholland
Works well WanMil! Henning ___ mkgmap-dev mailing list mkgmap-dev@lists.mkgmap.org.uk http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev

[mkgmap-dev] Bizarre flooding in South Wales

2011-10-10 Thread Steve Hosgood
Last week I generated a routable map for South Wales which does everything you'd expect concerning routing just fine, but suffers the well-known flooding problem. Symptoms are a bit odd - it's not as if the flooding merely follows the coastline on the wrong side or anything. Just south and

Re: [mkgmap-dev] Commit: r2048: This patch lets you set --code-page=932; with it, mkgmap outputs maps with proper Japanese characters

2011-10-10 Thread Carsten Schwede
Hi there, Am 10.10.2011 00:04, schrieb svn commit: This patch lets you set --code-page=932; with it, mkgmap outputs maps with proper Japanese characters for my Oregon 300. It disables transliteration. I have created a testmap with this option. Please test it on your GPS device.

Re: [mkgmap-dev] Bizarre flooding in South Wales

2011-10-10 Thread Bartosz Fabianowski
You can try the following: Download the European coastline file from [1] with the same time stamp as your input pbf and pass it to mkgmap via the --coastlinefile option. If this fixes the flooding, you are suffering from the same problem that I keep running into - the coastline fails to reach

Re: [mkgmap-dev] Bizarre flooding in South Wales

2011-10-10 Thread Steve Hosgood
On 2011-10-10 13:50, Bartosz Fabianowski wrote: You can try the following: Download the European coastline file from [1] with the same time stamp as your input pbf and pass it to mkgmap via the --coastlinefile option. If this fixes the flooding, you are suffering from the same problem

[mkgmap-dev] Support for motor_vehicle=*

2011-10-10 Thread Colin Smale
Having retagged some roads in my area as a result of some changes to road layouts, I noticed that my Garmin was routing me over a bit of road which I had tagged motor_vehicle=no. The road is signposted with the usual No Motor Vehicles sign (red ring containing a car above a motorcycle) which,

Re: [mkgmap-dev] Bizarre flooding in South Wales

2011-10-10 Thread Bartosz Fabianowski
How did you pass the file to mkgmap? If the file is in the current directory, the parameter should be: --coastlinefile=coastlines_europe-111004.osm.pbf - Bartosz ___ mkgmap-dev mailing list mkgmap-dev@lists.mkgmap.org.uk

Re: [mkgmap-dev] Bizarre flooding in South Wales

2011-10-10 Thread Bartosz Fabianowski
Replying to myself, I think I see the problem now. You are specifying paths relative to the current working directory while mkgmap searches relative to its installation directory. Try specifying the coastline file and the boundary directors as absolute paths. - Bartosz

[mkgmap-dev] Commit: r2049: Reimplementation of the add-pois-to-area option

2011-10-10 Thread svn commit
Version 2049 was commited by wanmil on 2011-10-10 19:37:26 +0100 (Mon, 10 Oct 2011) Reimplementation of the add-pois-to-area option The major advantages are: * Only one POI per multipolygon * Add POIs before style processing so it is not necessary to have a rule in the polygons file if only

Re: [mkgmap-dev] [PATCH v1] Using name-tag-list for country names

2011-10-10 Thread WanMil
El 08/10/11 20:33, WanMil escribió: Up to now the names of the countries were taken from the LocatorConfig.xml file no matter what has been configured in the name-tag-list option. But the name-tag-list option was used to get the country names from the precompiled bounds which causes a

Re: [mkgmap-dev] Support for motor_vehicle=*

2011-10-10 Thread Felix Hartmann
On 10.10.2011 20:23, Colin Smale wrote: Having retagged some roads in my area as a result of some changes to road layouts, I noticed that my Garmin was routing me over a bit of road which I had tagged motor_vehicle=no. The road is signposted with the usual No Motor Vehicles sign (red ring

Re: [mkgmap-dev] [PATCH v1] Using name-tag-list for country names

2011-10-10 Thread Carlos Dávila
El 10/10/11 21:28, WanMil escribió: El 08/10/11 20:33, WanMil escribió: Up to now the names of the countries were taken from the LocatorConfig.xml file no matter what has been configured in the name-tag-list option. But the name-tag-list option was used to get the country names from the

Re: [mkgmap-dev] [PATCH v1] Using name-tag-list for country names

2011-10-10 Thread WanMil
Am 10.10.2011 22:34, schrieb Carlos Dávila: El 10/10/11 21:28, WanMil escribió: El 08/10/11 20:33, WanMil escribió: Up to now the names of the countries were taken from the LocatorConfig.xml file no matter what has been configured in the name-tag-list option. But the name-tag-list option was

Re: [mkgmap-dev] Support for motor_vehicle=*

2011-10-10 Thread Chris66
Am 10.10.2011 20:23, schrieb Colin Smale: Having browsed through the source and the style files I could find no reference to the motor_vehicle tag, which surprised me a bit... Anyway I fixed it for me by adding a single instruction to the lines file: # add support for motor_vehicle

Re: [mkgmap-dev] [PATCH v1] Using name-tag-list for country names

2011-10-10 Thread Carlos Dávila
El 10/10/11 22:43, WanMil escribió: Am 10.10.2011 22:34, schrieb Carlos Dávila: El 10/10/11 21:28, WanMil escribió: El 08/10/11 20:33, WanMil escribió: Up to now the names of the countries were taken from the LocatorConfig.xml file no matter what has been configured in the name-tag-list

Re: [mkgmap-dev] Support for motor_vehicle=*

2011-10-10 Thread Colin Smale
On 10/10/2011 21:36, Felix Hartmann wrote: On 10.10.2011 20:23, Colin Smale wrote: Having retagged some roads in my area as a result of some changes to road layouts, I noticed that my Garmin was routing me over a bit of road which I had tagged motor_vehicle=no. The road is signposted with the

Re: [mkgmap-dev] Bizarre flooding in South Wales

2011-10-10 Thread Steve Hosgood
On 10/10/11 19:33, Bartosz Fabianowski wrote: Replying to myself, I think I see the problem now. You are specifying paths relative to the current working directory while mkgmap searches relative to its installation directory. Try specifying the coastline file and the boundary directors as

Re: [mkgmap-dev] Commit: r2048: This patch lets you set --code-page=932; with it, mkgmap outputs maps with proper Japanese characters

2011-10-10 Thread Kimon Berlin
On 10/10/2011 5:30 AM, Carsten Schwede wrote: Hi there, Am 10.10.2011 00:04, schrieb svn commit: This patch lets you set --code-page=932; with it, mkgmap outputs maps with proper Japanese characters for my Oregon 300. It disables transliteration. I have created a testmap with this option.

Re: [mkgmap-dev] Bizarre flooding in South Wales

2011-10-10 Thread Marko Mäkelä
On Mon, Oct 10, 2011 at 11:44:07AM +0100, Steve Hosgood wrote: Last week I generated a routable map for South Wales which does everything you'd expect concerning routing just fine, but suffers the well-known flooding problem. Coincidentally, someone reported a flooding problem in Finland as