[mkgmap-dev] errors in routing

2009-08-01 Thread Garvan
Hi, Using polish format as input, I get routing errors on roads that have been split by mkgmap. The errors do not show up on all roads split, but they show up on most. The map will not route onto the split road. From what I can see the roads are being split because they exceed the maximum

[mkgmap-dev] complete list of all mkgmap options

2009-08-01 Thread Christoph Wagner
Hello list, I searched for a complete list of all mkgmap command-line options and what they should do, but I couldn't find a good and up-to-date list. The list in the wiki is much too old. In the last few month they were very cool and usefull improvements of mkgmap but it's sometimes not easy to

Re: [mkgmap-dev] Magic highway symbols on Vista CX failing

2009-08-01 Thread Clinton Gladstone
On Jul 31, 2009, at 19:54, Alexander Wittig wrote: So I did some research and I think the problem is that not all of the magic symbols in src/uk/me/parabola/mkgmap/osmstyle/actions/HighwaySymbolFilter.java are available on the unit. Also they are named wrongly for this unit. Just out of

Re: [mkgmap-dev] complete list of all mkgmap options

2009-08-01 Thread Johann Gail
You should get this list by calling mkgmap --help (or similar) Christoph Wagner schrieb: Hello list, I searched for a complete list of all mkgmap command-line options and what they should do, but I couldn't find a good and up-to-date list. The list in the wiki is much too old. In the last

Re: [mkgmap-dev] complete list of all mkgmap options

2009-08-01 Thread Garvan maew
Johann Gail wrote: You should get this list by calling mkgmap --help (or similar) Unfortunalty the developers have not kept this list up to date, which was the reason for Christoph Wagner post below. Garvan Christoph Wagner schrieb: Hello list, I searched for a complete list of

Re: [mkgmap-dev] Translating command line strings into target charset

2009-08-01 Thread Steve Ratcliffe
Hi I know it was quite a while back when you posted this, sorry. On 24/06/09 21:56, Marko Mäkelä wrote: My friend, who owns a Garmin GPSMap 60CSx, notified me of a character set problem in a tile name of my map. I wasn't aware of the problem, because my Edge 705 does not display map tile

Re: [mkgmap-dev] errors in routing

2009-08-01 Thread Clinton Gladstone
On Aug 1, 2009, at 10:13, Garvan maew wrote: I re-tested a sample I posted before with routing problems, except this time I converted the data to OSM format first, and it has the same problem with routing as I noted in a larger map, and as I explained above. In the attached sample,

[mkgmap-dev] Splitter and areas.list format

2009-08-01 Thread Sébastien Pierrel
Hi, what coordinates format is used to define the areas boundaries in areas.list? Cheers, /Seb. ___ mkgmap-dev mailing list mkgmap-dev@lists.mkgmap.org.uk http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev

[mkgmap-dev] [PATCH v1] sea polygons

2009-08-01 Thread Christian Gawron
Hi, the attached patch adds a sea polygon (based on the bounding box of the map) and a multipolygon relation with all lines tagged as natural=coastline as inner elements. The code merges coastline components as far as possible. The patch also contains the multipolygon patch by Rudi which

Re: [mkgmap-dev] [PATCH v1] sea polygons

2009-08-01 Thread Christian Gawron
I forgot to mention that you have to add --generate-sea if you want to have the sea polygon added. Best wishes Christian ___ mkgmap-dev mailing list mkgmap-dev@lists.mkgmap.org.uk http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev

Re: [mkgmap-dev] errors in routing

2009-08-01 Thread Garvan maew
Clinton Gladstone wrote: On Aug 1, 2009, at 10:13, Garvan maew wrote: I re-tested a sample I posted before with routing problems, except this time I converted the data to OSM format first, and it has the same problem with routing as I noted in a larger map, and as I explained above.