Re: [mkgmap-dev] [PATCH v2] - min arc length fixes

2009-08-13 Thread Valentijn Sessink
Mark, Sorry for the misunderstanding. Without looking, I assumed the SEVERE error had been introduced by your patch, while it was probably somewhere between r1127 and r1131 (not sure, did not look again). Without your patch, the same errors show up. However, experimenting a bit with the

[mkgmap-dev] [PATCH v3] - min arc length fixes

2009-08-13 Thread Mark Burton
v3 This patch is getting serious! To reduce the number of short arcs that are being generated at tile boundaries, this now clips the ways before the short arc removal is done. However, it isn't a perfect solution because some map data is very hard to deal with: a - If a way crosses a tile

Re: [mkgmap-dev] [PATCH v2] - min arc length fixes

2009-08-13 Thread Mark Burton
Hi Valentijn, Thanks for the feedback. I have now posted a new patch that should fix the majority of the short arcs introduced by the clipping. It's not perfect but (I hope) a step in the right direction. My own testing shows that the presence of a short arc does not guarantee that the routing

Re: [mkgmap-dev] Putting the DP code under the microscope (simplifyWays patch V8)

2009-08-13 Thread Clinton Gladstone
On Wed, Aug 12, 2009 at 8:01 PM, Thilo Hannemannthann...@gmx.de wrote: I'm currently working on it. Have you tried the patch together with routing? In my trials the routing was completely broken after applying the patch. I have tried this with routing, but not yet noticed a significant

[mkgmap-dev] inverse oneways

2009-08-13 Thread Chris-Hein Lunkhusen
Good Day, is mkgmap able to handle inverse oneways (oneway=-1) correctly (routing opposite to the ways direction) ? Chris ___ mkgmap-dev mailing list mkgmap-dev@lists.mkgmap.org.uk http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev

Re: [mkgmap-dev] inverse oneways

2009-08-13 Thread Mark Burton
Hi Chris, is mkgmap able to handle inverse oneways (oneway=-1) correctly (routing opposite to the ways direction) ? Yes, that has been implemented. Cheers, Mark ___ mkgmap-dev mailing list mkgmap-dev@lists.mkgmap.org.uk

[mkgmap-dev] mistake in options

2009-08-13 Thread Valentijn Sessink
Hi list, hello Steve, I made a mistake in my options file, thinking the overview-mapname made it to the Garmin screen (which is a bit stupid, now I think about it). Anyway, here's the revised options patch. Valentijn --- options 2009-08-12 11:09:48.0 +0200 +++ options.new 2009-08-13

Re: [mkgmap-dev] Garmin Nuvi asks province

2009-08-13 Thread Chris-Hein Lunkhusen
Carlos Dávila schrieb: A bit of a strange thing: my Garmin mkgmap maps ask the provincie (Province? State? County? Whatever you guys call it over there ;) when I want to route to an address. I have the same problem on a Nüvi 250. Maps build with the --road-name-pois option. On my etrex this

Re: [mkgmap-dev] [PATCH v3] - min arc length fixes

2009-08-13 Thread Mark Burton
Blast, just discovered that clipping all ways before doing short arc removal breaks polygons that straddle tile boundaries. The problem is that at the time the clipping is done, it is not known whether the way is a line or a polygon. Oh well, back to square one.

[mkgmap-dev] mistake in options?

2009-08-13 Thread Valentijn Sessink
I found two strange things: - if you don't set --overview-mapname, the tdbfile will have the name of the overview-mapnumber, 6324.tdb, (instead of OSM_map). The source reads OSM_map, so I can't find where it goes wrong. - the --description option seems not to work, there must be something

Re: [mkgmap-dev] best practice in adding address info for enhancing POI address search in Garmin units

2009-08-13 Thread Marko Mäkelä
On Thu, Aug 13, 2009 at 10:47:07AM +0800, maning sambale wrote: What would be the best and more efficient way to enable address info in the POIs? I've been assigning the addr:* tags to all POIs recently. And phone, url, opening_hours, name, name:* (for multilingual names) where applicable and

Re: [mkgmap-dev] mistake in options?

2009-08-13 Thread Felix Hartmann
It does work, you have to set all 3: series-name (mapset name in Mapsource), family-name (mapset name on GPS), description -- name for the individual map tiles - the only of the three that is written directly to the individual tiles, the both other are written to tdb/overview image. 2009/8/13

Re: [mkgmap-dev] mistake in options?

