Re: [mkgmap-dev] line features are converted to a closed way

2010-09-20 Thread maning sambale
On Mon, Sep 20, 2010 at 1:52 PM, char...@cferrero.net wrote: Personally, I would love it if some logic could be added to mkgmap for it to be able to detect whether something is a closed polygon or not, which would make it much more robust in these instances. Right, I think coastline does this

[mkgmap-dev] STOP signs and routing

2010-09-20 Thread Hendrik Oesterlin
Hello, Does mkgmap support STOP or GIVE-Way signs for routing? It is acutally interesting to know if the calculated route will bring you in front of a STOP... If the sings are tagged like described here http://wiki.openstreetmap.org/wiki/Tag:highway%3Dstop As nodes on the ways approaching

Re: [mkgmap-dev] STOP signs and routing

2010-09-20 Thread maning sambale
A thread for improving routing gave this suggestion in the points style. highway=traffic_signals { add mkgmap:road-speed = '-2'; add mkgmap:road-speed-min = '1' } highway=crossing { add mkgmap:road-speed = '-1'; add mkgmap:road-speed-min = '1' } highway=stop { add mkgmap:road-speed = '-2'; add

Re: [mkgmap-dev] STOP signs and routing

2010-09-20 Thread Harri
On 09/20/2010 01:43 PM, maning sambale wrote: A thread for improving routing gave this suggestion in the points style. highway=traffic_signals { add mkgmap:road-speed = '-2'; add mkgmap:road-speed-min = '1' } highway=crossing { add mkgmap:road-speed = '-1'; add mkgmap:road-speed-min = '1' }

Re: [mkgmap-dev] line features are converted to a closed way

2010-09-20 Thread Torsten Leistikow
char...@cferrero.net schrieb am 20.09.2010 07:52: Personally, I would love it if some logic could be added to mkgmap for it to be able to detect whether something is a closed polygon or not, which would make it much more robust in these instances. I would also like to see such a feature,

[mkgmap-dev] problem with mkgmap r1699

2010-09-20 Thread Torsten Leistikow
Moin, I have a problem with mkgmap version r1699: it crashes while generating my maps. With r1673 everything was ok. It does not seem to be related to the style, I tried different layers of my maps and all are crashing. I use the following mkgmap command line and get this error message: java

Re: [mkgmap-dev] --transpatent not work

2010-09-20 Thread charlie
Maks Vasilev (m...@stranger-team.ru) wrote: Hi! I create map (contour) with: mkgmap --gmapsupp --tdbfile \ --family-name=NASA-SRTM-Topo \ --product-id=9 \ --family-id=99 \ --series-name=Vyatka-topo \ --description=Centae \

Re: [mkgmap-dev] --transpatent not work

2010-09-20 Thread Maks Vasilev
OMG! sorry :( В сообщении от Понедельник 20 сентября 2010 21:49:03 автор char...@cferrero.net написал: Maks Vasilev (m...@stranger-team.ru) wrote: Hi! I create map (contour) with: mkgmap --gmapsupp --tdbfile \ --family-name=NASA-SRTM-Topo \ --product-id=9 \

[mkgmap-dev] basic search

2010-09-20 Thread Maks Vasilev
What way to create basic address and POI search in map created with mkgmap? OSM data have tag in addr:* shema (http://wiki.openstreetmap.org/wiki/Key:addr), map created with --make-poi- index and --index, but search in garmin not work. -- wbr, Maks

Re: [mkgmap-dev] --transpatent not work

2010-09-20 Thread Marko Mäkelä
On Mon, Sep 20, 2010 at 10:15:58PM +0400, Maks Vasilev wrote: OMG! sorry :( But you could rightfully complain that mkgmap silently ignores unknown command line switches. As far as I understand, the problem is that there is no centralized command line parsing. Each code snippet looks for its

Re: [mkgmap-dev] problem with mkgmap r1699

2010-09-20 Thread WanMil
Hi Torsten, I can confirm that this is a problem of the MultiPolygon code that has been changed with r1694. Attached patch fixes that. But I am not sure in what situations the bug happens. Could you do me a favour and run mkgmap with the following log.properties file? === .level=SEVERE

Re: [mkgmap-dev] line features are converted to a closed way

2010-09-20 Thread WanMil
The coastline log errors come from the special coastline handling which has nothing in common with the described problem. Attached patch performs only the line styles on unclosed ways (the patch is untested!!). Please consider the following: 1. Line rules must be performed on polygons

Re: [mkgmap-dev] basic search

2010-09-20 Thread Maks Vasilev
В сообщении от Понедельник 20 сентября 2010 22:37:53 автор Marko Mäkelä написал: On Mon, Sep 20, 2010 at 10:24:55PM +0400, Maks Vasilev wrote: What way to create basic address and POI search in map created with mkgmap? OSM data have tag in addr:* shema

Re: [mkgmap-dev] STOP signs and routing

2010-09-20 Thread Hendrik Oesterlin
Harri ku...@bastu.net wrote on 20/09/2010 at 22:22:58 +1100 subject [mkgmap-dev] STOP signs and routing : On 09/20/2010 01:43 PM, maning sambale wrote: A thread for improving routing gave this suggestion in the points style. highway=traffic_signals { add mkgmap:road-speed = '-2'; add

Re: [mkgmap-dev] --transpatent not work

2010-09-20 Thread Chris Miller
But you could rightfully complain that mkgmap silently ignores unknown command line switches. As far as I understand, the problem is that there is no centralized command line parsing. Each code snippet looks for its own magic parameter among all command line options. One thing that could be

Re: [mkgmap-dev] STOP signs and routing

2010-09-20 Thread Harri
On 09/20/2010 09:50 PM, Hendrik Oesterlin wrote: So, it is more or less based on luck, whether the calculation of time is better or not. In any case, the time calculated should be longer. Matters could be improved by for example making an automatic split for a road if the segment containing

Re: [mkgmap-dev] --transpatent not work

2010-09-20 Thread Steve Ratcliffe
On 09/20/2010 07:35 PM, Marko Mäkelä wrote: On Mon, Sep 20, 2010 at 10:15:58PM +0400, Maks Vasilev wrote: OMG! sorry :( But you could rightfully complain that mkgmap silently ignores unknown command line switches. As far as I understand, the problem is that there I made a patch to check

[mkgmap-dev] Commit: r1700: Fixes exception when there are no outer polygons.

2010-09-20 Thread svn commit
Version 1700 was commited by steve on 2010-09-20 22:25:06 +0100 (Mon, 20 Sep 2010) Fixes exception when there are no outer polygons. -WanMil ___ mkgmap-dev mailing list mkgmap-dev@lists.mkgmap.org.uk