[mkgmap-dev] Commit: r1886: Clarify charset / code-page in help and

2011-03-07 Thread svn commit
Version 1886 was commited by steve on 2011-03-07 13:03:28 + (Mon, 07 Mar 2011) Clarify charset / code-page in help and remove all TODO comments. ___ mkgmap-dev mailing list mkgmap-dev@lists.mkgmap.org.uk

Re: [mkgmap-dev] Commit: r1882: MapSource installer improvements

2011-03-07 Thread garvanmaew
On Mon, 2011-03-07 at 10:48 +0200, Tomas Straupis wrote: 2011-03-07 Marko Mäkelä: Is there a MapSource for dummies for us poor Linux guys? I would like to convert the output of mkgmap --index to the device gmapsupp.img format, and I guess I would need MapSource under WINE for that. How

Re: [mkgmap-dev] Commit: r1882: MapSource installer improvements

2011-03-07 Thread Nakor
On 3/7/2011 3:22 AM, Marko Mäkelä wrote: MapSource for dummies Marko, I use MapSource with Wine and it works fine. ___ mkgmap-dev mailing list mkgmap-dev@lists.mkgmap.org.uk http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev

Re: [mkgmap-dev] Commit: r1882: MapSource installer improvements

2011-03-07 Thread Carlos Dávila
El 07/03/11 14:05, garvanmaew escribió: On Mon, 2011-03-07 at 10:48 +0200, Tomas Straupis wrote: 2011-03-07 Marko Mäkelä: Is there a MapSource for dummies for us poor Linux guys? I would like to convert the output of mkgmap --index to the device gmapsupp.img format, and I guess I

Re: [mkgmap-dev] Encoding problems

2011-03-07 Thread Steve Ratcliffe
I expect the latest version to work, but if it doesn't... charsets stopped working (at least for cp1257) after index branch merge. It used to work for at least half a year before that (on stable versions). -- Tomas Straupis ___ mkgmap-dev mailing

Re: [mkgmap-dev] Commit: r1877: Allow different smoothing parameters for polygons and lines.

2011-03-07 Thread Steve Ratcliffe
could you please check in this patch to the repository? So the default behaviour is the same as before. Regards, Johann ___ mkgmap-dev mailing list mkgmap-dev@lists.mkgmap.org.uk http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev Sure, I'd prefer

Re: [mkgmap-dev] Encoding problems

2011-03-07 Thread Tomas Straupis
2011-03-07 Steve Ratcliffe: Is that using code-page or charset? I would not expect --charset to work. Yep. Changing to --code-page=1257 fixes Lithuanian letters! Thank you! -- Tomas Straupis ___ mkgmap-dev mailing list

Re: [mkgmap-dev] [PATCH v5] Automatic location completion

2011-03-07 Thread Carlos Dávila
El 06/03/11 19:40, WanMil escribió: I implemented Minkos idea using the style file to set the city, region, zip and country names. How does it work? The new AddressHook adds special tags to each element that is inside a known boundary: mkgmap:admin_level2 mkgmap:admin_level3

[mkgmap-dev] Commit: r1888: Fix a crash when listing styles in directory format.

2011-03-07 Thread svn commit
Version 1888 was commited by steve on 2011-03-07 20:25:04 + (Mon, 07 Mar 2011) Fix a crash when listing styles in directory format. ___ mkgmap-dev mailing list mkgmap-dev@lists.mkgmap.org.uk http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev

Re: [mkgmap-dev] MapSource installer improvements v5

2011-03-07 Thread Thorsten Kukuk
Hi, On Thu, Mar 03, Nakor wrote: The previous versions had a file name hardcoded and would not work in most cases. Sorry about that. I tested the current version from svn and found out, that the TYP file is not added to the registry. Any chance that we can add that registry entry

Re: [mkgmap-dev] custom background polygon in overview map

2011-03-07 Thread Steve Ratcliffe
Hello I have noticed that mkgmap creates rectangles in overview map even if maps contain regions with irregular shapes. These are defined as 0x4b background polygons in .mp files. Background polygons were compiled correctly into individual (numbered) .img files, but 0x4a definition areas in

Re: [mkgmap-dev] Commit: r1882: MapSource installer improvements

2011-03-07 Thread Marko Mäkelä
Hi Nakor, I use MapSource with Wine and it works fine. How do you install and remove (or update) maps? How do you convert them to the device gmapsupp.img format? I guess that you are using the --nsis option to create a map installer? This became urgent since the merge of the index branch,

Re: [mkgmap-dev] Commit: r1882: MapSource installer improvements

2011-03-07 Thread Thorsten Kukuk
On Mon, Mar 07, Marko Mäkelä wrote: Hi Nakor, I use MapSource with Wine and it works fine. How do you install and remove (or update) maps? How do you convert them to the device gmapsupp.img format? I guess that you are using the --nsis option to create a map installer? This became

Re: [mkgmap-dev] Commit: r1882: MapSource installer improvements

2011-03-07 Thread Carlos Dávila
El 07/03/11 22:54, Marko Mäkelä escribió: Hi Nakor, I use MapSource with Wine and it works fine. How do you install and remove (or update) maps? with MapSetToolKit [1] How do you convert them to the device gmapsupp.img format? Sending them with MapSource to an SD card I

Re: [mkgmap-dev] Commit: r1882: MapSource installer improvements

2011-03-07 Thread Marko Mäkelä
On Mon, Mar 07, 2011 at 10:57:54PM +0100, Thorsten Kukuk wrote: This became urgent since the merge of the index branch, because my Edge 705 no longer can find any streets, even with mkgmap --index. Are you using mkgmap 1885 or later? With that version, it should work again. Yes, I am. The

Re: [mkgmap-dev] Compiling from source on Mac OS - Warning: Could not find resource file /opt/jars/protobuf-2.3.0/protobuf.jar to copy.

2011-03-07 Thread garvanmaew
On Tue, 2011-03-08 at 07:57 +0700, garvanmaew wrote: On Tue, 2011-03-01 at 20:14 +, Steve Ratcliffe wrote: Hello BUILD FAILED /Users/railrun/Downloads/osm/mkgmap/build.xml:212: Warning: Could not find resource file /opt/jars/protobuf-2.3.0/protobuf.jar to copy. I don't

Re: [mkgmap-dev] custom background polygon in overview map

2011-03-07 Thread Kolesár András
There is code that can read from the .img file. It currently only reads lines and points but could be extended to read polygons too. See MapReader and in particular RGNFileReader. I realise this is a much bigger task and probably slower. I have examined RGNFileReader, cloned all needed

[mkgmap-dev] flooded tiles in nuvi 295W

2011-03-07 Thread maning sambale
Hi, I have a user with nuvi 295W. He is having issues with flooded tiles using my map. I never encountered this issue on my device and on mapsource/basecamp/roadtrip. The map has a custom typ file to show land polygon. Are there other users having this issue with nuvi 295W?