2009-08-13 Thread Garvan maew
Valentijn Sessink wrote: I found two strange things: - if you don't set --overview-mapname, the tdbfile will have the name of the overview-mapnumber, 6324.tdb, (instead of OSM_map). The source reads OSM_map, so I can't find where it goes wrong. - the --description option seems not to

Re: [mkgmap-dev] Multipolygons

2009-08-13 Thread Garvan maew
Steve Ratcliffe wrote: Hi So test 3 still fails, even after applying the patch, or did I do something wrong applying the patch? No test 3 still failing was a known problem, there are still cases where it was known not to work. ..Steve I had disappointing results when I tried

[mkgmap-dev] [PATCH v4] - min arc length fixes

2009-08-13 Thread Mark Burton
v4 I have gone back to the original ordering of doing short arc removal before clipping as the previous version of this patch badly broke polygons As for arcs whose length is less 5m, I am not convinced they are actually a problem as far as routing is concerned as my tests show that mapsource

Re: [mkgmap-dev] [PATCH v4] - min arc length fixes

2009-08-13 Thread Felix Hartmann
2009/8/13 Mark Burton ma...@ordern.com v4 I have gone back to the original ordering of doing short arc removal before clipping as the previous version of this patch badly broke polygons As for arcs whose length is less 5m, I am not convinced they are actually a problem as far as routing

Re: [mkgmap-dev] mistake in options?

2009-08-13 Thread Felix Hartmann
Valentijn Sessink wrote: Hi, Are you confusing this with the series-name option which assigns the map name in the Select a Product drop down list in mapsource? What I'm trying to achieve is a change in my Garmin Nuvi map selection menu. It is currently saying: [X] --family-name

Re: [mkgmap-dev] mistake in options?

2009-08-13 Thread Valentijn Sessink
Felix Hartmann schreef: it's --family-name that you want to use. See above example. Family name is the generic map family name. description should show up at the place where it says OSM Map, but it did not - so far. A hard coded description did, however. The source code just says:

Re: [mkgmap-dev] [PATCH v4] - min arc length fixes

2009-08-13 Thread Greg Troxel
It would be good if people who have been obliged to use a minimum arc length of 0 would provide examples of where the routing is broken. i.e. without using this patch, find an example which doesn't route when --remove-short-arcs is specified but will route when --remove-short-arcs=5 is

Re: [mkgmap-dev] mistake in options?

2009-08-13 Thread Carlos Dávila
Felix Hartmann escribió: Valentijn Sessink wrote: Hi, Are you confusing this with the series-name option which assigns the map name in the Select a Product drop down list in mapsource? What I'm trying to achieve is a change in my Garmin Nuvi map selection menu. It is currently

Re: [mkgmap-dev] splitter: small patch and wishlist

2009-08-13 Thread Chris Miller
Hi Valentijn, I've only just seen your hex patch sorry, it looks good and I've just checked it in. Can you please give me an example of the action='deleted' tag you're talking about? Do you mean the action='delete' attribute specified in the JSOM file format?

Re: [mkgmap-dev] Multipolygons

2009-08-13 Thread Christian Gawron
Dear Steve, I just tried the patch. Apart from test 3 not working, the modified PolygonSplitterBase seems not to improve the flooded island problem. Best wishes Christian Steve Ratcliffe schrieb: Hi So test 3 still fails, even after applying the patch, or did I do something wrong

[mkgmap-dev] Commit: r1132: Documentation update for overview-mapname.

2009-08-13 Thread svn commit
Version 1132 was commited by steve on 2009-08-13 21:13:32 +0100 (Thu, 13 Aug 2009) Documentation update for overview-mapname. - Valentijn Sessink ___ mkgmap-dev mailing list mkgmap-dev@lists.mkgmap.org.uk

[mkgmap-dev] Commit: r1133: Rounding fixes when placing points on lines

2009-08-13 Thread svn commit
Version 1133 was commited by steve on 2009-08-13 23:57:39 +0100 (Thu, 13 Aug 2009) Rounding fixes when placing points on lines within a subdivision. Also a small fix to rounding in the subdivision width/height calculation. -Elrond ___ mkgmap-dev

Re: [mkgmap-dev] best practice in adding address info for enhancing POI address search in Garmin units

2009-08-13 Thread maning sambale
Marko, Thanks! These are very helpful. On 8/13/09, Marko Mäkelä marko.mak...@iki.fi wrote: On Thu, Aug 13, 2009 at 10:47:07AM +0800, maning sambale wrote: What would be the best and more efficient way to enable address info in the POIs? I've been assigning the addr:* tags to all POIs