Re: [mkgmap-dev] Routing across multiple tiles

2009-07-31 Thread Ralf Kleineisel
On 07/30/2009 11:25 PM, MarkS wrote: I've also done a bit of experimenting: - My routing preference has been set at the mid point. If I move the slider two notches up towards prefering highways then I don't have a problem. suggesting that it might be complexity of the route. My eTrex

Re: [mkgmap-dev] Garmin Nuvi asks province

2009-07-31 Thread charlie
Quoting Clinton Gladstone clinton.gladst...@googlemail.com: On Thu, Jul 30, 2009 at 4:39 PM, Valentijn Sessinkvalen...@blub.net wrote: java -enableassertions -Xmx1800m -jar ~/garmintest/mkgmap/dist/mkgmap.jar --country-name= --country-abbr= --family-name=Openstreetmap Netherlands `date -I`

Re: [mkgmap-dev] Garmin Nuvi asks province

2009-07-31 Thread Mark Burton
Hi, Actually, on my GPSMap 76Cxs the address search kind-of-works even without using the --road-name-pois option*. I have to enter a house number of some kind for it to work though (even if the destination doesn't actually have a number) and it only works for some addresses, but I

[mkgmap-dev] Commit: r1115: Fix infinite loop when an action changes a tag in the condition.

2009-07-31 Thread svn commit
Version 1115 was commited by steve on 2009-07-31 11:44:16 +0100 (Fri, 31 Jul 2009) Fix infinite loop when an action changes a tag in the condition. You should still avoid actually doing this. ___ mkgmap-dev mailing list

Re: [mkgmap-dev] Routing across multiple tiles

2009-07-31 Thread MarkS
Ralf Kleineisel wrote: On 07/30/2009 11:25 PM, MarkS wrote: Thanks for this. I've tried it but it doesn't seem to make much difference. A couple of routes did calculate different (in fact one was a bit odd as it took the M4 across the Severn Bridge and then the A48 up the side of the

Re: [mkgmap-dev] Commit: r1115: Fix infinite loop when an action changes a tag in the condition.

2009-07-31 Thread Torsten Leistikow
svn commit schrieb: Fix infinite loop when an action changes a tag in the condition. You should still avoid actually doing this. Why? Is there still some problem? My understanding is, that such a change would not help for selcting the actual conversion rule, since it is already selected when

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

2009-07-31 Thread Alexander Wittig
Hello I seem to have a problem with the default style and the highway tagging on my Garmin Vista CX with mkgmap rev. 1114. When I tag highway=secondary, name=Grand River and ref=MI 123, the result is a road with name Road. It works as expected, however, with highway=primary. So I did some

[mkgmap-dev] success with roadtrip, gmapibuilder

2009-07-31 Thread Greg Troxel
I have been trying for a while to build my own maps with mkgmap, and was getting bad maps into RoadTrip. I figured out what I was doing wrong and thought I'd share it. I had run the splitter and then mkgmap, creating a gmapsupp.img overall map file in addition to all the tiles. I ran

[mkgmap-dev] [PATCH] multipolygons not showing

2009-07-31 Thread Christian Gawron
The attached patch (which changes just one line) fixes a problem with multipolygons sometimes not showing. Best wishes Christian Index: src/uk/me/parabola/mkgmap/reader/osm/MultiPolygonRelation.java === ---